Skip to content

Commit 31e36f0

Browse files
update
1 parent 6e49f97 commit 31e36f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Feature flags allow you to activate or deactivate functionality in your applicat
1818

1919
In contrast, a _conditional feature flag_ allows the feature flag to be enabled or disabled dynamically. The application may behave differently, depending on the feature flag criteria. Suppose you want to show your new feature to a small subset of users at first. A conditional feature flag allows you to enable the feature flag for some users while disabling it for others. _Feature filters_ determine the state of the feature flag each time it's evaluated.
2020

21-
The `Microsoft.FeatureManagement` library includes built-in feature filters accessible from the Azure App Configuration portal.
21+
The `Microsoft.FeatureManagement` library includes the following built-in feature filters accessible from the Azure App Configuration portal.
2222

23-
- Time window filter enables the feature flag during a specified window of time.
24-
- Targeting filter enables the feature flag for specified users and groups.
23+
- **Time window filter** enables the feature flag during a specified window of time.
24+
- **Targeting filter** enables the feature flag for specified users and groups.
2525

2626
You can also create your own feature filter that implements the `Microsoft.FeatureManagement.IFeatureFilter` interface. For more information, see [Implementing a Feature Filter](https://github.com/microsoft/FeatureManagement-Dotnet#implementing-a-feature-filter).
2727

@@ -64,10 +64,10 @@ In this section, you will learn how to add a feature filter to the **Beta** feat
6464

6565
1. The pane **Create a new filter** opens. Under **Filter type**, select **Time window filter**.
6666

67-
1. Set the **Start date** to **Custom** and select a time a few minutes ahead of your current time. Set the **Expiry date** to **Never**
68-
6967
:::image type="content" source="./media/feature-filters/add-time-window-filter.png" alt-text="Screenshot of the Azure portal, creating a new time window filter.":::
7068

69+
1. Set the **Start date** to **Custom** and select a time a few minutes ahead of your current time. Set the **Expiry date** to **Never**
70+
7171
1. Select **Add** to save the new feature filter and return to the **Edit feature flag** screen.
7272

7373
1. The feature filter you created is now listed in the feature flag details. Select **Apply** to save the new feature flag settings.

0 commit comments

Comments
 (0)