Skip to content

Commit 9bb6aba

Browse files
committed
Merge branch 'albertofori/portalTelemetry' of https://github.com/albertofori/azure-docs-pr into albertofori/portalTelemetry
2 parents 716a27e + c465b77 commit 9bb6aba

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ ms.date: 07/08/2025
1111

1212
# Enable telemetry for feature flags
1313

14+
Telemetry is the automated process of collecting, transmitting, and analyzing data about how your application and its features are used. Enabling telemetry for feature flags offers valuable insights into the behavior and impact of feature rollouts, helping teams iterate faster, enhance user experience, detect issues early, and validate the effectiveness of new features. With telemetry, teams can answer critical questions such as:
15+
16+
- Is a feature enabled or disabled as expected?
17+
- Are specific user segments accessing the new feature?
18+
- Is a feature causing performance regressions or errors?
19+
- What is the impact of a feature on key metrics like engagement or conversion?
20+
21+
By leveraging telemetry data, organizations can make informed, data-driven decisions, quickly identify and resolve issues, and optimize feature delivery for better business and user outcomes.
22+
1423
Telemetry is the process of collecting, transmitting, and analyzing data about the usage and performance of your application. It helps you monitor feature flag behavior and make data-driven decisions. When a feature flag change is deployed, it's often important to analyze its effect on an application. For example, here are a few questions that may arise:
1524

1625
- Are my flags enabled/disabled as expected?
@@ -52,7 +61,7 @@ These types of questions can be answered through the emission and analysis of fe
5261
* [Python](./howto-telemetry-python.md)
5362
* [JavaScript](./howto-telemetry-javascript.md)
5463

55-
## Review telemetry for the feature flag
64+
## Review telemetry results in Azure App Configuration
5665

5766
1. Navigate to the **Application Insights** blade in the App Configuration portal. You should see a graph displaying all events from your application. This graph provides an initial overview of activity patterns.
5867
> [!div class="mx-imgBorder"]
@@ -112,7 +121,7 @@ Other possible reasons include "Group Override" or "User Override" if configured
112121
> ![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)
113122
114123

115-
## Analyze in Application Insights
124+
## Analyze telemetry in Application Insights
116125

117126
Now that you have confirmed the feature flag allocations are working as expected, you can dive deeper into the telemetry events to see how different variants are performing based on the likes emitted for users.
118127

0 commit comments

Comments
 (0)