Skip to content

Commit 32b385b

Browse files
committed
Updating formatting and values.
1 parent 1e9b401 commit 32b385b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,18 @@ Users may receive a variant for different reasons. You want to ensure that your
107107
> [!div class="mx-imgBorder"]
108108
> ![Screenshot of the Azure portal, view total events by assignment reason in telemetry tab.](./media/howto-telemetry/unique-user-count-by-assignment-reason.png)
109109
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-
> ![Screenshot of the Azure portal, view unique user count by variant in telemetry tab.](./media/howto-telemetry/unique-user-count-by-variant-disabled.png)
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+
> ![Screenshot of the Azure portal, view unique user count by variant in telemetry tab.](./media/howto-telemetry/unique-user-count-by-variant-disabled.png)
115+
116+
1. Switch to view unique user count by assignment reason.
117117
Confirm from the graph that the Percentile allocations fall to zero and DefaultWhenDisabled is the only reason for which users are being assigned variants.
118118

119-
Other possible reasons include "Group Override" or "User Override" if configured.
120-
> [!div class="mx-imgBorder"]
121-
> ![Screenshot of the Azure portal, view unique user count by assignment reason in telemetry tab.](./media/howto-telemetry/unique-user-count-by-assignment-reason-disabled.png)
119+
Other possible reasons include "DefaultWhenEnabled", "Group" or "User" if configured.
120+
> [!div class="mx-imgBorder"]
121+
> ![Screenshot of the Azure portal, view unique user count by assignment reason in telemetry tab.](./media/howto-telemetry/unique-user-count-by-assignment-reason-disabled.png)
122122

123123

124124
## Analyze telemetry in Application Insights

0 commit comments

Comments
 (0)