LogicApp Use Managed Identity to COnnect to Blob Storage

Jon Carlisle 91 Reputation points
2022-09-15T21:41:50.827+00:00

Hi,

I'm trying to attach a file to an email using LogicApp. I've ran through several articles on how to access Azure Blob storage via managed identity. I've configured the role assignment on the storage account.

241577-2022-09-15-16-34-18-magtechdatawarehouse-microsoft.png

When I try to configure the Get Content from Blob widget in the LogicApp designer, the connection cannot find the storage account:
241626-2022-09-15-16-40-24-sendattachmentviaemail-microso.png

What's missing here? Please advise.

Thank you!!

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,078 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,126 Reputation points
    2022-09-20T12:28:05.407+00:00

    @Jon Carlisle Thanks for reaching out. Your permission looks good, but this is the known limitation as documented here as you are using the V2 operation using the managed identity therefore the auto population doesn't work.

    For V2 operations, Storage account name parameter is auto-populated only when using key-based authentication. When using AAD and Managed identity connections, enter the storage account name as a custom value.

    Please enter the storage account name as a custom value and let me know if you are still facing the issue.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


0 additional answers

Sort by: Most helpful

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.