Skip to content

Commit 1e9b401

Browse files
committed
Fix links
1 parent 91bd89c commit 1e9b401

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ In this tutorial, you use telemetry in your Node.js application to track feature
9494
## Collect telemetry
9595
9696
Deploy your application to begin collecting telemetry from your users. To test its functionality, you can simulate user activity by creating many test users. Each user will experience a different variant of greeting messages, and they can interact with the application by clicking the heart button to like a quote. As your user base grows, you can monitor the increasing volume of telemetry data collected in Azure App Configuration. Additionally, you can drill down into the data to analyze how each variant of the feature flag influences user behavior.
97-
- [Review telemetry results in App Configuration](./howto-telemetry.md#review-telemetry-for-the-feature-flag).
97+
- [Review telemetry results in App Configuration](./howto-telemetry.md#review-telemetry-results-in-azure-app-configuration).
9898
9999
## Additional resources
100100

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ In this tutorial, you use telemetry in your Python application to track feature
108108
## Collect telemetry
109109
110110
Deploy your application to begin collecting telemetry from your users. To test its functionality, you can simulate user activity by creating many test users. Each user will experience a different variant of greeting messages, and they can interact with the application by clicking the heart button to like a quote. As your user base grows, you can monitor the increasing volume of telemetry data collected in Azure App Configuration. Additionally, you can drill down into the data to analyze how each variant of the feature flag influences user behavior.
111-
- [Review telemetry results in App Configuration](./howto-telemetry.md#review-telemetry-for-the-feature-flag).
111+
- [Review telemetry results in App Configuration](./howto-telemetry.md#review-telemetry-results-in-azure-app-configuration).
112112
113113
## Additional resources
114114
- [Flask Quote of the Day sample](https://github.com/Azure-Samples/quote-of-the-day-python)

0 commit comments

Comments
 (0)