Skip to content

Commit b825d31

Browse files
authored
Updating wording in link to samples.
1 parent 794cf8d commit b825d31

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ Add the following key-values to the App Configuration store. For more informatio
172172
test.message found: False
173173
```
174174
175-
## Django/Flask Application
175+
## Web Applications
176+
177+
Django/Flask Application
176178
177179
### [Flask](#tab/flask)
178180
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`:
@@ -204,7 +206,7 @@ MESSAGE = settings.CONFIG.get("message")
204206
```
205207
---
206208

207-
Full code samples on how Azure App Configuration is used in python web apps can be found in the [Azure App Configuration](https://github.com/Azure/AppConfiguration/tree/main/examples/Python) repo.
209+
Full code samples on how to use Azure App Configuration in Python web applications can be found in the [Azure App Configuration](https://github.com/Azure/AppConfiguration/tree/main/examples/Python) repo.
208210

209211
## Clean up resources
210212

0 commit comments

Comments
 (0)