Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 229c038

Browse files
authored
Enable Custom Metrics. (#3190)
1 parent aa54a15 commit 229c038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deployment/bicep-templates/feature-flags.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ resource enableCustomMetricFeatureFlag 'Microsoft.AppConfiguration/configuration
4444
value: string({
4545
id: 'EnableCustomMetricTelemetry'
4646
description: 'Allow custom metrics to be sent.'
47-
enabled: false
47+
enabled: true
4848
})
4949
contentType: 'application/vnd.microsoft.appconfig.ff+json;charset=utf-8'
5050
}

0 commit comments

Comments
 (0)