We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fd71a commit 14c9d00Copy full SHA for 14c9d00
.github/workflows/job-deploy-windows.yml
@@ -133,6 +133,10 @@ jobs:
133
azd env set AZURE_RESOURCE_GROUP="${{ inputs.RESOURCE_GROUP_NAME }}"
134
azd env set AZURE_ENV_IMAGETAG="${{ inputs.IMAGE_TAG }}"
135
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
+
140
# Set ACR name only when building Docker image
141
if ("${{ inputs.BUILD_DOCKER_IMAGE }}" -eq "true") {
142
$ACR_NAME = "${{ secrets.ACR_TEST_USERNAME }}"
0 commit comments