Skip to content

Commit 85e8346

Browse files
mrm9084zhenlan
andauthored
Apply suggestions from code review
Co-authored-by: Zhenlan Wang <[email protected]>
1 parent 923b2e4 commit 85e8346

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.date: 05/06/2025
1010
---
1111

12-
# Tutorial: Enable telemetry for feature flags in a Python application (preview)
12+
# 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 [use variant feature flags](./howto-variant-feature-flags-python.md).
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.date: 03/05/2025
1010
---
1111

12-
# Tutorial: Enable telemetry for feature flags (preview)
12+
# Enable telemetry for feature flags
1313

1414
Telemetry is the process of collecting, transmitting, and analyzing data about the usage and performance of your application. It helps you monitor feature flag behavior and make data-driven decisions. When a feature flag change is deployed, it's often important to analyze its effect on an application. For example, here are a few questions that may arise:
1515

0 commit comments

Comments
 (0)