Skip to content

Commit 9480197

Browse files
refactor: remove aiDeploymentsLocation parameter and enable monitoring, private networking, and scaling options
1 parent 063520c commit 9480197

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

infra/main.parameters.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
"gptModelCapacity": {
1818
"value": "${AZURE_ENV_MODEL_CAPACITY}"
1919
},
20-
"aiDeploymentsLocation": {
21-
"value": "${AZURE_AI_DEPLOYMENT_LOCATION}"
22-
},
2320
"gptModelVersion": {
2421
"value": "${AZURE_ENV_MODEL_VERSION}"
2522
},
@@ -47,6 +44,15 @@
4744
"backendExists": {
4845
"value": "${SERVICE_BACKEND_RESOURCE_EXISTS=false}"
4946
},
47+
"enableMonitoring": {
48+
"value": true
49+
},
50+
"enablePrivateNetworking": {
51+
"value": true
52+
},
53+
"enableScaling": {
54+
"value": true
55+
},
5056
"backendDefinition": {
5157
"value": {
5258
"settings": [

0 commit comments

Comments
 (0)