Skip to content

Commit c4ea9a8

Browse files
Merge pull request #219888 from maud-lv/ml-ac-pythonpreview
Add preview information
2 parents c4ed016 + 102cbcd commit c4ea9a8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

articles/azure-app-configuration/quickstart-python-provider.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
---
2-
title: Quickstart for using Azure App Configuration with Python apps | Microsoft Learn
2+
title: Quickstart for using Azure App Configuration with Python apps (preview) | Microsoft Learn
33
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.
44
services: azure-app-configuration
55
author: maud-lv
66
ms.service: azure-app-configuration
77
ms.devlang: python
88
ms.topic: quickstart
99
ms.custom: devx-track-python, mode-other, engagement-fy23
10-
ms.date: 11/17/2022
10+
ms.date: 11/30/2022
1111
ms.author: malev
1212
#Customer intent: As a Python developer, I want to manage all my app settings in one place.
1313
---
14-
# Quickstart: Create a Python app with Azure App Configuration
14+
# Quickstart: Create a Python app with Azure App Configuration (preview)
1515

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).
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.
1719
18-
The Python App Configuration provider is a library running on top of the Azure SDK for Python, helping Python developers easily consume the App Configuration service. It enables configuration settings to be used like a dictionary.
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.
1923

2024
## Prerequisites
2125

0 commit comments

Comments
 (0)