We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9254ef commit 84b3638Copy full SHA for 84b3638
1 file changed
infra/main.bicep
@@ -373,7 +373,6 @@ module applicationInsights 'br/public:avm/res/insights/component:0.6.0' = if (en
373
flowType: 'Bluefield'
374
// WAF aligned configuration for Monitoring
375
workspaceResourceId: enableMonitoring ? logAnalyticsWorkspaceResourceId : ''
376
- diagnosticSettings: enableMonitoring ? [{ workspaceResourceId: logAnalyticsWorkspaceResourceId }] : null
377
}
378
379
0 commit comments