Skip to content

Commit 14c9d00

Browse files
fix v3
1 parent 39fd71a commit 14c9d00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/job-deploy-windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ jobs:
133133
azd env set AZURE_RESOURCE_GROUP="${{ inputs.RESOURCE_GROUP_NAME }}"
134134
azd env set AZURE_ENV_IMAGETAG="${{ inputs.IMAGE_TAG }}"
135135
136+
# Set infrastructure parameters that azd expects
137+
azd env set aiDeploymentsLocation="${{ inputs.AZURE_ENV_OPENAI_LOCATION }}"
138+
azd env set location="${{ inputs.AZURE_LOCATION }}"
139+
136140
# Set ACR name only when building Docker image
137141
if ("${{ inputs.BUILD_DOCKER_IMAGE }}" -eq "true") {
138142
$ACR_NAME = "${{ secrets.ACR_TEST_USERNAME }}"

0 commit comments

Comments
 (0)