File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1567,6 +1567,7 @@ module webSiteBackend 'modules/web-sites.bicep' = {
15671567 AZURE_CLIENT_ID : backendUserAssignedIdentity .outputs .clientId
15681568 AZURE_BASIC_LOGGING_LEVEL : 'INFO'
15691569 AZURE_PACKAGE_LOGGING_LEVEL : 'WARNING'
1570+ AZURE_LOGGING_PACKAGES : ''
15701571 }
15711572 // WAF aligned configuration for Monitoring
15721573 applicationInsightResourceId : enableMonitoring ? applicationInsights !.outputs .resourceId : null
Original file line number Diff line number Diff line change 66 "_generator": {
77 "name": "bicep",
88 "version": "0.37.4.10188",
9- "templateHash": "14194719810689418497 "
9+ "templateHash": "11248839133370877384 "
1010 }
1111 },
1212 "parameters": {
3006230062 }
3006330063 },
3006430064 "dependsOn": [
30065+ "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
3006530066 "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
3006630067 "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
30067- "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
3006830068 "backendUserAssignedIdentity",
3006930069 "logAnalyticsWorkspace",
3007030070 "userAssignedIdentity",
5365353653 "APP_ENV": "Prod",
5365453654 "AZURE_CLIENT_ID": "[reference('backendUserAssignedIdentity').outputs.clientId.value]",
5365553655 "AZURE_BASIC_LOGGING_LEVEL": "INFO",
53656- "AZURE_PACKAGE_LOGGING_LEVEL": "WARNING"
53656+ "AZURE_PACKAGE_LOGGING_LEVEL": "WARNING",
53657+ "AZURE_LOGGING_PACKAGES": ""
5365753658 },
5365853659 "applicationInsightResourceId": "[if(parameters('enableMonitoring'), reference('applicationInsights').outputs.resourceId.value, null())]"
5365953660 }
You can’t perform that action at this time.
0 commit comments