@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.
Possible to use Logic App blob connection with service principal?
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.