Skip to content

Commit 91bd89c

Browse files
committed
Addressing comments.
1 parent 9bb6aba commit 91bd89c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,10 @@ In this tutorial, you use telemetry in your Node.js application to track feature
9191
export APPLICATIONINSIGHTS_CONNECTION_STRING='applicationinsights-connection-string'
9292
```
9393
94-
1. Run the application, [see step 2 of Use variant feature flags](./howto-variant-feature-flags-python.md#build-and-run-the-app). You can simulate user activity on the application where some users are served different variants that they may or may not like.
94+
## Collect telemetry
9595
96-
## Next steps
97-
98-
- Now that you have set up your app and have some user activity on it, you can [review feature flag telemetry in the Azure Portal](./howto-telemetry.md#review-telemetry-for-the-feature-flag).
96+
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).
9998
10099
## Additional resources
101100

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ In this tutorial, you use telemetry in your Python application to track feature
105105
export APPLICATIONINSIGHTS_CONNECTION_STRING='applicationinsights-connection-string'
106106
```
107107
108-
1. Run the application, [see step 2 of Use variant feature flags](./howto-variant-feature-flags-python.md#build-and-run-the-app). You can simulate user activity on the application where some users are served different variants that they may or may not like.
108+
## Collect telemetry
109109
110-
## Next steps
111-
- Now that you have set up your app and have some user activity on it, you can [review feature flag telemetry in the Azure Portal](./howto-telemetry.md#review-telemetry-for-the-feature-flag).
110+
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).
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)