Search code examples
azureazure-blob-storageazure-logic-apps

Blocker when adding a blob action in the logic app


The issue is gotten when adding a Blob action to the logic app to connect to Blob storage using system-managed identity. Please refer to the screenshots below as well.

enter image description here

Can you explain the correct method to solve this problem?


Solution

  • Firstly, enable managed identity in Logic app:

    enter image description here

    You need to give access to Storage account with Storage Blob Data Contributor for Managed Identity like below:

    enter image description here

    then select and create:

    enter image description here

    Then you can use below design:

    enter image description here

    enter image description here

    Then:

    enter image description here

    Output:

    enter image description here

    enter image description here