Skip to main content

Managed-Identity

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).
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.
Configure secret-less connection from App Services to Azure Sql via terraform
·5 mins
Azure Terraform Sql Managed-Identity
It’s been a while since we can connect App services to Azure Sql in a secret-less fashion, using managed service identity (MSI for brevity from now onwards).