Skip to content

Commit 0a7bd20

Browse files
build: rebuild main.json from updated main.bicep
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c38520b commit 0a7bd20

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

infra/main.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.41.2.15936",
9-
"templateHash": "8495628770560205121"
9+
"templateHash": "10582002328170601028"
1010
}
1111
},
1212
"parameters": {
@@ -26120,8 +26120,8 @@
2612026120
},
2612126121
"dependsOn": [
2612226122
"appIdentity",
26123-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]",
2612426123
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
26124+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]",
2612526125
"virtualNetwork"
2612626126
]
2612726127
},
@@ -33808,9 +33808,9 @@
3380833808
},
3380933809
"dependsOn": [
3381033810
"aiFoundryAiServices",
33811+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
3381133812
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
3381233813
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
33813-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
3381433814
"virtualNetwork"
3381533815
]
3381633816
},
@@ -40908,6 +40908,10 @@
4090840908
{
4090940909
"name": "REACT_APP_MSAL_REDIRECT_URL",
4091040910
"value": "/"
40911+
},
40912+
{
40913+
"name": "ALLOWED_ORIGINS",
40914+
"value": "[format('https://{0}.{1}', variables('frontEndContainerAppName'), reference('containerAppsEnvironment').outputs.defaultDomain.value)]"
4091140915
}
4091240916
],
4091340917
"resources": {

0 commit comments

Comments
 (0)