azure-managed-identity Questions

2

We have several apps which are built using .NET are running in VMS(on-prem) All apps will be registered to Azure AD. Can we use user managed identity to access key vault form these on-prem apps T...
Crossbench asked 12/10, 2021 at 14:9

2

Solved

I use GitHub actions to spin up Azure resources from scratch using Infrastructure as Code (IaC). In my case Bicep, but it could be Terraform. This includes an Azure SQL Server, a SQL Database, and ...

3

I create a Managed Identity for a Function app and assigned it to DocumentDB Account Contributor by following the two sections below https://learn.microsoft.com/en-us/azure/cosmos-db/managed-identi...

2

I am trying to read data on an Azure SQL instance from an Azure Databricks workspace, avoiding using username/password personal credentials for automated, regular data fetch & analysis. I thoug...

5

My Web App fails to login to the DB server when the Azure Active Directory Admin is an AAD Group I have been rolling out the 'new' Managed Identity feature on my Azure Web Apps with varying levels ...

4

Solved

I'm trying to run an Azure Function on my local dev machine. The function is configured to use User Assigned Managed Identity to access a Service Bus resource. When I publish this function to Azure...
Obeisance asked 4/4, 2023 at 13:37

2

Solved

I have an Azure Functions project, with a Function that uses a Service Bus binding (that is used to Listen on a subscription and to Send to a topic). The Azure functions deployment is running under...

6

Solved

I have found out it is easy to connect to Azure KeyVault using Managed Identity. The documentation shows how to do it : var azureServiceTokenProvider = new AzureServiceTokenProvider(); var keyVau...
Pusan asked 21/6, 2020 at 18:48

1

Solved

The Azure docs define managed identities as An identity in Azure Active Directory (more specifically, a special type of service principal) that is automatically managed by Azure. You typically use...
Alyssaalyssum asked 30/3, 2023 at 21:22

3

Solved

I'm using the Microsoft.Azure.Services.AppAuthentication library (v1.0.3) for .NET to connect from Azure Function app to blob storage using managed service identity. Auth code: var tokenProvider =...

1

Solved

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 ...

2

Solved

Scenario Hi, I would like to create Logic App that gets secret from Azure KeyVault and sends authenticated request to the API with secret from vault. Problem I receive: The workflow connection para...

4

Solved

I'm trying to set up my App Container Service so that it can pull docker images from our ACR using Managed Identity, rather than storing the username and password in the app settings (apart from an...
Examinant asked 20/5, 2020 at 11:59

1

Solved

I am working with an Azure Function that needs to authenticate into an API /APP Service with using JWT. I have been looking around a LOT of examples and settled on this as being the most appropriat...
Zacarias asked 15/7, 2022 at 10:8

2

Im trying to allow an app service (python) to get secrets from azure keyvault without the usage of hardcoded client id/secrets, therefore I`m trying to use ManagedIdentity. I have enabled system &...

10

I have enabled Managed Service Identities on an App Service. However, my WebJobs seem unable to access the keys. They report: Tried the following 3 methods to get an access token, but none of the...

4

I am running my applictaion from Azure VM and trying to connect with KeyVault. But I am getting below exception Parameters: Connectionstring: [No connection string specified], Resource: https://v...
Zeiger asked 27/8, 2019 at 16:36

1

Solved

I need to call a Http Azure Function from another Azure Function. At present, I call an Azure Key Vault to get the target Function's Key, and put that in the URL as documented here: https://learn.m...
Sukey asked 19/2, 2022 at 17:22

1

Solved

We have a web api(.NET 5) which access some secrets from the Azure KeyVault. In local machine for development, since I am the owner the new vault created, my email has access privilege to keyvault....

2

Solved

I recently setup my .net core application to use MSI (Managed Identity) to communicate with Azure Blob. Does MSI work with Azure Table Storage? Can't seem to find any documentation on it. I am t...

4

When deploying a marketplace managed app offer into a customer subscription, you can create an identity in the managed resource group associated with the managed application. However, in order for ...
Galer asked 18/5, 2020 at 21:6

3

Solved

I have an Azure Function app that uses the integrated Azure AD Authentication configured via the Azure portal. Via the "Express" mode setup, this creates an Azure App Registration along w...

4

My understanding is that in order to implement Azure AD Managed Service Identity access to a SQL Database in Azure, I would need to create a SqlConnection with a retrieved token. To add that token...
Antimacassar asked 25/1, 2018 at 19:1

1

Solved

I have a C# dotnet core 3.1 Azure Function App (named func-utrngen-dev-001) that I'd like to configure to authenticate to a Sql Azure database via managed identity. Steps Taken: Created the AAD ad...

2

Solved

I have an Azure Data Factory V2 service running with an MSI identity. This service needs to access a Data Lake Gen 1 with thousands of folders and millions of files. For efficiency, we have a grou...
Underage asked 29/10, 2018 at 19:2

© 2022 - 2024 — McMap. All rights reserved.