Skip to content

Commit 096862c

Browse files
committed
Updating query.
1 parent f26e75d commit 096862c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-app-configuration/howto-telemetry.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Now that you have confirmed the feature flag allocations are working as expected
123123
let evaluated_users =
124124
customEvents
125125
| where name == "FeatureEvaluation"
126+
| where tostring(customDimensions.FeatureFlagReference) == "https://<store-endpoint>/kv/.appconfig.featureflag/<feature-flag-name>?label=<feature-flag-label>"
126127
| extend TargetingId = tostring(customDimensions.TargetingId),
127128
Variant = tostring(customDimensions.Variant)
128129
| summarize Variant = any(Variant) by TargetingId;

0 commit comments

Comments
 (0)