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/howto-feature-filters.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ You can create custom feature filters that enable features based on your specifi
31
31
32
32
## Add a custom feature filter
33
33
34
-
1. Create a feature flag named *Beta* in your App Configuration store and open to edit it. For more information about how to add and edit a feature flag, see [Manage feature flags](./manage-feature-flags.md).
34
+
1. Create a feature flag named *Beta* in the **Feature Manager** menu of your App Configuration store and move to the right end of the feature flag you want to modify, then select the **More actions** ellipsis (**...**) action and **Edit**. For more information about how to add and edit a feature flag, see [Manage feature flags](./manage-feature-flags.md).
35
35
36
36
1. In the **Edit feature flag** pane that opens, check the **Enable feature flag** checkbox if it isn't already enabled. Then check the **Use feature filter** checkbox and select **Create**.
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/howto-targetingfilter.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ In this article, you will learn how to add and configure a targeting filter for
24
24
25
25
## Add a targeting filter
26
26
27
-
1. Create a feature flag named *Beta* in your App Configuration store and open to edit it. For more information about how to add and edit a feature flag, see [Manage feature flags](./manage-feature-flags.md).
27
+
1. Create a feature flag named *Beta* in the **Feature Manager** menu of your App Configuration store and move to the right end of the feature flag you want to modify, then select the **More actions** ellipsis (**...**) action and **Edit**. For more information about how to add and edit a feature flag, see [Manage feature flags](./manage-feature-flags.md).
28
28
29
29
1. In the **Edit feature flag** pane that opens, check the **Enable feature flag** checkbox if it isn't already enabled. Then check the **Use feature filter** checkbox and select **Create**.
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/howto-timewindow-filter-aspnet-core.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The example used in this tutorial is based on the ASP.NET Core application intro
19
19
## Prerequisites
20
20
21
21
- Create an [ASP.NET Core application with a feature flag](./quickstart-feature-flag-aspnet-core.md).
22
-
-[Add a time window filter to the feature flag](./howto-timewindow-filter.md)
22
+
-[Add a non-recurring time window filter to the feature flag](./howto-timewindow-filter.md)
23
23
- Update the [`Microsoft.FeatureManagement.AspNetCore`](https://www.nuget.org/packages/Microsoft.FeatureManagement.AspNetCore/) package to version **3.0.0** or later.
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/howto-timewindow-filter.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ In this article, you learn how to add and configure a time window filter for you
21
21
22
22
1. Create a feature flag named *Beta* in the **Feature Manager** menu of your App Configuration store and move to the right end of the feature flag you want to modify, then select the **More actions** ellipsis (**...**) action and **Edit**. For more information about how to add and edit a feature flag, see [Manage feature flags](./manage-feature-flags.md).
23
23
24
-
1. In the **Edit** pane that opens, check the **Enable feature flag** checkbox if it's currently unchecked,then check the **Use feature filter** checkbox and select **Create**.
24
+
1. In the **Edit** pane that opens, check the **Enable feature flag** checkbox if it's currently unchecked,then check the **Use feature filter** checkbox and select **Create**.
25
25
26
26
:::image type="content" source="media/time-window-filters/edit-a-feature-flag.png" alt-text="Screenshot of the Azure portal showing how to edit a feature flag.":::
27
27
@@ -33,7 +33,7 @@ In this article, you learn how to add and configure a time window filter for you
33
33
- Setting a start time allows you to enable the feature flag on a specific date and time. A time window filter with no start time is active as soon as you save the feature filter details.
34
34
- Setting an end time allows you to disable the feature flag at a specific date and time. A time window filter with no end time remains active until you disable it.
35
35
36
-
Uncheck the end time and enter a start time a few minutes ahead of your current time to schedule the *Beta* feature to be enabled automatically in a few minutes and never be disabled once enabled.
36
+
Uncheck the end time and enter a start time a few minutes ahead of your current time to schedule the *Beta* feature to be enabled automatically in a few minutes and never be disabled once enabled.
37
37
38
38
1. A time zone is selected by default, based on your browser's current time zone. Optionally select another time zone.
39
39
@@ -70,4 +70,4 @@ To learn more about the feature filters, continue to the following tutorials:
70
70
> [Enable conditional features with feature filters](./howto-feature-filters.md)
71
71
72
72
> [!div class="nextstepaction"]
73
-
> [Roll out features to targeted audience](./howto-targetingfilter.md)
73
+
> [Roll out features to targeted audience](./howto-targetingfilter.md)
0 commit comments