User Assigned Managed Identity in Azure Functions with Azure.Identity
Today was trying to authenticate my Azure Function app with a User Assigned Managed Identity using the newer Azure.Idenity NuGet package.
Today was trying to authenticate my Azure Function app with a User Assigned Managed Identity using the newer Azure.Idenity NuGet package.
Today I was writing a Bicep script to deploy an Azure Storage Account in a virtual network.
Yesterday I implemented an Azure alert with an Action Group that triggers a Logic App to send a message to Microsoft Teams. I followed this article: Customiz...
In order to get the CallBackURL of an HTTP triggered Logic App in a Bicep script use: listCallbackURL('${myLogicApp.id}/triggers/manual', '2017-07-01').value...
Today I was automating the Azure landscape of a customer. One of the resources was an API Management Service (will be referred to as APIM from here on) which...