Skip to content

Commit d45d72c

Browse files
build main.json
1 parent a94dd9c commit d45d72c

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

infra/main.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"metadata": {
55
"_generator": {
66
"name": "bicep",
7-
"version": "0.34.1.11899",
8-
"templateHash": "10534846592360054965"
7+
"version": "0.33.93.31351",
8+
"templateHash": "11431588318581124858"
99
}
1010
},
1111
"parameters": {
@@ -93,8 +93,8 @@
9393
"resourceGroupLocation": "[resourceGroup().location]",
9494
"solutionLocation": "[variables('resourceGroupLocation')]",
9595
"baseUrl": "https://raw.githubusercontent.com/microsoft/document-generation-solution-accelerator/main/",
96-
"ApplicationInsightsName": "[format('appins-{0}', variables('solutionPrefix'))]",
97-
"WorkspaceName": "[format('worksp-{0}', variables('solutionPrefix'))]"
96+
"ApplicationInsightsName": "[format('appi-{0}', variables('solutionPrefix'))]",
97+
"WorkspaceName": "[format('log-{0}', variables('solutionPrefix'))]"
9898
},
9999
"resources": [
100100
{
@@ -150,8 +150,8 @@
150150
"metadata": {
151151
"_generator": {
152152
"name": "bicep",
153-
"version": "0.34.1.11899",
154-
"templateHash": "5321954130579291970"
153+
"version": "0.33.93.31351",
154+
"templateHash": "5719315788994459005"
155155
}
156156
},
157157
"parameters": {
@@ -171,7 +171,7 @@
171171
},
172172
"miName": {
173173
"type": "string",
174-
"defaultValue": "[format('{0}-managed-identity', parameters('solutionName'))]",
174+
"defaultValue": "[format('id-{0}', parameters('solutionName'))]",
175175
"metadata": {
176176
"description": "Name"
177177
}
@@ -243,8 +243,8 @@
243243
"metadata": {
244244
"_generator": {
245245
"name": "bicep",
246-
"version": "0.34.1.11899",
247-
"templateHash": "15644309813710584263"
246+
"version": "0.33.93.31351",
247+
"templateHash": "16444845925569233096"
248248
}
249249
},
250250
"parameters": {
@@ -264,7 +264,7 @@
264264
}
265265
},
266266
"variables": {
267-
"keyvaultName": "[format('{0}-kv', parameters('solutionName'))]"
267+
"keyvaultName": "[format('kv-{0}', parameters('solutionName'))]"
268268
},
269269
"resources": [
270270
{
@@ -383,8 +383,8 @@
383383
"metadata": {
384384
"_generator": {
385385
"name": "bicep",
386-
"version": "0.34.1.11899",
387-
"templateHash": "6241332452423283350"
386+
"version": "0.33.93.31351",
387+
"templateHash": "627756007451802146"
388388
}
389389
},
390390
"parameters": {
@@ -420,20 +420,20 @@
420420
}
421421
},
422422
"variables": {
423-
"storageName": "[format('{0}hubstorage', parameters('solutionName'))]",
423+
"storageName": "[format('st{0}hub', parameters('solutionName'))]",
424424
"storageSkuName": "Standard_LRS",
425-
"aiServicesName": "[format('{0}-aiservices', parameters('solutionName'))]",
426-
"applicationInsightsName": "[format('{0}-appinsights', parameters('solutionName'))]",
427-
"containerRegistryName": "[format('{0}acr', parameters('solutionName'))]",
428-
"keyvaultName": "[format('{0}-kv', parameters('solutionName'))]",
425+
"aiServicesName": "[format('ais-{0}', parameters('solutionName'))]",
426+
"applicationInsightsName": "[format('appi-{0}', parameters('solutionName'))]",
427+
"containerRegistryName": "[format('cr-{0}', parameters('solutionName'))]",
428+
"keyvaultName": "[format('kv-{0}', parameters('solutionName'))]",
429429
"location": "[parameters('solutionLocation')]",
430-
"aiHubName": "[format('{0}-aihub', parameters('solutionName'))]",
430+
"aiHubName": "[format('hub-{0}', parameters('solutionName'))]",
431431
"aiHubFriendlyName": "[variables('aiHubName')]",
432432
"aiHubDescription": "AI Hub",
433-
"aiProjectName": "[format('{0}-aiproject', parameters('solutionName'))]",
433+
"aiProjectName": "[format('proj-{0}', parameters('solutionName'))]",
434434
"aiProjectFriendlyName": "[variables('aiProjectName')]",
435-
"aiSearchName": "[format('{0}-search', parameters('solutionName'))]",
436-
"workspaceName": "[format('{0}-workspace', parameters('solutionName'))]",
435+
"aiSearchName": "[format('srch-{0}', parameters('solutionName'))]",
436+
"workspaceName": "[format('log-{0}-hub', parameters('solutionName'))]",
437437
"aiModelDeployments": [
438438
{
439439
"name": "[parameters('gptModelName')]",
@@ -981,8 +981,8 @@
981981
"metadata": {
982982
"_generator": {
983983
"name": "bicep",
984-
"version": "0.34.1.11899",
985-
"templateHash": "5169332991642386736"
984+
"version": "0.33.93.31351",
985+
"templateHash": "12863612675732383951"
986986
}
987987
},
988988
"parameters": {
@@ -1002,7 +1002,7 @@
10021002
},
10031003
"saName": {
10041004
"type": "string",
1005-
"defaultValue": "[format('{0}storage', parameters('solutionName'))]",
1005+
"defaultValue": "[format('st{0}', parameters('solutionName'))]",
10061006
"metadata": {
10071007
"description": "Name"
10081008
}
@@ -1210,8 +1210,8 @@
12101210
"metadata": {
12111211
"_generator": {
12121212
"name": "bicep",
1213-
"version": "0.34.1.11899",
1214-
"templateHash": "12565043404933150402"
1213+
"version": "0.33.93.31351",
1214+
"templateHash": "6455788440385967919"
12151215
}
12161216
},
12171217
"parameters": {
@@ -1225,14 +1225,14 @@
12251225
},
12261226
"HostingPlanName": {
12271227
"type": "string",
1228-
"defaultValue": "[format('{0}-app-service-plan', parameters('solutionName'))]",
1228+
"defaultValue": "[format('asp-{0}', parameters('solutionName'))]",
12291229
"metadata": {
12301230
"description": "Name of App Service plan"
12311231
}
12321232
},
12331233
"HostingPlanSku": {
12341234
"type": "string",
1235-
"defaultValue": "P0v3",
1235+
"defaultValue": "B1",
12361236
"allowedValues": [
12371237
"F1",
12381238
"D1",
@@ -1254,7 +1254,7 @@
12541254
},
12551255
"WebsiteName": {
12561256
"type": "string",
1257-
"defaultValue": "[format('{0}-app-service', parameters('solutionName'))]",
1257+
"defaultValue": "[format('app-{0}', parameters('solutionName'))]",
12581258
"metadata": {
12591259
"description": "Name of Web App"
12601260
}
@@ -1696,8 +1696,8 @@
16961696
"metadata": {
16971697
"_generator": {
16981698
"name": "bicep",
1699-
"version": "0.34.1.11899",
1700-
"templateHash": "11157199356947505887"
1699+
"version": "0.33.93.31351",
1700+
"templateHash": "16935405490916431865"
17011701
}
17021702
},
17031703
"parameters": {
@@ -1730,7 +1730,7 @@
17301730
}
17311731
},
17321732
"variables": {
1733-
"accountName": "[format('{0}-cosmos', parameters('solutionName'))]",
1733+
"accountName": "[format('cosmos-{0}', parameters('solutionName'))]",
17341734
"databaseName": "db_conversation_history",
17351735
"collectionName": "conversations",
17361736
"containers": [
@@ -1919,8 +1919,8 @@
19191919
"metadata": {
19201920
"_generator": {
19211921
"name": "bicep",
1922-
"version": "0.34.1.11899",
1923-
"templateHash": "16100001477502640669"
1922+
"version": "0.33.93.31351",
1923+
"templateHash": "10732358770414829985"
19241924
}
19251925
},
19261926
"parameters": {
@@ -1953,11 +1953,11 @@
19531953
},
19541954
"containerAppName": {
19551955
"type": "string",
1956-
"defaultValue": "[format('{0}containerapp', parameters('solutionName'))]"
1956+
"defaultValue": "[format('ca-{0}', parameters('solutionName'))]"
19571957
},
19581958
"environmentName": {
19591959
"type": "string",
1960-
"defaultValue": "[format('{0}containerappenv', parameters('solutionName'))]"
1960+
"defaultValue": "[format('cae-{0}', parameters('solutionName'))]"
19611961
},
19621962
"imageName": {
19631963
"type": "string",

0 commit comments

Comments
 (0)