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.
2 parents 3ef43d9 + e60bdb6 commit 614bad7Copy full SHA for 614bad7
articles/azure-resource-manager/bicep/scenarios-monitoring.md
@@ -55,7 +55,7 @@ resource diagnosticLogs 'Microsoft.Insights/diagnosticSettings@2021-05-01-previe
55
scope: appServicePlan
56
properties: {
57
workspaceId: logAnalytics.id
58
- logs: [
+ metrics: [
59
{
60
category: 'AllMetrics'
61
enabled: true
0 commit comments