I am using an Event Grid connection along with a Logic App that triggers a runbook when certain conditions are met.
As a System Assigned Managed Identity everything worked well. I moved to a User Managed Identity and that is successful. However, it's only successful if I add the User Managed Identity as a Contributor in the Resource Group where the Logic App is created.
I have a need to crop the permissions down to what is actually required rather than have this managed identity with the 11k permissions that the Contributor role comes with.
How can I figure out what permissions I need to enable for this role to get the Logic app to trigger successfully?
Can I make use of the tracking ID to get further information as to what actually failed for the trigger? The Failed message under the Trigger History tab doesn't give a lot to go on.
