Skip to content

Commit e008e8a

Browse files
updated bicep
1 parent 79950a2 commit e008e8a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

infra/main.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.37.4.10188",
9-
"templateHash": "14194719810689418497"
9+
"templateHash": "11248839133370877384"
1010
}
1111
},
1212
"parameters": {
@@ -30062,9 +30062,9 @@
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",
@@ -53653,7 +53653,8 @@
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
}

0 commit comments

Comments
 (0)