Skip to content

Commit 1b740ac

Browse files
committed
Update topic types
1 parent 9014b3a commit 1b740ac

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
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
@@ -1,5 +1,5 @@
11
---
2-
title: Enable conditional features with a custom filter in an ASP.NET Core application
2+
title: Enable conditional features with a custom filter in ASP.NET Core
33
titleSuffix: Azure App Configuration
44
description: Learn how to implement a custom feature filter to enable conditional feature flags for your ASP.NET Core application.
55
ms.service: azure-app-configuration
@@ -11,11 +11,11 @@ ms.topic: how-to
1111
ms.date: 03/28/2024
1212
---
1313

14-
# Tutorial: Enable conditional features with a custom filter in an ASP.NET Core application
14+
# Enable conditional features with a custom filter in an ASP.NET Core application
1515

16-
Feature flags can use feature filters to enable features conditionally. To learn more about feature filters, see [Tutorial: Enable conditional features with feature filters](./howto-feature-filters.md).
16+
Feature flags can use feature filters to enable features conditionally. To learn more about feature filters, see [Enable conditional features with feature filters](./howto-feature-filters.md).
1717

18-
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 custom feature filter](./howto-feature-filters.md) to the *Beta* feature flag in your App Configuration store.
18+
The example used in this guide 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 custom feature filter](./howto-feature-filters.md) to the *Beta* feature flag in your App Configuration store.
1919

2020
In this tutorial, you'll learn how to implement a custom feature filter and use the feature filter to enable features conditionally.
2121

@@ -87,7 +87,7 @@ Relaunch the application and refresh the browser a few times. Without manually t
8787

8888
## Next steps
8989

90-
To learn more about the built-in feature filters, continue to the following tutorials.
90+
To learn more about the built-in feature filters, continue to the following docs.
9191

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

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ ms.custom: mode-other, devx-track-js
1111
ms.date: 09/26/2024
1212
---
1313

14-
# Tutorial: Enable conditional features with a custom filter in a JavaScript application
14+
# Enable conditional features with a custom filter in a JavaScript application
1515

16-
Feature flags can use feature filters to enable features conditionally. To learn more about feature filters, see [Tutorial: Enable conditional features with feature filters](./howto-feature-filters.md).
16+
Feature flags can use feature filters to enable features conditionally. To learn more about feature filters, see [Enable conditional features with feature filters](./howto-feature-filters.md).
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 custom feature filter](./howto-feature-filters.md) to the *Beta* feature flag in your App Configuration store.
18+
The example used in this guide 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 custom feature filter](./howto-feature-filters.md) to the *Beta* feature flag in your App Configuration store.
1919

20-
In this tutorial, you'll learn how to implement a custom feature filter and use the feature filter to enable features conditionally. We are using the Node.js console app as an example, but you can also use the custom feature filter in other JavaScript applications.
20+
In this article, you learn how to implement a custom feature filter and use the feature filter to enable features conditionally. We are using the Node.js console app as an example, but you can also use the custom feature filter in other JavaScript applications.
2121

2222
## Prerequisites
2323

@@ -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 tutorials.
75+
To learn more about the built-in feature filters, continue to the following docs.
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Enable conditional features with a custom filter in a Python application
2+
title: Enable conditional features with a custom filter in Python
33
titleSuffix: Azure App Configuration
44
description: Learn how to implement a custom feature filter to enable conditional feature flags for your Python application.
55
ms.service: azure-app-configuration
@@ -11,13 +11,13 @@ ms.topic: how-to
1111
ms.date: 06/05/2024
1212
---
1313

14-
# Tutorial: Enable conditional features with a custom filter in a Python application
14+
# Enable conditional features with a custom filter in a Python application
1515

16-
Feature flags can use feature filters to enable features conditionally. To learn more about feature filters, see [Tutorial: Enable conditional features with feature filters](./howto-feature-filters.md).
16+
Feature flags can use feature filters to enable features conditionally. To learn more about feature filters, see [Enable conditional features with feature filters](./howto-feature-filters.md).
1717

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

20-
In this tutorial, you'll learn how to implement a custom feature filter and use the feature filter to enable features conditionally.
20+
In this article, you learn how to implement a custom feature filter and use the feature filter to enable features conditionally.
2121

2222
## Prerequisites
2323

@@ -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 tutorials.
94+
To learn more about the built-in feature filters, continue to the following docs.
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
@@ -12,7 +12,7 @@ ms.date: 03/21/2024
1212
#Customerintent: As a developer, I want to create a feature filter to activate a feature flag depending on a specific scenario.
1313
---
1414

15-
# Tutorial: Enable conditional features with feature filters
15+
# Enable conditional features with feature filters
1616

1717
Feature flags allow you to activate or deactivate functionality in your application. A simple feature flag is either on or off. The application always behaves the same way. For example, you could roll out a new feature behind a feature flag. When the feature flag is enabled, all users see the new feature. Disabling the feature flag hides the new feature.
1818

@@ -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 tutorials:
68+
To learn more about the built-in feature filters, continue to the following docs:
6969

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

0 commit comments

Comments
 (0)