Host Logic app on storage account using managed identity.

Ketan Joshi 20 Reputation points Microsoft Employee
2025-08-02T01:52:06.1666667+00:00

Hey I am trying to host a standard logic app on storage account using managed identity, and i have also integrated vnet for both logic app and storage account.

I tried to follow the multiple learn documents,

https://review.learn.microsoft.com/en-us/azure/logic-apps/create-single-tenant-workflows-azure-portal?branch=main&branchFallbackFrom=pr-en-us-279972#set-up-managed-identity-access-to-your-storage-account
https://learn.microsoft.com/en-us/azure/logic-apps/deploy-single-tenant-logic-apps-private-storage-account
but i still get following error:

System.Private.CoreLib: The user name or password is incorrect. : 'C:\home\data\Functions\secrets'.

Can you please help me resolve the issue.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
{count} votes

1 answer

Sort by: Most helpful
  1. Sai Prabhu Naveen Parimi 3,235 Reputation points Microsoft External Staff Moderator
    2025-08-08T18:48:08.1766667+00:00

    @Ketan Joshi

    Thanks for the update — appreciate you sharing the details.

    Just to add for future reference: according to Microsoft’s documentation, disabling storage account key access is only supported when using App Service Environment (ASE) v3. For Standard Logic Apps (non-ASE), access keys are required.

    Also, here’s a helpful blog that covers similar storage access issues, including identity and networking scenarios: Typical Storage Access Issues – Troubleshooting Guide

    If this information helps, kindly consider accepting the answer — it could be useful for other community members facing similar challenges.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.