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
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/use-variant-feature-flags-python.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.date: 10/24/2024
13
13
14
14
# Tutorial: Use variant feature flags in Azure App Configuration
15
15
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).
17
17
18
18
> [!NOTE]
19
19
> 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
41
41
42
42
## Set up an app to use the variants
43
43
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.
45
45
46
46
### Create an app and add user secrets
47
47
@@ -532,15 +532,15 @@ In this example, you create a Python Flask web app named _Quote of the Day_. Whe
532
532
533
533
1. Select the **Submit** button after entering user information.
534
534
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.
536
536
537
537
:::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.":::
538
538
539
539
1. Logout with using the **Logout** button in the top right.
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.
544
544
545
545
:::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.":::
0 commit comments