diff --git a/docs/content/dagster-plus/deployment/azure/acr-user-code.mdx b/docs/content/dagster-plus/deployment/azure/acr-user-code.mdx index 2d53a247766f7..aae6b2ef445fa 100644 --- a/docs/content/dagster-plus/deployment/azure/acr-user-code.mdx +++ b/docs/content/dagster-plus/deployment/azure/acr-user-code.mdx @@ -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: .azurecr.io +- `IMAGE_REGISTRY`: The url of your Azure Container Registry: `.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: