szymonzaczek / databricks-ci-cd

Databricks CI/CD using Azure DevOps
20 stars 15 forks source link

Instructions to integrate into a working example #2

Open NewRay99 opened 2 years ago

NewRay99 commented 2 years ago

The Approach you taken seems to be very thorough, is there any chance you can provide a working example of a databricks deployment. also can it create the keyvault values that are required too.

the error has occurred during keyvault because there are missing values

image

szymonzaczek commented 2 years ago

Hello @NewRay99, I'm sorry for being unresponsive - I haven't received notifications about the issue that you've raised.

As for the error that you've received, I believe that it stems from the lack of service connection (Azure DevOps naming)/app registration (Azure Portal naming) permissions to access keyvault's secrets. For setting this up, you may find this link useful: https://docs.microsoft.com/en-us/azure/devops/pipelines/library/connect-to-azure?view=azure-devops

Also, the deployment article is underway.