Skip to content

Commit 76dcc04

Browse files
mrm9084rossgrambo
andauthored
Update articles/azure-app-configuration/use-variant-feature-flags-python.md
Co-authored-by: Ross Grambo <[email protected]>
1 parent 6eb9ae2 commit 76dcc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Create a variant feature flag (preview) called *Greeting* with no label and thre
4141

4242
## Set up an app to use the variants (preview)
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 increases the number of users who like the quote. Users who receive the _None_ variant (preview) 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.
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 that uses variants (preview)
4747

0 commit comments

Comments
 (0)