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 cf0ec50 commit a81bd1cCopy full SHA for a81bd1c
infra/main.bicep
@@ -424,7 +424,7 @@ module containerApps 'core/host/container-apps.bicep' = if (deploymentTarget ==
424
workloadProfile: azureContainerAppsWorkloadProfile
425
containerAppsEnvironmentName: acaManagedEnvironmentName
426
containerRegistryName: '${containerRegistryName}${resourceToken}'
427
- logAnalyticsWorkspaceResourceId: monitoring.outputs.logAnalyticsWorkspaceId
+ logAnalyticsWorkspaceResourceId: useApplicationInsights ? monitoring.outputs.logAnalyticsWorkspaceId : ''
428
}
429
430
0 commit comments