Have a Data bricks linked service with Authentication type as "Access Token" but Key Vault is used.
Linked Service Settings (.png)
and while validating the LS, I'm getting the error Error: (.png)
As I'm new to the Azure Admin activities, need help with updating the access token and linked service. Does it need to updated on Key Vault or DB is also involved into this.
By analyzing the error code I found: DB access token is expired (.png)
need to update the Linked Service for the involved pipelines to run.
Really Appreciate some help here! Thanks!
Have a Data bricks linked service with Authentication type as "Access Token" but Key Vault is used.
Linked Service Settings (https://i.sstatic/gYxb0HrI.png)
and while validating the LS, I'm getting the error Error: (https://i.sstatic/jtWKrurF.png)
As I'm new to the Azure Admin activities, need help with updating the access token and linked service. Does it need to updated on Key Vault or DB is also involved into this.
By analyzing the error code I found: DB access token is expired (https://i.sstatic/82k98PcT.png)
need to update the Linked Service for the involved pipelines to run.
Really Appreciate some help here! Thanks!
You can create a new access token for databricks following these steps here:
- In your Databricks workspace, click your Databricks username in the top bar, and then select Settings from the drop down.
- Click Developer.
- Next to Access tokens, click Manage --> Click Generate new token.
- Enter a comment that helps you to identify this token in the future.
- Set the token’s lifetime in days.
- Click Generate
doc: https://docs.databricks/aws/en/dev-tools/auth/pat.
Please note that this token is associated with your user account and will have the same permissions as you.
Once generated, you can update your secret in Azure Key Vault (named databricksPAT)
Let me know if you'd like any further refinements!