Skip to content

Commit 9014b3a

Browse files
committed
Update topic types
1 parent 9721d48 commit 9014b3a

File tree

5 files changed

+28
-21
lines changed

5 files changed

+28
-21
lines changed

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
11
---
2-
title: Roll out features to targeted audiences in an ASP.NET Core app
2+
title: Roll out features to targeted audiences, ASP.NET Core app
33
titleSuffix: Azure App Configuration
44
description: Learn how to enable staged rollout of features for targeted audiences in an ASP.NET Core application.
55
ms.service: azure-app-configuration
66
ms.devlang: csharp
77
author: zhiyuanliang-ms
88
ms.author: zhiyuanliang
9-
ms.topic: how-to
9+
ms.topic: tutorial
1010
ms.date: 03/26/2024
1111
---
1212

1313
# Tutorial: 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+
1724
## Prerequisites
1825

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Roll out features to targeted audiences
33
titleSuffix: Azure App Configuration
4-
description: Learn how to enable staged rollout of features for targeted audiences.
4+
description: Learn how to enable staged rollout of features for targeted audiences, using targeting filters with Azure App Configuration.
55
ms.service: azure-app-configuration
66
ms.devlang: csharp
77
author: zhiyuanliang-ms
@@ -10,7 +10,7 @@ ms.topic: how-to
1010
ms.date: 03/26/2024
1111
---
1212

13-
# Tutorial: Roll out features to targeted audiences
13+
# Roll out features to targeted audiences
1414

1515
Targeting is a feature management strategy that enables developers to progressively roll out new features to their user base. The strategy is built on the concept of targeting a set of users known as the targeted audience. An audience is made up of specific users, groups, and a designated percentage of the entire user base.
1616

@@ -76,7 +76,7 @@ In this article, you will learn how to add and configure a targeting filter for
7676

7777
## Next steps
7878

79-
To learn more about the feature filters, continue to the following tutorials:
79+
To learn more about the feature filters, continue to the following dos:
8080

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Enable features on a schedule in an ASP.NET Core application
2+
title: Enable features on a schedule in an ASP.NET Core app
33
titleSuffix: Azure App Configuration
4-
description: Learn how to enable feature flags on a schedule in an ASP.NET Core application.
4+
description: Learn how to enable feature flags on a schedule in an ASP.NET Core application by using time window filters.
55
ms.service: azure-app-configuration
66
ms.devlang: csharp
77
author: zhiyuanliang-ms
@@ -10,11 +10,11 @@ ms.topic: how-to
1010
ms.date: 03/26/2024
1111
---
1212

13-
# Tutorial: Enable features on a schedule in an ASP.NET Core application
13+
# Enable features on a schedule in an ASP.NET Core application
1414

15-
In this tutorial, you use the time window filter to enable a feature on a schedule for an ASP.NET Core application.
15+
In this guide, you use the time window filter to enable a feature on a schedule for an ASP.NET Core application.
1616

17-
The example used in this tutorial is based on the ASP.NET Core application introduced in the feature management [quickstart](./quickstart-feature-flag-aspnet-core.md). Before proceeding further, complete the quickstart to create an ASP.NET Core application with a *Beta* feature flag. Once completed, you must [add a time window filter](./howto-timewindow-filter.md) to the *Beta* feature flag in your App Configuration store.
17+
The example used in this article is based on the ASP.NET Core application introduced in the feature management [quickstart](./quickstart-feature-flag-aspnet-core.md). Before proceeding further, complete the quickstart to create an ASP.NET Core application with a *Beta* feature flag. Once completed, you must [add a time window filter](./howto-timewindow-filter.md) to the *Beta* feature flag in your App Configuration store.
1818

1919
## Prerequisites
2020

@@ -51,7 +51,7 @@ Once the start time has passed, refresh your browser a few times. You'll notice
5151
5252
## Next steps
5353

54-
To learn more about the feature filters, continue to the following tutorials.
54+
To learn more about the feature filters, continue to the following docs.
5555

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

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Enable features on a schedule in a Node.js application
33
titleSuffix: Azure App Configuration
4-
description: Learn how to enable feature flags on a schedule in a Node.js application.
4+
description: Learn how to enable feature flags on a schedule in a Node.js application by using time window filters.
55
ms.service: azure-app-configuration
66
ms.devlang: javascript
77
author: zhiyuanliang-ms
@@ -11,11 +11,11 @@ ms.custom: mode-other, devx-track-js
1111
ms.date: 09/26/2024
1212
---
1313

14-
# Tutorial: Enable features on a schedule in a Node.js application
14+
# Enable features on a schedule in a Node.js application
1515

16-
In this tutorial, you use the time window filter to enable a feature on a schedule for a Node.js application.
16+
In this guide, you use the time window filter to enable a feature on a schedule for a Node.js application.
1717

18-
The example used in this tutorial is based on the Node.js application introduced in the feature management [quickstart](./quickstart-feature-flag-javascript.md). Before proceeding further, complete the quickstart to create a Node.js application with a *Beta* feature flag. Once completed, you must [add a time window filter](./howto-timewindow-filter.md) to the *Beta* feature flag in your App Configuration store.
18+
The example used is based on the Node.js application introduced in the feature management [quickstart](./quickstart-feature-flag-javascript.md). Before proceeding further, complete the quickstart to create a Node.js application with a *Beta* feature flag. Once completed, you must [add a time window filter](./howto-timewindow-filter.md) to the *Beta* feature flag in your App Configuration store.
1919

2020
## Prerequisites
2121

@@ -66,7 +66,7 @@ Beta is enabled: true
6666

6767
## Next steps
6868

69-
To learn more about the feature filters, continue to the following tutorials.
69+
To learn more about the feature filters, continue to the following docs.
7070

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Enable features on a schedule
33
titleSuffix: Azure App Configuration
4-
description: Learn how to enable feature flags on a schedule.
4+
description: Learn how to enable feature flags on a schedule using time window filters in Azure App Configuration.
55
ms.service: azure-app-configuration
66
ms.devlang: csharp
77
author: zhiyuanliang-ms
@@ -10,11 +10,11 @@ ms.topic: how-to
1010
ms.date: 03/26/2024
1111
---
1212

13-
# Tutorial: Enable features on a schedule
13+
# Enable features on a schedule
1414

1515
[Feature filters](./howto-feature-filters.md#what-is-a-feature-filter) allow a feature flag to be enabled or disabled conditionally. The time window filter is one of the feature management library's built-in feature filters. It allows you to turn on or off a feature on a schedule. For example, when you have a new product announcement, you can use it to unveil a feature automatically at a planned time. You can also use it to discontinue a promotional discount as scheduled after the marketing campaign ends.
1616

17-
In this article, you will learn how to add and configure a time window filter for your feature flags.
17+
In this article, you learn how to add and configure a time window filter for your feature flags.
1818

1919
## Add a time window filter
2020

@@ -48,7 +48,7 @@ In this article, you will learn how to add and configure a time window filter fo
4848

4949
## Next steps
5050

51-
To learn more about the feature filters, continue to the following tutorials:
51+
To learn more about the feature filters, continue to the following docs:
5252

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

0 commit comments

Comments
 (0)