Skip to content

Commit 08adc51

Browse files
committed
undo
1 parent c99dbc7 commit 08adc51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-app-configuration/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
- build-2024
1212
ms.topic: landing-page
1313
ms.date: 05/10/2024
14-
# linkListType: architecture | concept | deploy | download | get-started | howto-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
14+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1515

1616
landingContent:
1717
# Card

articles/azure-app-configuration/quickstart-feature-flag-aspnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Add a feature flag called *Beta* to the App Configuration store (created in the
9797
Add `using Microsoft.FeatureManagement;` at the top of the file if it's not present.
9898
9999
> [!NOTE]
100-
> For Blazor applications, see [instructions](./faq.yml#howto-enable-feature-management-in-blazor-applications-or-as-scoped-services-in--net-applications) for enabling feature management as scoped services.
100+
> For Blazor applications, see [instructions](./faq.yml#how-to-enable-feature-management-in-blazor-applications-or-as-scoped-services-in--net-applications) for enabling feature management as scoped services.
101101
102102
1. Add a new empty Razor page named **Beta** under the *Pages* directory. It includes two files *Beta.cshtml* and *Beta.cshtml.cs*.
103103

0 commit comments

Comments
 (0)