Azure
2024
Github Actions Azure Vnet Integration
·11 mins
Github
Azure
Devops
Terraform
In today’s post, we will look at an interesting challenge, having GitHub actions interact with Azure PaaS services for which we have disabled public access.
2023
Microsoft Graph Permissions Well-Known Ids
·86 mins
Azure
Ms-Graph
If you’re working with the Microsoft identity platform, you’re probably familiar with the concept of application Scopes or Roles.
Ace the AZ-104 Microsoft Azure Administrator Certification Exam: Tips and Strategies
·8 mins
Azure
Certifications
I recently passed the AZ-104 certification exam, making it the third Microsoft certification under my belt so far.
Goodbye secrets 👋, Hello token exchange: Connect Your GitHub Actions to Azure securely
·9 mins
Github
Azure
Devops
Terraform
OpenID Connect (OIDC) integration between Azure Active Directory and GitHub allows your GitHub Actions workflows to securely access resources in Azure, without needing to store the Azure credentials in the GitHub action secrets.
Terraform Tips & Tricks: Managing Large-Scale Azure Resource Imports
·10 mins
Azure
Terraform
Devops
This post describes my journey to import several hundred Azure resources in Terraform.
2022
Azure WebJobs, Service Bus and Managed Identity: Lesson learned
·2 mins
Azure
Dotnet
Managed-Identity
Today I was converting some Azure webjobs to connect to Azure Service Bus using managed service identity (MSI).
Dynamically scale down AppService outside business hours to save 💰💰
·3 mins
Azure
Devops
Tutorial
The other day I was on a quest to lower a bit our Azure spending.
Zero downtime deployment with Azure Container Apps and Github Actions - Part 1
·8 mins
Azure
Github
Devops
Cloudnative
Introduction # As you may know, Azure Container Apps went out of preview during Microsoft Build in late May this year.
Create Azure Container Apps with terraform
·2 mins
Azure
Terraform
Cloudnative
Microsoft announced at Microsoft Build that Azure Container Apps are now generally available (GA).
Using Managed Identity with Azure WebJobs and Service Bus
·3 mins
Azure
Terraform
Servicebus
Managed-Identity
Managed Service Identity (or MSI for short) allows Azure resources to connect to Azure services that supports AD authentication (see the full list here) without using secrets.