Forum Discussion
FUAM Load_FUAM_Data_E2E error
- 1 year ago
Just an update on this. I discovered my issue was that the group with the SP account in it was not a member of the Admin Monitoring Workspace. When i added the group to this the pipeline ran successfully.
You do not need to add ANY permissions to the SP account in Azure.
Good question. What I shared doesn’t contradict the GitHub steps, but rather adds some extra checks that are sometimes missed in real-world setups.
The GitHub guide usually assumes:
- Admin consent has already been granted for the API permissions
- The service principal is correctly assigned to the right roles in both Azure and Fabric
- The token being used includes the correct scopes
In practice, though, we often see issues when:
- The security group has the permissions, but the service principal isn’t fully synced or recognized yet
- The token is missing the .default scope or is generated against the wrong resource
- The Fabric role assignment hasn’t propagated fully (especially if it was just added)
So no contradiction — just a few extra layers to double-check when things don’t behave as expected.
Let me know if you want to walk through your setup step-by-step and compare it with the GitHub flow.
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
I think a step by step would be really useful if possible. Thanks