An Azure service that automates the access and use of data across clouds without writing code.
Hi @Sengine007 ,
Thanks for reaching out to Microsoft Q&A.
Access Package custom extensions have strict requirements; if any are misconfigured, the Logic App won't fire even though access is granted.
Can someone help explain to me why the standalone logic work well and while the same logic wont fire from access packages (ID Governance)
As @Vinodh247 mentioned in the answer, your Logic App works standalone because it's triggered directly (manual/HTTP) with no Entra ID Governance restrictions.
- Access Packages only trigger Logic Apps as Custom Extensions and only via an HTTP trigger. Any other trigger or changes after registration will prevent it from firing.
- The Logic App must be registered as a Custom Extension in Entra ID Governance and attached to the correct lifecycle stage commonly Assignment granted.
- The Logic App needs a Managed Identity with proper Microsoft Graph permissions; Access Packages call it using Entra ID, not your user context.
- Custom extensions are non-blocking: Access Packages do not report or block on custom extension failures, access is granted even if the extension fails or is never runs.
- To detect issues, you must check the Logic App's run history and logs yourself, because Entra ID Governance provides no error visibility.
If the resolution was helpful, kindly take a moment to click on and click on Yes for was this answer helpful. And, if you have any further query do let us know.