Skip to main content
1 vote
1 answer
82 views

I'm trying to authenticate against an Azure Key Vault. The only authentication I've had succeed is the one buried in Visual Studio tool settings. This is the code the app service uses to reach out to ...
Brian Carlton's user avatar
0 votes
0 answers
37 views

Context I'm using Pulumi (Python) with pulumi-azure-native and pulumi-azuread to deploy an Azure Container App with a system-assigned managed identity, where that identity must be a member of an ...
Laurent LAPORTE's user avatar
0 votes
1 answer
115 views

Background I have a PowerShell test script that uses azuresigntool.exe to sign a file using a certificate in an hsm-backed azure key vault (Azure Key Vault - Premium tier). The certificate is a ...
Yousef Imran's user avatar
  • 1,214
0 votes
1 answer
117 views

I am trying to get the Azure Keyvault extension for Linux to work in an Azure VM. I always get the following status: This status is being reported by the Guest Agent since no status file was reported ...
Linkavich14's user avatar
0 votes
0 answers
95 views

I need to transfer data from an Azure SQL database in Tenant A to another Azure SQL database in Tenant B using Azure Data Factory. I want to use Service Principal authentication without relying on ...
Narsimha V's user avatar
2 votes
0 answers
102 views

I created a user-assigned Managed Identity and granted it Sites.Read.All permission to MS Graph API. Then, I created a notebook instance on Azure Machine Learning and assigned it the created managed ...
danvic's user avatar
  • 11
0 votes
0 answers
155 views

Problem statement Connect to Azure managed redis from spring boot (using Jedis/Lettuce) though managed identity where the identity token expires in 24 hours. In my application, the ...
bibhuti.reverside's user avatar
0 votes
1 answer
74 views

I am attempting to connect a .NET Core Winforms application to an Azure Sql Managed Instance using a user-assigned managed identity. The Managed Identity has been created and assigned to the Managed ...
Jon Sowers's user avatar
0 votes
0 answers
199 views

I am trying to connect to an Azure Blob Storage account from my VM using Managed Identity in Java. Below is the code I have implemented to establish the connection. I have made all the required ...
Venkatesh's user avatar
0 votes
1 answer
119 views

We're trying to use Python (azure-identity & azure-keyvault-secrets) to get secrets from azure keyvault from a VMSS instance, but keep failing. We're using a user-assigned managed identity ...
knurmia's user avatar
  • 190
0 votes
0 answers
116 views

var credential = new ManagedIdentityCredential(managedIdentityClientId); var token = await credential.GetTokenAsync(new TokenRequestContext(new[] {"<MY-API-SCOPE>/.default"}), ...
Fordy's user avatar
  • 780
1 vote
1 answer
424 views

We’re trying to connect an Azure Function App (Isolated process) to an Azure Service Bus Queue using a Managed Identity, but we’re constantly hitting a error when function start. Setup Function App (....
Shlok Jadeja's user avatar
2 votes
1 answer
224 views

I am deploying a Logic App Consumption that connects to Azure Blob Storage using Managed Identity. In Bicep, the API Connection resource (Microsoft.Web/connections) no longer supports ...
Rocco L's user avatar
  • 23
0 votes
0 answers
109 views

I'm deploying a bot backend in an AKS pod using a User Assigned Managed Identity (UAMI). The bot backend can access Azure services like KeyVault and AppConfiguration using this UAMI without issues. ...
luisNET's user avatar
  • 59
0 votes
0 answers
102 views

My company demands that I connect from Synapse Spark (pyspark notebooks) to Azure Event Hubs using managed identity only (preferably the system assigned managed identity). I have this kind of code in ...
Alex Serban's user avatar

15 30 50 per page
1
2 3 4 5
70