Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirements Logic App event grid trigger #5

Open
mbraekman opened this issue Apr 24, 2020 · 0 comments
Open

Requirements Logic App event grid trigger #5

mbraekman opened this issue Apr 24, 2020 · 0 comments

Comments

@mbraekman
Copy link
Owner

mbraekman commented Apr 24, 2020

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant