We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7f28f commit 8b5e625Copy full SHA for 8b5e625
infra/main_custom.bicep
@@ -1856,6 +1856,9 @@ module webSite 'modules/web-sites.bicep' = {
1856
//WEBSITES_CONTAINER_START_TIME_LIMIT: '1800' // 30 minutes, adjust as needed
1857
BACKEND_API_URL: 'https://${containerApp.outputs.fqdn}'
1858
AUTH_ENABLED: 'false'
1859
+ AZURE_BASIC_LOGGING_LEVEL: 'INFO'
1860
+ AZURE_PACKAGE_LOGGING_LEVEL: 'WARNING'
1861
+ AZURE_LOGGING_PACKAGES: ''
1862
ENABLE_ORYX_BUILD: 'True'
1863
}
1864
// WAF aligned configuration for Monitoring
0 commit comments