Forum Discussion
Anonymous
1 year agoNot applicable
Getting unauthorized issue while executing Notebook from Azure API
Hi, I have an Azure function , where I would consume Post method to connect and execute Notebook on demand URI- https://api.fabric.microsoft.com/v1/workspaces/xxxx/items/yyy/jobs/instances?jo...
- Anonymous1 year ago
Closing this thread, as the issue is solved. There was a Security Group configured to allow Service principals and after adding the API call is successfull. Thankyou !
Vinodh247
1 year agoSuper User
Unauthorizedindicates an issue with permissions or authentication scope when invoking the Microsoft Fabric API from your azure function. The most common cause is either missing Fabric workspace permissions for your prod SPN or incorrect scope configuration in production's AAD app registration. Can you verify these configurations first and retry?
- Anonymous1 year agoNot applicable
I have given Workspace Admin permission to the PROD SPN and in Azure App registratiion I have below permissions