Skip to content

Commit 0552ead

Browse files
Add aiDeploymentLocation parameter to JSON
1 parent 8ee8336 commit 0552ead

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

infra/main.parameters.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"capacity": {
1818
"value": "${AZURE_ENV_MODEL_CAPACITY}"
1919
},
20+
"aiDeploymentLocation": {
21+
"value": "${AZURE_AI_DEPLOYMENT_LOCATION}"
22+
},
2023
"gptModelVersion": {
2124
"value": "${AZURE_ENV_MODEL_VERSION}"
2225
},

0 commit comments

Comments
 (0)