Skip to content

Commit c9b0686

Browse files
update
1 parent a015659 commit c9b0686

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Enable telemetry for feature flags in a Node.js application (preview)
2+
title: Enable telemetry for feature flags in a Node.js application
33
titleSuffix: Azure App Configuration
44
description: Learn how to use telemetry in Node.js for feature flags in Azure App Configuration.
55
ms.service: azure-app-configuration
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.date: 06/25/2025
1010
---
1111

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

1414
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).
1515

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Enable telemetry for feature flags in a Python application (preview)
2+
title: Enable telemetry for feature flags in a Python application
33
titleSuffix: Azure App Configuration
44
description: Learn how to use telemetry in python for feature flags in Azure App Configuration.
55
ms.service: azure-app-configuration
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.date: 05/06/2025
1010
---
1111

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

1414
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).
1515

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Enable telemetry for feature flags (preview)
2+
title: Enable telemetry for feature flags
33
titleSuffix: Azure App Configuration
44
description: Learn how to enable telemetry for feature flags in Azure App Configuration.
55
ms.service: azure-app-configuration
@@ -23,7 +23,7 @@ These types of questions can be answered through the emission and analysis of fe
2323

2424
- The feature flag created in [Use variant feature flags](./howto-variant-feature-flags.md).
2525

26-
## Connect to Application Insights (preview)
26+
## Connect to Application Insights
2727

2828
1. Open your App Configuration store in the Azure portal.
2929
1. In the **Telemetry** section, select the **Application Insights (preview)** blade.

0 commit comments

Comments
 (0)