Questions tagged [azure-managed-identity]

Azure AD managed identities for Azure resources.

For more information, see the documentation.

795 questions
1
vote
1 answer

Unauthorized access to storage's table using API Management

I configured MSI to table storage in my API Management: Then, in inboud policy i am setting mocked url to table storage:
1
vote
1 answer

List job runs created through Azure VM managed identity in Databricks

Do we have a solution in python to list job runs that are created using Azure VM managed identity in Azure Databricks. Appreciate the help! I am getting http 403 error when using managed identity library in python from azure.identity import…
1
vote
1 answer

How can i connect to Azure SQL Database using Managed Identity?

I have setup Managed Identity on my App Service and given the database access. I have a console app and used Microsoft.Data.SqlClient 3.0.1 as a nuget package that I test the connection as follows: string ConnectionString1 =…
1
vote
1 answer

AuthorizationFailed - Creating Role Assignments in Azure

I keep getting the AuthorizationFailed error when I try creating managed identity and assigning role assignments. I have done this in the portal, but replicating in terraform has been a pain. # User Assigned Managed Identity resource…
1
vote
1 answer

Azure AD Access token of Client Application does not contain Roles Claims

I have 2 Azure AD applications say Client-App and Server-App in Azure AD App registrations. Server AD Application: Registered a new App in Azure AD. Set up App Roles with name "Search.Address" which is custom role. Client AD…
1
vote
0 answers

How do you use System-assigned managed identity? ManagedIdentityCredential: The managed identity endpoint is indicating there's no available identity

I a resource Azure Media Service and an Azure Web app service. What I am trying to do is turn the web app's identity into a system assigned identity. I get this error ManagedIdentityCredential: The managed identity endpoint is indicating there's no…
Christian Matthew
  • 4,014
  • 4
  • 33
  • 43
1
vote
0 answers

secrets client of azure sdk for go returns empty secret even if rbac is set correctly (managed identity)

the response of the Get fkt of the secrets client from go azure sdk ("github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault") returns an valid instance of resp of type SecretsClientGetResponse, but the property…
1
vote
1 answer

Not able to import keyvault certificate in Azure function app

I have two Certificates added under my keyvault (it is using Azure role-based access control permission model). I need to import any of these certificate under Function app -> TLS/SSL Settings -> Private Key Certificates. For achieving it, I…
1
vote
1 answer

How do I configure my bicep scripts to allow a container app to pull an image from an ACR using managed identity across subscriptions

I am trialling the use of Bicep and container apps in my organisation and we have separated out concerns within the SAME tenant but in different subscriptions like so: Development Production Management I want to be able to deploy each of these…
1
vote
1 answer

Connecting C# Azure Function with Azure SQL using User-Managed Identity. Authentication Failed

I am Currently working on Azure Function with Azure SQL connection. The Azure SQL Server was mapped with User Managed Identity. When I connecting the Azure SQL server with Azure Functions in C# I am facing Authentication Issues. Please find the…
1
vote
0 answers

Issue on Azure Function during the configuration of CosmosDB output binding with Managed System identity

Currently on one of my project, I've an Azure function (NodeJS 16) running to be triggered on a blob creation and that need to take few informations and saved them to a cosmos db. For that I use a Cosmos DB output binding. At the start, I used the…
1
vote
0 answers

how to run get token while running the app with Visual studio and cache the token while using managed identity

I have .net 6 web api application and this app is hosted as Azure App Service and I am using Azure Managed Identity option to retrieve token and using Azure.Identity Version="1.7.0 var tokenCredential = new ChainedTokenCredential( new…
user584018
  • 10,186
  • 15
  • 74
  • 160
1
vote
3 answers

Azure logic app table insertions causing errors

We recently started working on Azure logic app (Standard) and ran into some problems when inserting some data to a normal Azure Table Storage. Service: Azure logic app (Standard) Function that are failing: Insert or Update Entity (Table…
1
vote
1 answer

How to MVC.Net project in Visual Studio to Connect to Azure SQL Database with Password less connection string

I want to find a solution to connect to the Azure SQL Database without passcode by utilizing the Azure Managed Identity. I have done the setup on Azure based on the following document. However there are two…
1
vote
0 answers

Azure function with managed identity running on Visual Studio throwing error

I am running an azure function with Service Bus trigger on Visual Studio. I have added my account (using email) in Visual Studio 2022 using Tools > Options > Azure Service Authentication. I have added this user account in Azure service bus using…
OpenStack
  • 5,048
  • 9
  • 34
  • 69