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
#Customer intent: As a Python developer, I want to dynamically update my app to use the latest configuration data in Azure App Configuration.
14
14
---
15
-
# Tutorial: Use dynamic configuration in Python (preview)
15
+
# Tutorial: Use dynamic configuration in Python
16
16
17
17
The Azure App Configuration Python provider includes built-in caching and refreshing capabilities. This tutorial shows how to enable dynamic configuration in Python applications.
18
18
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
-
22
19
## Prerequisites
23
20
24
21
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).
0 commit comments