Skip to content

Commit ab897ed

Browse files
committed
Remove 'tutorial'
1 parent f9590b7 commit ab897ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Feature flags can use feature filters to enable features conditionally. To learn
1717

1818
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

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 guide, you'll learn how to implement a custom feature filter and use the feature filter to enable features conditionally.
2121

2222
## Prerequisites
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 03/26/2024
1212

1313
# Roll out features to targeted audiences in an ASP.NET Core application
1414

15-
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).
15+
In this guide, 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

1717
## Prerequisites
1818

0 commit comments

Comments
 (0)