From e74adf2a1215c8c86d6398b56a2f37b851864a6a Mon Sep 17 00:00:00 2001 From: Yohan Lasorsa Date: Mon, 9 Oct 2023 16:35:50 +0000 Subject: [PATCH] ci: fix azd deployment --- .github/workflows/azure-dev.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/azure-dev.yaml b/.github/workflows/azure-dev.yaml index 9f39b47f..818c2cd2 100644 --- a/.github/workflows/azure-dev.yaml +++ b/.github/workflows/azure-dev.yaml @@ -25,6 +25,8 @@ jobs: AZURE_TENANT_ID: ${{ vars.AZURE_TENANT_ID }} AZURE_SUBSCRIPTION_ID: ${{ vars.AZURE_SUBSCRIPTION_ID }} AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }} + # Only needed for Microsoft internal Azure subscriptions + AZURE_ALIAS: yolasors steps: - name: Checkout uses: actions/checkout@v3 @@ -66,3 +68,4 @@ jobs: AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }} AZURE_LOCATION: ${{ vars.AZURE_LOCATION }} AZURE_SUBSCRIPTION_ID: ${{ vars.AZURE_SUBSCRIPTION_ID }} + AZURE_ALIAS: ${{ vars.AZURE_ALIAS }}