Skip to content

Commit 3f4a205

Browse files
committed
Update quickstart-feature-flag-python.md
1 parent 98fd028 commit 3f4a205

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-app-configuration/quickstart-feature-flag-python.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: devx-track-python, mode-other
1515

1616
In this quickstart, you'll create a feature flag in Azure App Configuration and use it to dynamically control Python apps to create an end-to-end implementation of feature management.
1717

18-
The feature management support entends the dynmic configuration feature in App Configuration. These examples in the quickstart build on thePpython apps introduced in the dynamic configuration tutorial. Before you continue, finish the [quickstart](./quickstart-python-provider.md) and the [tutorial](./enable-dynamic-configuration-python.md) to create python apps with dynamic configuration first.
18+
The feature management support extends the dynamic configuration feature in App Configuration. These examples in the quickstart build on thePpython apps introduced in the dynamic configuration tutorial. Before you continue, finish the [quickstart](./quickstart-python-provider.md) and the [tutorial](./enable-dynamic-configuration-python.md) to create python apps with dynamic configuration first.
1919

2020
This library does **not** have a dependency on any Azure libraries. They seamlessly integrate with App Configuration through its Python configuration provider.
2121

@@ -31,7 +31,7 @@ This library does **not** have a dependency on any Azure libraries. They seamles
3131
Add a feature flag called *Beta* to the App Configuration store and leave **Label** and **Description** with their default values. For more information about how to add feature flags to a store using the Azure portal or the CLI, go to [Create a feature flag](./manage-feature-flags.md#create-a-feature-flag). At this stage the Enable feature flag check bock should be unchecked.
3232

3333
> [!div class="mx-imgBorder"]
34-
> ![Enable feature flag named Beta](media/add-beta-feature-flag.png)
34+
> ![Screenshot of enable feature flag named Beta.](media/add-beta-feature-flag.png)
3535
3636
## Console applications
3737

@@ -191,7 +191,7 @@ Update your template `index.html` to use the new feature flags.
191191
Once you have updated and run your application, you can see the feature flag in action, where the `Beta is enabled` message will appear on the page, but only if the feature flag is enabled in the App Configuration store.
192192

193193
> [!div class="mx-imgBorder"]
194-
> ![Enable feature flag beta enabled](media/manage-feature-flags/beta-enabled.png)
194+
> ![Screenshot of enable feature flag beta enabled.](media/manage-feature-flags/beta-enabled.png)
195195
196196
You can find a full sample project [here](https://github.com/Azure/AppConfiguration/tree/main/examples/Python/python-flask-webapp-sample).
197197

@@ -249,7 +249,7 @@ Update your template `index.html` to use the new configuration values.
249249
Once you have updated and run your application, you can see the feature flag in action, where the `Beta is enabled` message will appear on the page, but only if the feature flag is enabled in the App Configuration store.
250250

251251
> [!div class="mx-imgBorder"]
252-
> ![Enable feature flag beta enabled](media/manage-feature-flags/beta-enabled.png)
252+
> ![Screenshot of enable feature flag beta enabled.](media/manage-feature-flags/beta-enabled.png)
253253
254254
You can find a full sample project [here](https://github.com/Azure/AppConfiguration/tree/main/examples/Python/python-django-webapp-sample).
255255

0 commit comments

Comments
 (0)