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.
Thank you for response.
Could you please tell me the token scope that I need to use for REST API call. So i can try with updated scope value
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.