Skip to content

Commit d015e27

Browse files
committed
acrolinx changes
1 parent f80542c commit d015e27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-app-configuration/use-variant-feature-flags-python.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 10/24/2024
1313

1414
# Tutorial: Use variant feature flags in Azure App Configuration
1515

16-
Variant feature flags enable your application to support multiple variants of a feature. The variants of your feature can be assigned to specific users, groups, or percentile buckets. These can be particularly useful for feature rollouts, configuration rollouts, and feature experimentation (also known as A/B testing).
16+
Variant feature flags enable your application to support multiple variants of a feature. The variants of your feature can be assigned to specific users, groups, or percentile buckets. Variants can be useful for feature rollouts, configuration rollouts, and feature experimentation (also known as A/B testing).
1717

1818
> [!NOTE]
1919
> A quicker way to start your variant journey is to run the [Quote of the Day AZD sample.](https://github.com/Azure-Samples/quote-of-the-day-python/)- This repository provides a comprehensive example, complete with variants and Azure resource provisioning.
@@ -41,7 +41,7 @@ Create a variant feature flag called *Greeting* with no label and three variants
4141

4242
## Set up an app to use the variants
4343

44-
In this example, you create a Python Flask web app named _Quote of the Day_. When the app is loaded, it displays a quote. Users can interact with the heart button to like it. To improve user engagement, you want to explore whether a personalized greeting message will increase the number of users who like the quote. Users who receive the _None_ variant will see no greeting. Users who receive the _Simple_ variant will get a simple greeting message. Users who receive the _Long_ variant will get a slightly longer greeting.
44+
In this example, you create a Python Flask web app named _Quote of the Day_. When the app is loaded, it displays a quote. Users can interact with the heart button to like it. To improve user engagement, you want to explore whether a personalized greeting message increases the number of users who like the quote. Users who receive the _None_ variant see no greeting. Users who receive the _Simple_ variant get a simple greeting message. Users who receive the _Long_ variant get a slightly longer greeting.
4545

4646
### Create an app and add user secrets
4747

@@ -532,15 +532,15 @@ In this example, you create a Python Flask web app named _Quote of the Day_. Whe
532532
533533
1. Select the **Submit** button after entering user information.
534534
535-
1. You are automatically logged in, you should see that [email protected] sees the long message when viewing the app.
535+
1. You're automatically logged in. You should see that [email protected] sees the long message when viewing the app.
536536
537537
:::image type="content" source="media/use-variant-feature-flags-python/special-message.png" alt-text="Screenshot of the Quote of the day app, showing a special message for the user.":::
538538
539539
1. Logout with using the **Logout** button in the top right.
540540
541541
1. Register a second user named *[email protected]*.
542542
543-
1. You are automatically logged in, you should see that [email protected] sees the short message when viewing the app.
543+
1. You're' automatically logged in. You should see that [email protected] sees the short message when viewing the app.
544544
545545
:::image type="content" source="media/use-variant-feature-flags-python/message.png" alt-text="Screenshot of the Quote of the day app, showing a message for the user.":::
546546

0 commit comments

Comments
 (0)