Possible to use Logic App blob connection with service principal?

JorneS 86 Reputation points
2022-02-02T10:32:15.953+00:00

Hi there,

At my project I want to connect to a Blob Storage Account from my logic app. The requirement is that a service principal is used.
I know that for event grid a service principal can be used, but can it also be used for blob? In the UI there isn't a link for setting up a service principal connection for blob, for event grid the link is there.

When I retrieve the azureblob information like described here I don't get oauth information in the "connectionParameters" parts but I see in the "connectionParameterSets" that there is a "tokenBasedAuth", can I use that one?

So my question is: is it possible to use Logic App blob connection with service principal?

Kind regards.

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,471 Reputation points
    2022-02-04T03:56:28.697+00:00

    @JorneS Thanks for reaching out. You cannot use Service Principal with the Azure Blob connector. Alternatively, you can try using the Managed Identity if this is something that can help you with your use case.

    0 comments No comments