Forum Discussion
Fabric User Data Function throws error while attempting call from data pipeline
- Anonymous1 year ago
Hi Mahalakshmi_15 ,
Thank you for the follow-up ! To make the REST API call to your User Data Function work, you may want to use like this token scope:
https://api.fabric.microsoft.com/.default
This tells the system you’re trying to access Fabric-specific resources. Just make sure your app in Entra ID has the right API permissions for Microsoft Fabric, and that consent has been granted (either by you or an admin, depending on your setup). Once you update the scope and retry the call, it might bring you a step closer.
As I mentioed earlier,So even with the correct scope, you might still see errors . You can find more details in the known issues.
I hope this helps you to resolve your query.If so,consider acepting it as solution.
Regards,
Pallavi.
Hi Team,
Apologies for delayed responsed.
In Fabric data pipeline, as you mentioned within the same tenant I'm able to execute it.
Only through REST API call, I could not call the user data function(even after changing the token as mentioned). I beleive soon the Microsoft will fix this existing issue.