You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/howto-feature-filters-aspnet-core.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
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
3
3
titleSuffix: Azure App Configuration
4
4
description: Learn how to implement a custom feature filter to enable conditional feature flags for your ASP.NET Core application.
5
5
ms.service: azure-app-configuration
@@ -11,11 +11,11 @@ ms.topic: how-to
11
11
ms.date: 03/28/2024
12
12
---
13
13
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
15
15
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).
17
17
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.
19
19
20
20
In this tutorial, you'll learn how to implement a custom feature filter and use the feature filter to enable features conditionally.
21
21
@@ -87,7 +87,7 @@ Relaunch the application and refresh the browser a few times. Without manually t
# Tutorial: Enable conditional features with a custom filter in a JavaScript application
14
+
# Enable conditional features with a custom filter in a JavaScript application
15
15
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).
17
17
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.
19
19
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.
21
21
22
22
## Prerequisites
23
23
@@ -72,7 +72,7 @@ Beta is enabled: true
72
72
73
73
## Next steps
74
74
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.
76
76
77
77
> [!div class="nextstepaction"]
78
78
> [Enable features on a schedule](./howto-timewindow-filter.md)
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/howto-feature-filters-python.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Enable conditional features with a custom filter in a Python application
2
+
title: Enable conditional features with a custom filter in Python
3
3
titleSuffix: Azure App Configuration
4
4
description: Learn how to implement a custom feature filter to enable conditional feature flags for your Python application.
5
5
ms.service: azure-app-configuration
@@ -11,13 +11,13 @@ ms.topic: how-to
11
11
ms.date: 06/05/2024
12
12
---
13
13
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
15
15
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).
17
17
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.
19
19
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.
21
21
22
22
## Prerequisites
23
23
@@ -91,7 +91,7 @@ Beta is True
91
91
92
92
## Next steps
93
93
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.
95
95
96
96
> [!div class="nextstepaction"]
97
97
> [Enable features on a schedule](./howto-timewindow-filter.md)
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/howto-feature-filters.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 03/21/2024
12
12
#Customerintent: As a developer, I want to create a feature filter to activate a feature flag depending on a specific scenario.
13
13
---
14
14
15
-
# Tutorial: Enable conditional features with feature filters
15
+
# Enable conditional features with feature filters
16
16
17
17
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.
18
18
@@ -65,7 +65,7 @@ You can create custom feature filters that enable features based on your specifi
65
65
66
66
## Next steps
67
67
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:
69
69
70
70
> [!div class="nextstepaction"]
71
71
> [Enable features on a schedule](./howto-timewindow-filter.md)
0 commit comments