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 0946893 commit f9c6ebbCopy full SHA for f9c6ebb
infra/core/host/appservice.bicep
@@ -102,6 +102,7 @@ resource appService 'Microsoft.Web/sites@2022-03-01' = {
102
{
103
SCM_DO_BUILD_DURING_DEPLOYMENT: string(scmDoBuildDuringDeployment)
104
ENABLE_ORYX_BUILD: string(enableOryxBuild)
105
+ ApplicationInsightsAgent_EXTENSION_VERSION: '~2'
106
},
107
runtimeName == 'python' ? { PYTHON_ENABLE_GUNICORN_MULTIWORKERS: 'true' } : {},
108
!empty(applicationInsightsName) ? { APPLICATIONINSIGHTS_CONNECTION_STRING: applicationInsights.properties.ConnectionString } : {},
0 commit comments