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 f6ba36f commit d6e677f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ For this step, open `.github/workflows/dagster-cloud-deploy.yml` in your reposit
In the `env` section of the workflow, update the following variables:

- `DAGSTER_CLOUD_ORGANIZATION`: The name of your Dagster Cloud organization.
- `IMAGE_REGISTRY`: The url of your Azure Container Registry: <your-acr-name>.azurecr.io
- `IMAGE_REGISTRY`: The url of your Azure Container Registry: `<your-acr-name>.azurecr.io`.

We'll update the workflow to use the Azure Container Registry by uncommenting its section and providing the principal details. It should look like this:

Expand Down

0 comments on commit d6e677f

Please sign in to comment.