You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/quickstart-feature-flag-python.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
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
3
3
description: Add feature flags to Python apps and manage them using Azure App Configuration.
4
4
author: mrm9084
5
5
ms.service: azure-app-configuration
6
6
ms.devlang: python
7
7
ms.topic: quickstart
8
-
ms.date: 05/29/2024
8
+
ms.date: 07/01/2024
9
9
ms.author: mametcal
10
10
ms.custom: devx-track-python, mode-other
11
11
#Customer intent: As an Python developer, I want to use feature flags to control feature availability quickly and confidently.
12
12
---
13
13
14
-
# Quickstart: Add feature flags to a Python app (preview)
14
+
# Quickstart: Add feature flags to a Python app
15
15
16
16
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.
0 commit comments