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
- The feature flag is enabled for 50% of other users in the _contoso.com_ group, because _contoso.com_ is listed in the _Groups_ section with a _Percentage_ of _50_.
160
+
- The feature flag is always disabled for user `[email protected]`, because `[email protected]` is listed in the _Exclude Users_ section.
161
+
- The feature flag is always disabled for users in the `contoso-xyz.com`, because `contoso-xyz.com` is listed in the _Exclude Groups_ section.
162
+
- The feature flag is always enabled for user `[email protected]`, because `[email protected]` is listed in the _Include Users_ section.
163
+
- The feature flag is enabled for 50% of users in the _contoso.com_ group, because _contoso.com_ is listed in the _Include Groups_ section with a _Percentage_ of _50_.
156
164
- The feature is always disabled for all other users, because the _Default percentage_ is set to _0_.
157
165
166
+
1. Select **Add** to save the targeting filter.
167
+
158
168
1. Select **Apply** to save these settings and return to the **Feature manager** screen.
159
169
160
170
1. The **Feature filter** for the feature flag now appears as *Targeting*. This state indicates that the feature flag will be enabled or disabled on a per-request basis, based on the criteria enforced by the *Targeting* feature filter.
@@ -165,12 +175,16 @@ To see the effects of this feature flag, build and run the application. Initiall
165
175
166
176
Now sign in as `[email protected]`, using the password you set when registering. The *Beta* item now appears on the toolbar, because `[email protected]` is specified as a targeted user.
167
177
178
+
Now sign in as `[email protected]`, using the password you set when registering. The *Beta* item doesn't appear on the toolbar, because `[email protected]` is specified as an excluded user.
179
+
168
180
The following video shows this behavior in action.
169
181
170
182
> [!div class="mx-imgBorder"]
171
183
> 
172
184
173
-
You can create additional users with `@contoso.com` email addresses to see the behavior of the group settings. 50% of these users will see the *Beta* item. The other 50% won't see the *Beta* item.
185
+
You can create additional users with `@contoso.com` and `@contoso-xyz.com` email addresses to see the behavior of the group settings.
186
+
187
+
Users with `contoso-xyz.com` email addresses will not see the *Beta* item. While 50% of users with `@contoso.com` email addresses will see the *Beta* item, the other 50% won't see the *Beta* item.
0 commit comments