Skip to content

Commit dfb605a

Browse files
committed
Merge branch 'PythonProviderRefresh' of github.com:mrm9084/azure-docs-pr into PythonProviderRefresh
2 parents 27cc501 + fa1ca8b commit dfb605a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ In this tutorial, you learn how to:
2424
> [!NOTE]
2525
> Requires azure-appconfiguration-provider package version 1.1.0b1 or later.
2626
27+
## Prerequisites
28+
29+
- An Azure subscription - [create one for free](https://azure.microsoft.com/free)
30+
- We assume you already have an App Configuration store. If you want to create one, [create an App Configuration store](quickstart-aspnet-core-app.md).
31+
2732
## Sentinel key
2833

2934
A *sentinel key* is a key that you update after you complete the change of all other keys. Your app monitors the sentinel key. When a change is detected, your app refreshes all configuration values. This approach helps to ensure the consistency of configuration in your app and reduces the overall number of requests made to your App Configuration store, compared to monitoring all keys for changes.

0 commit comments

Comments
 (0)