We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1b337 commit b79e459Copy full SHA for b79e459
1 file changed
.github/workflows/deploy.yml
@@ -135,8 +135,9 @@ jobs:
135
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
136
--template-file infra/main.bicep \
137
--parameters \
138
- Prefix="${{ env.SOLUTION_PREFIX }}" \
+ solutionName="${{ env.SOLUTION_PREFIX }}" \
139
aiDeploymentsLocation="eastus" \
140
+ useWafAlignedArchitecture=false \
141
capacity=${{ env.GPT_MIN_CAPACITY }} \
142
imageVersion="${IMAGE_TAG}"\
143
--debug
0 commit comments