HI Sathish , I have added two screen shots.
Not able to access API management from ADF
Hi team,
Im trying to connect to APIM service from ADF just lik the steps mentioned in this link
https://learn.microsoft.com/en-us/answers/questions/820865/using-azure-data-factory-to-call-azure-rest-api-of
But im getting error below . Kindly help.
Error:
I have given the reader access for ADF in APIM IAM. Is there any other setting that needs to be done.
Azure API Management
Azure Data Factory
2 answers
Sort by: Most helpful
-
-
Pinaki Ghatak 5,690 Reputation points Microsoft Employee Volunteer Moderator2024-04-08T08:26:46.8133333+00:00 Hello @Pothiraj, Saranya-ADM
Based on the error message, it seems that the client with object id does not have authorization to perform action
Microsoft.DataFactory/factories/pipelineruns/cancel/actionover scope/subscriptions/resourceGroups/providers/Microsoft.DataFactory/factories/pipelineruns/or the scope is invalid. If access was recently granted, please refresh your credentials.This error message is not related to the APIM service. It seems that the user does not have the required permissions to perform the action on the Azure Data Factory pipeline.
Please ensure that the user has the required permissions to perform the action on the Azure Data Factory pipeline. You can check the permissions by following the steps below:
- Go to the Azure portal and navigate to the Azure Data Factory instance.
- Click on the Access control (IAM) tab.
- Check if the user has the required role assigned to them. If not, assign the required role to the user. If the issue persists, please provide more information about the steps you followed and the exact error message you are receiving.
Let us know if this helps.