databricks / terraform-databricks-examples

Examples of using Terraform to deploy Databricks resources
https://registry.terraform.io/modules/databricks/examples/databricks/latest
Other
187 stars 116 forks source link

cannot read databricks_group from azure devops #102

Closed jasonhue8183 closed 8 months ago

jasonhue8183 commented 8 months ago
image

Error when issue command from azure devops " cannot read group: default auth: azure-cli: cannot get access token: ERROR: Please run 'az login' to setup account." No issue if issue command from local. Appreciate for any advice!

image
alexott commented 8 months ago

You don't have authentication configured correctly (see docs for supported methods). In general azure-cli doesn't work well from Azure DevOps, except in the case when you sign a service principal.

You can ask questions at Databricks Community site - this specific not a provider issue or feature request.