Skip to content

Commit aba5741

Browse files
committed
Added version requirement
1 parent 6625b5c commit aba5741

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ In this tutorial, you learn how to:
2121
> [!div class="checklist"]
2222
> * Set up your app to update its configuration in response to changes in an App Configuration store.
2323
24+
> [!NOTE]
25+
> Requires azure-appconfiguration-provider package version 1.1.0b1 or later.
26+
2427
## Sentinel key
2528

2629
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)