Skip to content

Commit d8b7000

Browse files
committed
Merge branch
2 parents a6b128b + 3e30d6c commit d8b7000

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

articles/azure-app-configuration/howto-feature-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can create custom feature filters that enable features based on your specifi
3131

3232
## Add a custom feature filter
3333

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).
3535

3636
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**.
3737

articles/azure-app-configuration/howto-targetingfilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this article, you will learn how to add and configure a targeting filter for
2424

2525
## Add a targeting filter
2626

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).
2828

2929
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**.
3030

articles/azure-app-configuration/howto-timewindow-filter-aspnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The example used in this tutorial is based on the ASP.NET Core application intro
1919
## Prerequisites
2020

2121
- 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)
2323
- Update the [`Microsoft.FeatureManagement.AspNetCore`](https://www.nuget.org/packages/Microsoft.FeatureManagement.AspNetCore/) package to version **3.0.0** or later.
2424

2525
## Use the time window filter

articles/azure-app-configuration/howto-timewindow-filter-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The example used in this tutorial is based on the Node.js application introduced
2020
## Prerequisites
2121

2222
- Create a [Node.js application with a feature flag](./quickstart-feature-flag-javascript.md).
23-
- [Add a time window filter to the feature flag](./howto-timewindow-filter.md)
23+
- [Add a non-recurring time window filter to the feature flag](./howto-timewindow-filter.md)
2424

2525
## Use the time window filter
2626

articles/azure-app-configuration/howto-timewindow-filter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this article, you learn how to add and configure a time window filter for you
2121

2222
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).
2323

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**.
2525

2626
:::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.":::
2727

@@ -33,7 +33,7 @@ In this article, you learn how to add and configure a time window filter for you
3333
- 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.
3434
- 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.
3535

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.
3737

3838
1. A time zone is selected by default, based on your browser's current time zone. Optionally select another time zone.
3939

@@ -70,4 +70,4 @@ To learn more about the feature filters, continue to the following tutorials:
7070
> [Enable conditional features with feature filters](./howto-feature-filters.md)
7171
7272
> [!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

Comments
 (0)