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?
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…
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…
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…
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…
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…
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…
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…
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…
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 …
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…
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…