Skip to content

Commit c9ed690

Browse files
committed
moved
1 parent cfa6708 commit c9ed690

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/telemetry-results.png)
151+
> ![Application Insights Results.](./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

0 commit comments

Comments
 (0)