You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note down what are the requirements to set up a logic app that is using the event grip trigger to get notified in case a file has been created inside of a storage account for instance.
Required Service Principal (and secret):
The service principal + secret are being used to authenticate against Azure AD which has sufficient access to connect to an Azure Event Grid (within the same or another Azure subscription in the same Azure Tenant).
The service principal needs to have the following roles assigned:
"Contributor"-role on the Storage Account
"EventGrid Subscription Contributor"-role on the resource group in which the Storage Account is located.
Within the Azure Subscription in which the storage account is running, the following resource provider has to be registered: Microsoft.EventGrid
The text was updated successfully, but these errors were encountered:
Note down what are the requirements to set up a logic app that is using the event grip trigger to get notified in case a file has been created inside of a storage account for instance.
Required Service Principal (and secret):
Microsoft.EventGrid
The text was updated successfully, but these errors were encountered: