We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9dcdb commit 6b82ee7Copy full SHA for 6b82ee7
1 file changed
infra/main.parameters.json
@@ -17,6 +17,9 @@
17
"runningOnGh": {
18
"value": "${GITHUB_ACTIONS}"
19
},
20
+ "openAILocation": {
21
+ "value": "${AZURE_OPENAI_LOCATION}"
22
+ },
23
"deployAzureOpenAI": {
24
"value": "${DEPLOY_AZURE_OPENAI=true}"
25
0 commit comments