Skip to content

Commit edf0da5

Browse files
authored
Implement suggestions
1 parent 6623c18 commit edf0da5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-app-configuration/manage-feature-flags.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Add a new variant feature flag by opening your Azure App Configuration store in
6565

6666
:::image type="content" source="media\manage-feature-flags\variant-feature-flags-menu.png" alt-text="Screenshot of the Azure platform. Create a variant feature flag.":::
6767

68-
### Configure variant feature flag basic settings
68+
### Configure basics
6969

7070
In the **Details** tabs, select or enter the following information:
7171

@@ -81,7 +81,7 @@ In the **Details** tabs, select or enter the following information:
8181

8282
Select **Next >** to add **Variants**.
8383

84-
### Add feature flag variants
84+
### Add variants
8585

8686
In the **Variants** tab, select or enter the following information.
8787

@@ -95,17 +95,17 @@ In the **Variants** tab, select or enter the following information.
9595

9696
Select **Next >** to access **Allocation** settings.
9797

98-
### Configure the variant feature flag audience
98+
### Allocate traffic
9999

100100
In the **Allocation** tab, select or enter the following information:
101101

102102
:::image type="content" source="media\manage-feature-flags\variant-feature-flag-allocation.png" alt-text="Screenshot of the Azure platform showing variant feature flag traffic allocation." lightbox="media/edit-columns-feature-flag-expanded.png":::
103103

104104
1. Distribute traffic across each variant, adding up to exactly 100%.
105105

106-
1. Optionally select the options **Override by Groups** and **Override by Users** to enable variants for select groups or users. These options are disabled by default.
106+
1. Optionally select the options **Override by Groups** and **Override by Users** to assign variants for select groups or users. These options are disabled by default.
107107

108-
1. Under **Distribution**, Optionally select **Use custom seed** to provide seed value that sets a deterministic distribution across flags.
108+
1. Under **Distribution**, Optionally select **Use custom seed** and provide a nonempty string as a new seed value. Using a common seed across multiple feature flags allows the same user to be allocated to the same percentile. It is useful when you roll out multiple feature flags at the same time and you want to ensure consistent experience for each segment of your audience. If no custom seed is specified, a default seed is used based on the feature name.
109109

110110
1. Select **Review + create** to see a summary of your new variant feature flag, and then select **Create** to finalize your operation. A notification indicates that the new feature flag was created successfully.
111111

0 commit comments

Comments
 (0)