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 d3a3b69 commit f6ba36f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/content/dagster-plus/deployment/azure/acr-user-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ This command will output a JSON object with the service principal details. Make

### Add secrets to your repository

We'll add the service principal details as secrets in our repository. Go to your repository in GitHub, and navigate to `Settings` -> `Secrets`.

Add the following secrets:
We'll add the service principal details as secrets in our repository. Go to your repository in GitHub, and navigate to `Settings` -> `Secrets`. Add the following secrets:

- `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.
Expand Down

0 comments on commit f6ba36f

Please sign in to comment.