Skip to content

Commit 444874d

Browse files
Merge pull request #264550 from mrm9084/patch-1
App Config Python Provider 1.1.0 GA
2 parents 1e61210 + 77f2d61 commit 444874d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-python.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
---
2-
title: Use dynamic configuration in Python (preview)
2+
title: Use dynamic configuration in Python
33
titleSuffix: Azure App Configuration
44
description: Learn how to dynamically update configuration data for Python
55
services: azure-app-configuration
66
author: mrm9084
77
ms.service: azure-app-configuration
88
ms.devlang: python
99
ms.topic: tutorial
10-
ms.date: 10/05/2023
10+
ms.date: 01/29/2024
1111
ms.custom: devx-track-python, devx-track-extended-python
1212
ms.author: mametcal
1313
#Customer intent: As a Python developer, I want to dynamically update my app to use the latest configuration data in Azure App Configuration.
1414
---
15-
# Tutorial: Use dynamic configuration in Python (preview)
15+
# Tutorial: Use dynamic configuration in Python
1616

1717
The Azure App Configuration Python provider includes built-in caching and refreshing capabilities. This tutorial shows how to enable dynamic configuration in Python applications.
1818

19-
> [!NOTE]
20-
> Requires [azure-appconfiguration-provider](https://pypi.org/project/azure-appconfiguration-provider/1.1.0b3/) package version 1.1.0b3 or later.
21-
2219
## Prerequisites
2320

2421
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).

0 commit comments

Comments
 (0)