Skip to content

Commit e70f708

Browse files
committed
Updated usage
1 parent aba5741 commit e70f708

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,20 @@ A *sentinel key* is a key that you update after you complete the change of all o
8484
print(config["Sentinel"])
8585
```
8686

87+
1. Run your script:
88+
89+
```cli
90+
python app.py
91+
```
92+
93+
1. Verify Output:
94+
95+
```cli
96+
Hello World!
97+
1
98+
Hello World Updated!
99+
2
100+
```
87101

88102
## Next steps
89103

0 commit comments

Comments
 (0)