Forum Discussion
ChristinaODT
1 year agoFrequent Visitor
Access or Trigger Pipeline using Fabric Rest API and Token Generation
Hi, I am trying to run a fabric pipeline using rest api. For this i created a Microsoft Entra App on azure portal with desired permissions that include workspace readwrite, datapipeline execute...
- 1 year ago
No nothing works out. I tried everything shared and worked as per the API document given by Microsoft, but the API did not hit the pipelines. Though I found out an alternative approach to make this feature work . I will share the blog link soon here for others facing the same issue
Salini1991
1 year agoFrequent Visitor
Did it work? I am facing the same issue when I call https://api.fabric.microsoft.com/v1/workspaces. I am now getting
{
"requestId": "b9c63b6d-27f3-42a3-a2d9-d733a6ebe20d",
"errorCode": "Unauthorized",
"message": "The caller is not authenticated to access this resource"
}