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/manage-feature-flags.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Add a new variant feature flag by opening your Azure App Configuration store in
65
65
66
66
:::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.":::
67
67
68
-
### Configure variant feature flag basic settings
68
+
### Configure basics
69
69
70
70
In the **Details** tabs, select or enter the following information:
71
71
@@ -81,7 +81,7 @@ In the **Details** tabs, select or enter the following information:
81
81
82
82
Select **Next >** to add **Variants**.
83
83
84
-
### Add feature flag variants
84
+
### Add variants
85
85
86
86
In the **Variants** tab, select or enter the following information.
87
87
@@ -95,17 +95,17 @@ In the **Variants** tab, select or enter the following information.
95
95
96
96
Select **Next >** to access **Allocation** settings.
97
97
98
-
### Configure the variant feature flag audience
98
+
### Allocate traffic
99
99
100
100
In the **Allocation** tab, select or enter the following information:
101
101
102
102
:::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":::
103
103
104
104
1. Distribute traffic across each variant, adding up to exactly 100%.
105
105
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.
107
107
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.
109
109
110
110
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.
0 commit comments