- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2023 02:15 PM
I’m configuring the Databricks JobAPIs and I get Error 403 User not authorized.
I found out the issue is that I need to apply a rule and set API permissions for AzureDatabricks
- Azure Portal>Azure Databricks>Azure Databricks Service>Access control (IAM)>Add a role assignment>Select the role you want to grant and find your service principal>save
- use the service principal to get the token.(Don’t forget to grant permissions to service principals and grant administrator consent) API Permissions for AzueDatabricks
In this link below it is explained how to configure via Azure Portal UI.
I need to configure this via Azure (ADO) pipeline using PowerShell scripts because I do not have access to UI.
If someone can me provide PowerShell commands how to configure , greatly appreciate.
- Labels:
-
Azure
-
Databricks JobAPIs
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2023 06:27 AM
for the particular jobs the user who is trying to start the job he should have access permission or run permission for that jobs , please give required permission and it will work for sure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2023 06:27 AM
for the particular jobs the user who is trying to start the job he should have access permission or run permission for that jobs , please give required permission and it will work for sure

