I'm unsure what I'm missing here, but I cannot connect from Logic App to Azure SQL. Any help is appreciated.
Steps performed:
1. Enabled System Assigned Managed Identity (SAMI) for the Logic App
2. Added the SAMI in a Contributor role for the SQL…
UPDATE: We are deploying Synapse as part of a Managed Application, which means it is running in a Managed Resource Group. It appears as though this mechanism is causing the problem.
Problem Statement:
Deployed a Synapse Workspace into a Managed…
I have asp.net core 3.1 webapp which is able to access Azure blob storage using managed identity.
Now I'm trying to get NLOG to connect using managed identity as well (it works with storage access key right now) but I can only find an option that…
I have a Django application which connects to an Azure SQL Server through traditional username and password combination and it works fine.
The library I am using for this is mssql-django. Here is the link to…
I'm trying to figure out if it is possible to use EF with a Cosmos DB and authenticate with Azure Managed Identity. I know you can add an interceptor for SQL databases to authenticate but I can't get it to work with Cosmos DB nor can I find any…
I have created the Azure Key Vault for connection string. After the configuration setup I am able to get the data using the key-vault in ASP.Net MVC deployed in Azure. Locally, I tested the app and found no issue since I am able to connect but I am…
We are operating in Azure Manage Identity environment, where I have a high performance stdin stdout process where each process request access to the Azure Key Vault for getting secrets and settings for other Azure resources/components.
But we…
I am attempting to setup an APIM endpoint that sends messages to an event hub. I also want to use managed identities in order to authorize the APIM with the event hub. Note that all resources lie in the same subscription. The setup is as follows:
I…
I am updating some legacy code to work with a managed identity instead of an access key.
The code:
Creates a DataLakeServiceClient
Uses that to get a file DataLakeFileSystemClient (var dlfsc = dlsc.GetFileSystemClient(containerName);)
Calls…
I've done some reading in regards to Azure AD, but I still can't wrap my head around it. The confusion might be there also because of how my company tries to standarize how a azure project should look like.
Imagine I have two things: SPA app (served…
I managed to connect to Databricks from python using the following code snippet:
from databricks import sql
connection = sql.connect(
server_hostname='',
http_path='',
…
I am trying to connect to cosmos db table api using Managed Identity. According to the documentation here, cosmos db supports Managed Identity. I couldn't find any documentation that says anything specific about table api. I am using .Net standark…
I have a simple azure function (Authorization level set to Anonymous) with an HTTP trigger
public static async Task Run(HttpRequest req, ILogger log)
{
return new OkObjectResult("This is a response from secured function.");
}
I…
I have an Azure app service running in context of a managed identity. I want my app to be able to read a certificate from a key vault, using CertificateClient.DownloadCertificateAsync.
I need to grant my managed identity some privileges in order to…
When creating a new linked service for data factory I am able to select "Managed Identity" for connection to storage account\blob but this isn't an option for same storage account\file.
Is this a known limitation?
Works ok with blob:
No option for…