From 8e83038480e26e79773dc35b06994acd537ef0fc Mon Sep 17 00:00:00 2001 From: Hector Alfaro Date: Fri, 18 Oct 2024 11:00:59 -0400 Subject: [PATCH] Revert "pass token creds when setting container for prod deploy" (#52780) --- .github/workflows/azure-prod-build-deploy.yml | 2 +- src/rest/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-prod-build-deploy.yml b/.github/workflows/azure-prod-build-deploy.yml index 06ac18399adf..65cea4d33eee 100644 --- a/.github/workflows/azure-prod-build-deploy.yml +++ b/.github/workflows/azure-prod-build-deploy.yml @@ -118,7 +118,7 @@ jobs: - name: 'Apply updated docker-compose.prod.yaml config to canary slot' run: | - az webapp config container set --multicontainer-config-type COMPOSE --multicontainer-config-file docker-compose.prod.yaml --slot ${{ env.SLOT_NAME }} -n ${{ env.APP_SERVICE_NAME }} -g ${{ env.RESOURCE_GROUP_NAME }} --container-registry-url ${{ secrets.PROD_REGISTRY_SERVER }} --container-registry-user ${{ env.ACR_TOKEN_NAME }} --container-registry-password ${{ env.ACR_TOKEN_VALUE }} + az webapp config container set --multicontainer-config-type COMPOSE --multicontainer-config-file docker-compose.prod.yaml --slot ${{ env.SLOT_NAME }} -n ${{ env.APP_SERVICE_NAME }} -g ${{ env.RESOURCE_GROUP_NAME }} # Watch canary slot instances to see when all the instances are ready - name: Check that canary slot is ready diff --git a/src/rest/README.md b/src/rest/README.md index 1c483805a47d..bb89442099a2 100644 --- a/src/rest/README.md +++ b/src/rest/README.md @@ -77,4 +77,4 @@ Writers can also add an introduction paragraph _above_ the following Markdown co Slack: `#docs-engineering` Repo: `github/docs-engineering` -If you have a question about the REST pipeline, you can ask in the `#docs-engineering` Slack channel. If you notice a problem with the REST pipeline, you can open an issue in the `github/docs-engineering` repository. 🚀 +If you have a question about the REST pipeline, you can ask in the `#docs-engineering` Slack channel. If you notice a problem with the REST pipeline, you can open an issue in the `github/docs-engineering` repository. \ No newline at end of file