diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e23415f1f..a1a9779d2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -56,7 +56,7 @@ jobs: az deployment group create \ --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ --template-file deploy/macae.bicep \ - --parameters azureOpenAILocation=eastus cosmosLocation=eastus + --parameters azureOpenAILocation=eastus cosmosLocation=eastus2 - name: Send Notification on Failure