I need to create or copy the repo from Azure DevOps to Azure Databricks using a service principal (Service Connection) without the need to ask for the secret value since im not allow (security purposes)
Currently im not using python whl, or databricks bundle so the documentation provided by Microsoft doesnt help that much.
https://learn.microsoft.com/en-us/azure/databricks/dev-tools/ci-cd/ci-cd-azure-devops
I have the CI that wraps all the files in artifact (.zip), all i need is to clone or copy that in /Repos in databricks in the name of the service principal, which im not getting.
Any idea?
I did try the documentation from Microsoft, and Databricks but i dont need the workspace copy, i need to copy on the Repos only
Apuntatis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.