Skip to content

Commit cfa6708

Browse files
committed
Results
1 parent 85e8346 commit cfa6708

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ In this tutorial, you use telemetry in your Python application to track feature
147147
| union (total_sum)
148148
```
149149
150+
> [!div class="mx-imgBorder"]
151+
> ![Application Insights Results.](./media/howto-telemetry/telemetry-results.png)
152+
150153
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.
151154
152155
## Additional resources
8.65 KB
Loading

0 commit comments

Comments
 (0)