Skip to content

Commit f0c317b

Browse files
authored
Adding introductory text to sections.
1 parent 66a3993 commit f0c317b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-app-configuration/quickstart-python-provider.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Add the following key-values to the App Configuration store. For more informatio
3434
| *my_json* | *{"key":"value"}* | Leave empty | *application/json* |
3535

3636
## Console applications
37+
In this section, you will create a console application and load data from your App Configuration store.
3738

3839
### Connect to App Configuration
3940
1. Create a new directory for the project named *app-configuration-quickstart*.
@@ -174,6 +175,7 @@ Add the following key-values to the App Configuration store. For more informatio
174175
```
175176
176177
## Web applications
178+
The App Configuration provider loads data into a `Mapping` object, accessible as a dictionary, which can be used in combination with the existing configuration of various Python frameworks. This section shows how to use the App Configuration provider in popular web frameworks like Flask and Django.
177179
178180
### [Flask](#tab/flask)
179181
You can use Azure App Configuration in your existing Flask web apps by updating its in-built configuration. You can do this by passing your App Configuration provider object to the `update` function of your Flask app instance in `app.py`:

0 commit comments

Comments
 (0)