I am trying to get an Azure App Service application to utilize a managed service identity (MSI) and connect to an Azure SQL Database, but the .NET Framework 4.7 application fails at startup with the following…
I have enabled the Managed Service Endpoint for the App Service and I am able to see the MSI_ENDPOINT and the MSI_SECRET injected into the environment. am able to get the azure AD access token also when invoking the MSI_ENDPoint.
But as per the…
Has anyone managed to implement or has any documentation regarding Managed Service Identity(MSI) with Azure Storage - Ideally using Blob
My goal is to authenticate my WebApp/WebJob through MSI with Storage. After authentication has been setup I will…
I've gotten stuck on this for quite a while now, with no luck advancing it on my own.
I am trying to connect from an Azure App Service to a EF CodeFirst managed database, using an MSI token.
When I deployed the App Service using ARM I produced an…
I am trying to create an Azure function that writes to Azure Data Lake Store.
I am using Managed Service Identity to, well, manage the authentication stuff.
I have enabled MSI on the Function app. I have also enabled the Function app to access the…
I am trying to connect from an App Service to a database, using an MSI token, and am getting
Login failed for user ''.
WHen I deployed the App Service using ARM I produced an Output that ensured that it created a Service Principal:
{
…
There are two properties listed in the key vault documentation:
objectId string Yes The object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of…
I'm doing local azure function development for an MSI-enabled application using Visual Studio 2017 v15.6.2 with the Azure Services Authentication Extension installed. The identity I have to work with in the target subscription has access to multiple…
I have a Function App with Managed service identity (MSI) enabled.
I'm trying to use this Function App to access a secret from my Key Vault.
I have added the code into my Function App to retrieve the secret.
AzureServiceTokenProvider…
I'm trying to retrieve the Client ID of a Managed Identity created with Azure Bicep. But the documentation doesn't give any information about the output parameters. Am I missing something? How can I retrieve the client id after defining the Managed…
Our use case is to connect Azure Datafactory (ADF) to AWS S3, but use the Managed Identity (MSI) of ADF for authentication and authorization.
TL;DR version
The problem we run into is that we require the access_token for the MSI in ADF, so we can…
I've been trying to create a new azure function (powershell) which uses managed identity to connect to our exchange online environment.
So as far as I can make out from the documentation I need to use the EXO v3, which I'm doing, and use the…
I'm currently trying to answer a problem that can only be answered by combining the datasets of two different Azure SQL databases (different servers, if that matters).
When using user+password authentication, there was a way to do cross-database…
App Service dev, staging and prod deployment slots and SQL DB all have system assigned managed identities.
Contributor roles have been assigned to managed identities at the subscription level.
SQL Server Contained users have been created and roles…