Skip to main content

Questions tagged [azure-managed-identity]

Azure AD managed identities for Azure resources.

azure-managed-identity
0 votes
0 answers
15 views

How to access Hashicorp Vault secrets from AKS using pod workload Identity (pod managed identity)

I want to integrate my AKS cluster so it can fetch secrets from Hashicorp vault using the Azure authentication method in vault (pod workload ID). I know that different solutions exist but I can't find ...
Louey's user avatar
  • 19
1 vote
1 answer
42 views

Using Azure System Assigned Managed Identity with Exchange Online

I have an Azure VM with the Exchange.ManageAsApp Permission, and also Entra ID Security Administrator and Compliance Administrator permissions. However, when I attempt to connect to Exchange online ...
Ross's user avatar
  • 21
1 vote
1 answer
76 views

Azure user assigned managed Identity authentication fails

I have an app service in Azure, and I want to use it to send events to the Azure Event Hub. I'm using a user-assigned managed identity that I connected to my app service. I'm using: new ...
Ariel Kliger's user avatar
0 votes
0 answers
61 views
+200

Azure Container Apps job with ServiceBus and managed identity authentication

I am defining an Azure Container Apps job. The job will consume messages from a Service Bus topic subscription. The rule will authenticate using a user assigned identity. The service is defined as ...
fra's user avatar
  • 3,658
1 vote
1 answer
48 views

Grant access to managed identity service principal - Microsoft Graph PowerShell

I'm trying to connect to Microsoft Graph using a User Managed Identity(UMI). I created the managed identity through the Azure portal, but now need to assign permissions like Users.Read.All and Group....
L S's user avatar
  • 13
0 votes
1 answer
81 views

Unable to list keys for azure function app while performing test & deploy

I have an azure function app in S1 app service standard plan. The function app is hosted on a windows app service plan and uses the user assigned managed identity of the function app to connect to its ...
Saurabh Agrawal's user avatar
0 votes
0 answers
25 views

Microsoft.IdentityModel.Clients.ActiveDirectory does not support Managed Identity Authrization Credentials

I am using the following code, how to change this for Managed Identity based credentials S360 for Safe Secret (Remove password in apps) public partial class Startup { private static string ...
Veena's user avatar
  • 11
0 votes
0 answers
66 views

SecretClient AuthenticationFailedException with ManagedIdentity credential

I am using a SecretClient to retrieve a shared secret stored in Azure KeyVault in my ASP.NET Core app on startup. When hosted in Azure, the App Service is configured with a Managed Identity which has ...
Nick Nack's user avatar
  • 501
0 votes
1 answer
90 views

Azure web app: Remove client secrets from app registration and use Managed Identity?

(Our environment is Azure and we have our services hosted in Azure App Service.) We have a legacy React app hosted inside a MVC .Net Core web app. All the web app is doing is once it grabs the access ...
KoalaD's user avatar
  • 357
0 votes
0 answers
39 views

Does msnodesqlv8 driver support Azure Managed Identity

We use node-mssql for connecting to SQL server from node js application. Its default driver Tedious supports azure managed identity but not windows auth. There is another driver msnodesqlv8 which ...
dp_t's user avatar
  • 421
0 votes
1 answer
41 views

In BotFrameworkAdapter, how to use Managed Identity instead of MicrosoftAppCredentials

We are using BotFrameworkAdapter in our project to send notifications to users. The method CreateConversationAsync, uses MicrosoftAppCredentials to authenticate. We want to move away from secrets on ...
Naveen Gorojanam's user avatar
0 votes
1 answer
51 views

Npgsql connection string with Azure Managed Identity expires

I am using Npgsql and EF Core (3.1) in a Net Framework 4.8 application. Due to company infrastructure/policy, I cannot upgrade any higher. I am connecting to the database using an Azure Managed ...
Code Vader's user avatar
0 votes
1 answer
48 views

DocumentClient with Managed Identity for cosmos DB CRUD operations

We are using cosmos DB in our project through DocumentClient. Currently we are authenticating using Connection string of cosmos db. We are trying to migrate to Managed Identity for authentication and ...
Naveen Gorojanam's user avatar
0 votes
1 answer
147 views

ManagedIdentityCredential authentication unavailable. The requested identity has not been assigned to this resource

I'm trying to access SQL Database using Managed Identity from AKS cluster. I Configured and deployed my python application on Azure Kubernetes Cluster. The problem is configuring my resource to have a ...
Rakesh V's user avatar
0 votes
0 answers
77 views

Issues with Azure.Identity and DefaultAzureCredential in Unit Tests for CosmosClientFactory

I'm encountering issues with the DefaultAzureCredential in my unit tests when running them in an Azure Pipeline. The error messages indicate that several credential types, such as ...
Nagarjun's user avatar

15 30 50 per page
1
2 3 4 5
62