We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58289cd commit 57ded83Copy full SHA for 57ded83
1 file changed
infra/main.bicep
@@ -895,8 +895,8 @@ module applicationInsights 'br/public:avm/res/insights/component:0.6.0' = if (en
895
disableIpMasking: false
896
flowType: 'Bluefield'
897
// WAF aligned configuration for Monitoring
898
- workspaceResourceId: enableMonitoring ? logAnalyticsWorkspace!.outputs.resourceId : ''
899
- diagnosticSettings: enableMonitoring ? [{ workspaceResourceId: logAnalyticsWorkspace!.outputs.resourceId }] : null
+ workspaceResourceId: enableMonitoring ? logAnalyticsWorkspaceResourceId : ''
+ diagnosticSettings: enableMonitoring ? [{ workspaceResourceId: logAnalyticsWorkspaceResourceId }] : null
900
}
901
902
0 commit comments