Skip to content

Commit 09ce73f

Browse files
update
1 parent c9b0686 commit 09ce73f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ ms.topic: how-to
99
ms.date: 06/25/2025
1010
---
1111

12-
# Tutorial: Enable telemetry for feature flags in a Node.js application
12+
# Enable telemetry for feature flags in a Node.js application
1313

14-
In this tutorial, you use telemetry in your Node.js application to track feature flag evaluations and custom events. Telemetry allows you to make informed decisions about your feature management strategy. You utilize the feature flag with telemetry enabled created in [Enable telemetry for feature flags](./howto-telemetry.md). Before proceeding, ensure that you create a feature flag named *Greeting* in your Configuration store with telemetry enabled. This tutorial builds on top of [Tutorial: Use variant feature flags in a Node.js application](./howto-variant-feature-flags-javascript.md).
14+
In this tutorial, you use telemetry in your Node.js application to track feature flag evaluations and custom events. Telemetry allows you to make informed decisions about your feature management strategy. You utilize the feature flag with telemetry enabled created in [Enable telemetry for feature flags](./howto-telemetry.md). Before proceeding, ensure that you create a feature flag named *Greeting* in your Configuration store with telemetry enabled. This tutorial builds on top of [Use variant feature flags in a Node.js application](./howto-variant-feature-flags-javascript.md).
1515

1616
## Prerequisites
1717

1818
- [Enable telemetry for feature flags](./howto-telemetry.md).
19-
- [Tutorial: Use variant feature flags in a Node.js application](./howto-variant-feature-flags-javascript.md).
19+
- [Use variant feature flags in a Node.js application](./howto-variant-feature-flags-javascript.md).
2020

2121
## Add telemetry to your Node.js application
2222

@@ -93,7 +93,7 @@ In this tutorial, you use telemetry in your Node.js application to track feature
9393
9494
1. Run the application, [see step 4 of Use variant feature flags](./howto-variant-feature-flags-javascript.md#run-the-application).
9595
96-
1. Use 10 different users to visit the application. As you use a different user, you get a different message variant for some of them. ~50% of the time you get no message. 25% of the time you get the message "Hello!" and 25% of the time you get "I hope this makes your day!".
96+
1. Create 10 different users and log into the application. As you log in with each user, you get a different message variant for some of them. ~50% of the time you get no message. 25% of the time you get the message "Hello!" and 25% of the time you get "I hope this makes your day!"
9797
9898
1. With some of the users click the **Like** button to trigger the telemetry event.
9999

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ ms.topic: how-to
99
ms.date: 05/06/2025
1010
---
1111

12-
# Tutorial: Enable telemetry for feature flags in a Python application
12+
# Enable telemetry for feature flags in a Python application
1313

14-
In this tutorial, you use telemetry in your Python application to track feature flag evaluations and custom events. Telemetry allows you to make informed decisions about your feature management strategy. You utilize the feature flag with telemetry enabled created in [Enable telemetry for feature flags](./howto-telemetry.md). Before proceeding, ensure that you create a feature flag named *Greeting* in your Configuration store with telemetry enabled. This tutorial builds on top of [Tutorial: Use variant feature flags in a Python application](./howto-variant-feature-flags-python.md).
14+
In this tutorial, you use telemetry in your Python application to track feature flag evaluations and custom events. Telemetry allows you to make informed decisions about your feature management strategy. You utilize the feature flag with telemetry enabled created in [Enable telemetry for feature flags](./howto-telemetry.md). Before proceeding, ensure that you create a feature flag named *Greeting* in your Configuration store with telemetry enabled. This tutorial builds on top of [Use variant feature flags in a Python application](./howto-variant-feature-flags-python.md).
1515

1616
## Prerequisites
1717

1818
- The variant feature flag with telemetry enabled from [Enable telemetry for feature flags](./howto-telemetry.md).
19-
- The application from [Tutorial: Use variant feature flags in a Python application](./howto-variant-feature-flags-python.md).
19+
- The application from [Use variant feature flags in a Python application](./howto-variant-feature-flags-python.md).
2020

2121
## Add telemetry to your Python application
2222

articles/azure-app-configuration/howto-variant-feature-flags-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: zhiyuanliang-ms
77
ms.author: zhiyuanliang
88
ms.service: azure-app-configuration
99
ms.devlang: javascript
10-
ms.topic: how-to
10+
ms.topic: tutorial
1111
ms.date: 06/06/2025
1212
---
1313

articles/azure-app-configuration/howto-variant-feature-flags-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mrm9084
77
ms.author: mametcal
88
ms.service: azure-app-configuration
99
ms.devlang: python
10-
ms.topic: how-to
10+
ms.topic: tutorial
1111
ms.date: 05/06/2025
1212
---
1313

0 commit comments

Comments
 (0)