You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Create a new directory for the project named *app-configuration-quickstart*.
@@ -173,18 +173,18 @@ Add the following key-values to the App Configuration store. For more informatio
173
173
test.message found: False
174
174
```
175
175
176
-
## Web Applications
176
+
## Web applications
177
177
178
178
### [Flask](#tab/flask)
179
-
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`:
179
+
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`:
To access individual configuration settings in the Django views, you can reference them from the provider object in Django settings. For example, in `views.py`:
198
+
To access individual configuration settings in the Django views, you can reference them from the provider object created in Django settings. For example, in `views.py`:
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.
208
+
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)GitHub repo.
0 commit comments