Skip to content

Commit

Permalink
added a note about AAD token for Azure DevOps repository
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Mar 29, 2021
1 parent 3348a96 commit 04a99c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The Azure DevOps setup consists of the several steps, described in the next sect
Because we have several pipelines, the it's makes sense to define [variable group](https://docs.microsoft.com/en-us/azure/devops/pipelines/library/variable-groups) to store the data that are necessary for execution of tests & deployment of the code. We need following configuration properties for execution of our pipelines:

* `databricks_host` - the [URL of your workspace](https://docs.databricks.com/workspace/workspace-details.html#workspace-instance-names-urls-and-ids) where tests will be executed (host name with `https://`, without `?o=`).
* `databricks_token` - personal access token for executing commands against the workspace. Mark this variable as private!
* `databricks_token` - personal access token for executing commands against the workspace. Mark this variable as private! Note that if you're using Azure DevOps to host repository, then you need to use AAD token instead.
* `cluster_id` - the ID of the cluster where tests will be executed.

The name of the variable group is used in the [azure-pipelines.yml](azure-pipelines.yml). By default its name is "Nutter Testing". Change the [azure-pipelines.yml](azure-pipelines.yml) if you use another name for variable group.
Expand Down

0 comments on commit 04a99c3

Please sign in to comment.