Skip to content

Commit 74e73e4

Browse files
committed
sync arm template by running make build
1 parent 5e7a6b4 commit 74e73e4

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

infra/artifacts/azuredeploy.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.29.47.4906",
8-
"templateHash": "9244475966134419434"
8+
"templateHash": "2885509356264964242"
99
}
1010
},
1111
"parameters": {
@@ -102,6 +102,13 @@
102102
"description": "Specifies whether or not public endpoint access is allowed for this account.."
103103
}
104104
},
105+
"aiServicesLocation": {
106+
"type": "string",
107+
"defaultValue": "eastus",
108+
"metadata": {
109+
"description": "Specifies the location for the Azure AI Services resource."
110+
}
111+
},
105112
"openAiDeployments": {
106113
"type": "array",
107114
"defaultValue": [],
@@ -258,7 +265,7 @@
258265
"parameters": {
259266
"name": "[if(empty(parameters('aiServicesName')), createObject('value', toLower(format('{0}-ai-services', parameters('prefix')))), createObject('value', parameters('aiServicesName')))]",
260267
"location": {
261-
"value": "[parameters('location')]"
268+
"value": "[parameters('aiServicesLocation')]"
262269
},
263270
"tags": {
264271
"value": "[parameters('tags')]"

0 commit comments

Comments
 (0)