You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/howto-telemetry.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,18 +107,18 @@ Users may receive a variant for different reasons. You want to ensure that your
107
107
> [!div class="mx-imgBorder"]
108
108
> 
109
109
110
-
- Disable the feature flag by going to the feature manager and toggling the feature flag "Enable" switch.
111
-
- In the telemetry column, click **View events** to go to telemetry tab in read-only mode.
112
-
- View Unique user count by Variant. You should see that all assignments for Long and Simple go to zero. Only the None variant, which is the default in our case, is assigned to users.
113
-
> [!div class="mx-imgBorder"]
114
-
> 
115
-
116
-
- Switch to view unique user count by assignment reason.
110
+
1. Disable the feature flag by going to the feature manager and toggling the feature flag "Enable" switch.
111
+
1. In the telemetry column, click **View events** to go to telemetry tab in read-only mode.
112
+
1. View Unique user count by Variant. You should see that all assignments for Long and Simple go to zero. Only the None variant, which is the default in our case, is assigned to users.
113
+
> [!div class="mx-imgBorder"]
114
+
> 
115
+
116
+
1. Switch to view unique user count by assignment reason.
117
117
Confirm from the graph that the Percentile allocations fall to zero and DefaultWhenDisabled is the only reason for which users are being assigned variants.
118
118
119
-
Other possible reasons include "Group Override" or "User Override" if configured.
120
-
> [!div class="mx-imgBorder"]
121
-
> 
119
+
Other possible reasons include "DefaultWhenEnabled", "Group" or "User" if configured.
120
+
> [!div class="mx-imgBorder"]
121
+
> 
0 commit comments