An Azure service that automates the access and use of data across clouds without writing code.
hi Team,
We are not able to host logic apps standard in stg account using managed identity.Any updates on the same is it supported ?
Regards,
Varun
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team ,
Wanted to check if the Managed identity support is available in Logic App Standard (in ASE), to access the hosting storage account.
Current Configuration in Environment Variable is with AzureWebJobsStorage
When we try to replace with below three params
AzureWebJobsStorage__accountName , AzureWebJobsStorage__clientId, AzureWebJobsStorage__credential
Getting an error: Microsoft.WindowsAzure.Storage: Value cannot be null. (Parameter 'connectionString').
Please suggest if am missing anything.
PS: Both Logic app and storage account are in VNet and was able to access via direct connection string.
An Azure service that automates the access and use of data across clouds without writing code.
hi Team,
We are not able to host logic apps standard in stg account using managed identity.Any updates on the same is it supported ?
Regards,
Varun
Hi Vignesh,
Yes support is there , please check this https://learn.microsoft.com/en-us/azure/logic-apps/authenticate-with-managed-identity?tabs=consumption
Using Managed Identity to access the storage account from a Logic App Standard running in an App Service Environment (ASE). Managed Identity allows Azure services to authenticate securely without needing explicit credentials like connection strings.
Here are a few things to consider and troubleshoot:
3. Environment Variables: When using Managed Identity, you generally don't need to specify connection string parameters such as accountName, clientId, and credential in the environment variables. Instead, you should use the AzureWebJobsStorage and give the value of storage account name it will connect and can be accessed directly
Kindly accept answer if it helps , Thankyou!