Skip to content

Commit

Permalink
Version depends on linux vs windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Oct 25, 2024
1 parent f9c6ebb commit 240c4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/core/host/appservice.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ resource appService 'Microsoft.Web/sites@2022-03-01' = {
{
SCM_DO_BUILD_DURING_DEPLOYMENT: string(scmDoBuildDuringDeployment)
ENABLE_ORYX_BUILD: string(enableOryxBuild)
ApplicationInsightsAgent_EXTENSION_VERSION: '~2'
ApplicationInsightsAgent_EXTENSION_VERSION: contains(kind, 'linux') ? '~3' : '~2'
},
runtimeName == 'python' ? { PYTHON_ENABLE_GUNICORN_MULTIWORKERS: 'true' } : {},
!empty(applicationInsightsName) ? { APPLICATIONINSIGHTS_CONNECTION_STRING: applicationInsights.properties.ConnectionString } : {},
Expand Down

0 comments on commit 240c4ee

Please sign in to comment.