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 b60274a commit 819d05eCopy full SHA for 819d05e
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