Questions tagged [azure-managed-identity]

Azure AD managed identities for Azure resources.

For more information, see the documentation.

795 questions
0
votes
1 answer

Obtaining a token from a node app

Interested in trying out MSI from a node app running in the app service, for authenticating with a CosmosDB. Right now I only see a .Net sample. Is it possible to use node right now with MSI?
0
votes
0 answers

Microsoft.Web/sites resource provider return an InternalServerError status when integrating Managed Service Identities

After seeing the article here about integrating Managed Service Identities (MSI) with Azure AppService I wanted to give it a try. I have inserted the new identity member inside my Microsoft.Web/sites resource like instructed in the…
-1
votes
1 answer

Managed Identity, EF Core 7, Azure App Service - error 400

This is the closest post I could find that relates to my issue. Hope you don't mind my piggy-backing. My connection string works in VS Code but breaks in Azure with the following error: ManagedIdentityCredential authentication failed: Service…
-1
votes
1 answer

Creating a SAS URL for Azure BLOB Storage

The following code works. My question is, is it correct? I ask because I've seen a lot of code where it either doesn't work or there are comments saying it's the wrong approach. (I think the API for this as evolved a lot of the examples are still…
David Thielen
  • 28,723
  • 34
  • 119
  • 193
-1
votes
2 answers

How to connect Kentico to Azure SQL database using managed identity

I am using Kentico 13 and trying to connect to the Azure SQL database using managed identity in my localhost environment using the below connection string. "Server=tcp:.database.windows.net,1433;Initial Catalog=;Authentication=Active…
-1
votes
1 answer

Getting error only while executing terraform apply as resource cannot be found in application gateway

I have created a application gateway, WAF policy, public IP via terraform. From Azure GUI I have created a Key vault in which I have uploaded the pfx certificate also I have created managed identity and granted full access to azure key vault. I am…
-1
votes
1 answer

Error "AADSTS50194: Application 'xxxxxxxx' is not configured as a multi-tenant application" when using 'azure/msal-browser' reactjs package

I have a SPA app that is trying to login to Azure AD using 'azure/msal-browser' reactjs package. The app is set to use a single tenant authentication at Azure App registration. The authConfig.js file is set to use single tenant Authentication as…
-1
votes
1 answer

deploying azure function app that uses a system assigned managed identity

We have an azure function app that uses a system assigned managed identity to access resources. I have not found a way to use this system assigned identity when deploying the function app via devops. e.g. deploy the function app. enable the system…
wilson_smyth
  • 1,202
  • 1
  • 14
  • 39
-1
votes
1 answer

Best practices for web app communicates to azure resources?

Net core application and my application communicates to various azure resources such as Storage Account V2. My app is deployed into azure app service. I have various ways for my web app to connect to storage account. Out of them first way is using…
-1
votes
1 answer

What are the best practices to create a user assigned managed identity for an Azure resource?

Should we create one user assigned identity for all the services that a resource access or should we create one for each service the resource access? Example: My WebApp needs access to a eventhub, servicebus, storageContainer etc. Should I create …
-1
votes
2 answers

Azure VMSS Managed Identity for internal custom C# library

We are using custom c# library to connect to Azure Key vault & to do some custom processing on the secrets available on the library. In turn this c# library is been consumed by .net core web API application which is deployed on Azure service…
-1
votes
1 answer

Can we obtain an access token for an Azure resource using a standalone user-assigned managed identity?

What are the uses of a standalone user-assigned managed identity?
-1
votes
1 answer

Are Managed Identity token acquisition environment variables available on VM?

When using Azure Managed Identity in the App Service/Functions, the endpoint and header are available as environment variables. When using Azure Managed Identity in Virtual Machine, the endpoint is published as the Azure Instance Metadata service…
Paul Schaeflein
  • 607
  • 3
  • 11
-1
votes
1 answer

Azure MSI - is there a plan to support cloud services?

It seems like classic cloud services are not supported. Only app service and azure functions. Is Azure going to add that?
Avner Levi
  • 91
  • 1
  • 5
1 2 3
52
53