Thank you for reaching out to us with your query.
It seems like the error message you received is related to a permission issue. The error message indicates that the client with the specified object ID does not have the required permission to perform the specified action.
To resolve this issue, you need to ensure that the client has the necessary permissions to perform the action. You can grant the required permissions by assigning the appropriate role to the client.
To assign a role to the client, you can follow these steps:
- Go to the Azure portal and navigate to the Data Factory instance that you are using.
- Click on the "Access control (IAM)" tab.
- Click on the "+ Add" button and select "Add role assignment".
- In the "Add role assignment" blade, select the appropriate role that you want to assign to the client. For example, you can select the "Data Factory Contributor" role.
- In the "Assign access to" section, select "User, group, or service principal".
- In the "Select" field, enter the object ID of the client that you want to assign the role to.
- Click on the "Save" button to save the role assignment. Once you have assigned the appropriate role to the client, you should be able to perform the specified action without encountering the "AuthorizationFailed" error.
In case, if you are experiencing the same issue after assigning the permission. I would request you to share the screenshot of the permission you had on the data factory.
I hope this helps! Let me know if you have any further questions.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.