Enable Custom Metrics. (#3190)

This commit is contained in:
Noah McGregor Harper
2023-06-15 09:52:10 -07:00
committed by GitHub
parent aa54a15427
commit 229c03832d

View File

@ -44,7 +44,7 @@ resource enableCustomMetricFeatureFlag 'Microsoft.AppConfiguration/configuration
value: string({
id: 'EnableCustomMetricTelemetry'
description: 'Allow custom metrics to be sent.'
enabled: false
enabled: true
})
contentType: 'application/vnd.microsoft.appconfig.ff+json;charset=utf-8'
}