Category "azure-managed-identity"

Value cannot be null. (Parameter 'sharedKeyCredential') when we try to create SAS Uri using GenerateSasUri() method with V12

We are migrating the code to use azure storage v12 client libraries (Azure.Storage.Blobs 12.12.0) from V11. Getting the below mentioned exception when we try t

Azure Functions With Managed Identity Access Azure SQL Specific Schema

My scenario is following Azure Functions ( There are multiple function apps) with Managed Identity available. Each Function App has access to specific schema in

azure function using user assigned managed id - can't write to storage queue

I have been trying to change my dotnet core 6.0 function application from a connection string based function app to use a user-assigned managed identity. I do n

How can I use a SystemAssigned identity when pulling an image from Azure Container Registry into Azure Container Instances?

I want to create a container (or container group) in Azure Container Instances, pulling the image(s) from Azure Container Registry - but with using a SystemAssi

Azure Managed ID: how to convert azure function from connection string to managed id

I have an Azure function that looks like this: [FunctionName("CreateWidgetWorkspace")] public async Task<IActionResult> CreateWidgetWorkspace(

Connect Django with Azure PostgreSQL using managed identity in azure

How can I configure Azure PostgreSQL database in Django settings.py using Managed Identity in Azure?