Skip to content

Commit

Permalink
[azure-docs] refine deployment with ACR docs
Browse files Browse the repository at this point in the history
Additions and modifications noted from dogfooding the guide
  • Loading branch information
mlarose committed Dec 11, 2024
1 parent 6875473 commit d3a3b69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ We'll add the service principal details as secrets in our repository. Go to your

Add the following secrets:

- `DAGSTER_CLOUD_API_TOKEN`: An agent token, for more details see [the Dagster Cloud docs](https://docs.dagster.io/dagster-cloud/account/managing-user-agent-tokens).
- `DAGSTER_CLOUD_API_TOKEN`: An agent token, for more details see [Managing agent tokens](/dagster-plus/account/managing-user-agent-tokens#managing-agent-tokens).
- `AZURE_CLIENT_ID`: The `appId` from the service principal JSON object.
- `AZURE_CLIENT_SECRET`: The `password` from the service principal JSON object.

Expand Down

0 comments on commit d3a3b69

Please sign in to comment.