Skip to main content
0 votes
1 answer
61 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
35 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
56 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
64 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
55 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
51 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
111 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
67 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
94 views

var credential = new ManagedIdentityCredential(managedIdentityClientId); var token = await credential.GetTokenAsync(new TokenRequestContext(new[] {"<MY-API-SCOPE>/.default"}), ...
Fordy's user avatar
  • 780
0 votes
1 answer
230 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
152 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
85 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
77 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
0 votes
1 answer
329 views

Building on this Azure Key Vault Environment Variable Not Showing in Power Automate Flow, I have the same problem, and the answer that has been provided isn't a solution in my scenario. In a Power ...
erionpc's user avatar
  • 418
0 votes
1 answer
522 views

I have an existing Entra ID Registered App who's identity I use for accessing Microsoft services from my back-end such as OAuth web-login and Microsoft Store related APIs. These all depend on my ...
Cameron's user avatar
  • 33

15 30 50 per page
1
2 3 4 5
69