From a6f603af50fb0a9c89fa1df4ac45f4883f6c6cf1 Mon Sep 17 00:00:00 2001 From: Prashant-Microsoft Date: Thu, 2 Jan 2025 10:49:27 +0530 Subject: [PATCH] testing automation flow --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 08fa235..184826a 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=eastus2 cosmosLocation=eastus - name: Send Notification on Failure