I have a web API that gets called from Azure but I don't know how to get it to run when there is a change in the Azure AD. So basically:
- Azure logic app listens for change in Directory.
- Azure AD detects change in Directory.
- Logic app runs.
How do I get the logic app to listen for this change?