We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1aea6 commit 9a7d049Copy full SHA for 9a7d049
.github/workflows/deploy.yml
@@ -130,7 +130,7 @@ jobs:
130
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
131
--template-file infra/main.bicep \
132
--parameters \
133
- solutionPrefix=${{ env.SOLUTION_PREFIX }} \
+ environmentName=${{ env.SOLUTION_PREFIX }} \
134
solutionLocation="${{ env.AZURE_LOCATION }}" \
135
modelDeploymentType="GlobalStandard" \
136
gptModelName="gpt-4o" \
0 commit comments