We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c9d00 commit bd19179Copy full SHA for bd19179
.github/workflows/job-deploy-windows.yml
@@ -133,8 +133,8 @@ 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 }}"
+ # Set infrastructure parameters that azd expects (both use AZURE_LOCATION like CI.yml)
+ azd env set aiDeploymentsLocation="${{ inputs.AZURE_LOCATION }}"
138
azd env set location="${{ inputs.AZURE_LOCATION }}"
139
140
# Set ACR name only when building Docker image
0 commit comments