Skip to content

Commit 819e23a

Browse files
committed
Review comments
1 parent d8e8f12 commit 819e23a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this tutorial, you use telemetry in your Python application to track feature
1818
- The variant feature flag with telemetry enabled from [Enable telemetry for feature flags](./howto-telemetry.md).
1919
- The application from [Use variant feature flags](./howto-variant-feature-flags-python.md).
2020

21-
## Add telemetry to your python application
21+
## Add telemetry to your Python application
2222

2323
1. Install the required packages using pip:
2424

@@ -148,7 +148,7 @@ In this tutorial, you use telemetry in your Python application to track feature
148148
```
149149
150150
> [!div class="mx-imgBorder"]
151-
> ![Application Insights Results.](./media/howto-telemetry-python/telemetry-results.png)
151+
> ![Screenshot of Application Insights showing the results table with four rows; All, Simple, Long, and None with their respective user counts and percentages.](./media/howto-telemetry-python/telemetry-results.png)
152152
153153
You see one "FeatureEvaluation" for each time the quote page was loaded and one "Liked" event for each time the like button was clicked. The "FeatureEvaluation" event have a custom property called `FeatureName` with the name of the feature flag that was evaluated. Both events have a custom property called `TargetingId` with the name of the user that liked the quote.
154154
Binary file not shown.

0 commit comments

Comments
 (0)