Skip to content

Commit e60bdb6

Browse files
Update scenarios-monitoring.md
AllMetrics falls under metrics and not logs
1 parent e2beb26 commit e60bdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/scenarios-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ resource diagnosticLogs 'Microsoft.Insights/diagnosticSettings@2021-05-01-previe
5555
scope: appServicePlan
5656
properties: {
5757
workspaceId: logAnalytics.id
58-
logs: [
58+
metrics: [
5959
{
6060
category: 'AllMetrics'
6161
enabled: true

0 commit comments

Comments
 (0)