Skip to content

Commit 8b5e625

Browse files
updated main custom bicep
1 parent dc7f28f commit 8b5e625

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

infra/main_custom.bicep

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,6 +1856,9 @@ module webSite 'modules/web-sites.bicep' = {
18561856
//WEBSITES_CONTAINER_START_TIME_LIMIT: '1800' // 30 minutes, adjust as needed
18571857
BACKEND_API_URL: 'https://${containerApp.outputs.fqdn}'
18581858
AUTH_ENABLED: 'false'
1859+
AZURE_BASIC_LOGGING_LEVEL: 'INFO'
1860+
AZURE_PACKAGE_LOGGING_LEVEL: 'WARNING'
1861+
AZURE_LOGGING_PACKAGES: ''
18591862
ENABLE_ORYX_BUILD: 'True'
18601863
}
18611864
// WAF aligned configuration for Monitoring

0 commit comments

Comments
 (0)