Skip to content

Commit e80ec62

Browse files
committed
Merge branch 'PythonProviderRefresh' of github.com:mrm9084/azure-docs-pr into PythonProviderRefresh
2 parents ce6d6ef + 1cd7c3f commit e80ec62

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ In this tutorial, you learn how to:
2222
> * Set up your app to update its configuration in response to changes in an App Configuration store.
2323
2424
> [!NOTE]
25-
> Requires azure-appconfiguration-provider package version 1.1.0b1 or later.
25+
> Requires [azure-appconfiguration-provider](https://pypi.org/project/azure-appconfiguration-provider/1.1.0b1/) package version 1.1.0b1 or later.
2626
2727
## Prerequisites
2828

2929
- 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).
30+
- We assume you already have an App Configuration store. To create one, [create an App Configuration store](quickstart-aspnet-core-app.md).
3131

3232
## Sentinel key
3333

@@ -101,12 +101,8 @@ A *sentinel key* is a key that you update after you complete the change of all o
101101

102102
1. Verify Output:
103103

104-
```cli
105-
Hello World!
106-
1
107-
Hello World Updated!
108-
2
109-
```
104+
:::image type="content" source="./media/enable-dynamic-configuration-python.png" alt-text="Screenshot of the CLI, with the results; Hello World!, 1, Hello World Updated!, 2.":::
105+
110106

111107
## Next steps
112108

4.56 KB
Loading

0 commit comments

Comments
 (0)