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-python-provider.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,21 @@
1
1
---
2
-
title: Quickstart for using Azure App Configuration with Python apps (preview) | Microsoft Learn
2
+
title: Quickstart for using Azure App Configuration with Python apps | Microsoft Learn
3
3
description: In this quickstart, create a Python app with the Azure App Configuration to centralize storage and management of application settings separate from your code.
#Customer intent: As a Python developer, I want to manage all my app settings in one place.
13
13
---
14
-
# Quickstart: Create a Python app with Azure App Configuration (preview)
14
+
# Quickstart: Create a Python app with Azure App Configuration
15
15
16
-
> [!IMPORTANT]
17
-
> The Python provider for Azure App Configuration is currently in preview.
18
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
16
+
In this quickstart, you will use the Python provider for Azure App Configuration to centralize storage and management of application settings using the [Azure App Configuration Python provider client library](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration-provider).
19
17
20
-
In this quickstart, you will use the Python provider for Azure App Configuration (preview) to centralize storage and management of application settings using the [Azure App Configuration Python provider client library](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration-provider).
21
-
22
-
The Python App Configuration provider is a library in preview running on top of the [Azure SDK for Python](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration), helping Python developers easily consume the App Configuration service. It enables configuration settings to be used like a dictionary.
18
+
The Python App Configuration provider is a library running on top of the [Azure SDK for Python](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration), helping Python developers easily consume the App Configuration service. It enables configuration settings to be used like a dictionary.
23
19
24
20
## Prerequisites
25
21
@@ -64,15 +60,15 @@ The Python App Configuration provider is a library in preview running on top of
0 commit comments