Skip to content

Commit 813ef5c

Browse files
Merge pull request #279840 from mrm9084/PythonFMGA
App Configuration Python Feature Management GA
2 parents fc9e10a + a8b45ce commit 813ef5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-app-configuration/quickstart-feature-flag-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Quickstart for adding feature flags to Python with Azure App Configuration (Preview)
2+
title: Quickstart for adding feature flags to Python with Azure App Configuration
33
description: Add feature flags to Python apps and manage them using Azure App Configuration.
44
author: mrm9084
55
ms.service: azure-app-configuration
66
ms.devlang: python
77
ms.topic: quickstart
8-
ms.date: 05/29/2024
8+
ms.date: 07/01/2024
99
ms.author: mametcal
1010
ms.custom: devx-track-python, mode-other
1111
#Customer intent: As an Python developer, I want to use feature flags to control feature availability quickly and confidently.
1212
---
1313

14-
# Quickstart: Add feature flags to a Python app (preview)
14+
# Quickstart: Add feature flags to a Python app
1515

1616
In this quickstart, you'll create a feature flag in Azure App Configuration and use it to dynamically control Python apps to create an end-to-end implementation of feature management.
1717

0 commit comments

Comments
 (0)