Skip to content

Commit f9590b7

Browse files
committed
Update docs to documents
1 parent 843015f commit f9590b7

7 files changed

+10
-17
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Beta is enabled: true
7272

7373
## Next steps
7474

75-
To learn more about the built-in feature filters, continue to the following docs.
75+
To learn more about the built-in feature filters, continue to the following documents.
7676

7777
> [!div class="nextstepaction"]
7878
> [Enable features on a schedule](./howto-timewindow-filter.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Beta is True
9191

9292
## Next steps
9393

94-
To learn more about the built-in feature filters, continue to the following docs.
94+
To learn more about the built-in feature filters, continue to the following documents.
9595

9696
> [!div class="nextstepaction"]
9797
> [Enable features on a schedule](./howto-timewindow-filter.md)

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

Lines changed: 2 additions & 2 deletions
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 edit it. For more information about how to add and edit a feature flag, see [Manage feature flags](./manage-feature-flags.md#edit-feature-flags).
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).
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

@@ -65,7 +65,7 @@ You can create custom feature filters that enable features based on your specifi
6565

6666
## Next steps
6767

68-
To learn more about the built-in feature filters, continue to the following docs:
68+
To learn more about the built-in feature filters, continue to the following documents:
6969

7070
> [!div class="nextstepaction"]
7171
> [Enable features on a schedule](./howto-timewindow-filter.md)

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

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,14 @@ ms.service: azure-app-configuration
66
ms.devlang: csharp
77
author: zhiyuanliang-ms
88
ms.author: zhiyuanliang
9-
ms.topic: tutorial
9+
ms.topic: how-to
1010
ms.date: 03/26/2024
1111
---
1212

13-
# Tutorial: Roll out features to targeted audiences in an ASP.NET Core application
13+
# Roll out features to targeted audiences in an ASP.NET Core application
1414

1515
In this tutorial, you'll use the targeting filter to roll out a feature to targeted audience for your ASP.NET Core application. For more information about the targeting filter, see [Roll out features to targeted audiences](./howto-targetingfilter.md).
1616

17-
In this tutorial, you:
18-
19-
> [!div class="checklist"]
20-
> * Create a web application with a feature flag
21-
> * Enable targeting for the web application
22-
> * Test the targeting filter
23-
2417
## Prerequisites
2518

2619
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).
@@ -228,7 +221,7 @@ The targeting filter evaluates a user's feature state based on the user's target
228221
229222
## Next steps
230223
231-
To learn more about the feature filters, continue to the following docs.
224+
To learn more about the feature filters, continue to the following documents.
232225
233226
> [!div class="nextstepaction"]
234227
> [Enable conditional features with feature filters](./howto-feature-filters.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If recurrence is enabled when you set up the time window filter, the **Beta** me
5353

5454
## Next steps
5555

56-
To learn more about the feature filters, continue to the following docs.
56+
To learn more about the feature filters, continue to the following documents.
5757

5858
> [!div class="nextstepaction"]
5959
> [Enable conditional features with feature filters](./howto-feature-filters.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If recurrence is enabled when you set up the time window filter, the console out
6868

6969
## Next steps
7070

71-
To learn more about the feature filters, continue to the following docs.
71+
To learn more about the feature filters, continue to the following documents.
7272

7373
> [!div class="nextstepaction"]
7474
> [Enable conditional features with feature filters](./howto-feature-filters.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In this article, you learn how to add and configure a time window filter for you
6161

6262
## Next steps
6363

64-
To learn more about the feature filters, continue to the following docs:
64+
To learn more about the feature filters, continue to the following documents:
6565

6666
> [!div class="nextstepaction"]
6767
> [Enable conditional features with feature filters](./howto-feature-filters.md)

0 commit comments

Comments
 (0)