Skip to content

Commit 86046e8

Browse files
committed
Refer to prerequisites in instructions
1 parent 1463d06 commit 86046e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ Follow the documents to create an ASP.NET Core app with dynamic configuration.
2828

2929
## Create a feature flag
3030

31-
Add a feature flag called *Beta* to the App Configuration store and leave **Label** and **Description** with their default values. For more information about how to add feature flags to a store using the Azure portal or the CLI, go to [Create a feature flag](./manage-feature-flags.md#create-a-feature-flag).
31+
Add a feature flag called *Beta* to the App Configuration store (created in the [Prerequisites](./quickstart-feature-flag-aspnet-core.md#prerequisites) steps), and leave **Label** and **Description** with their default values. For more information about how to add feature flags to a store using the Azure portal or the CLI, go to [Create a feature flag](./manage-feature-flags.md#create-a-feature-flag).
3232

3333
> [!div class="mx-imgBorder"]
3434
> ![Enable feature flag named Beta](./media/add-beta-feature-flag.png)
3535
3636
## Use a feature flag
3737

38-
1. Navigate into the project's directory, and run the following command to add a reference to the [Microsoft.FeatureManagement.AspNetCore](https://www.nuget.org/packages/Microsoft.FeatureManagement.AspNetCore) NuGet package.
38+
1. Navigate into the project's directory (created in the [Prerequisites](/.quickstart-feature-flag-aspnet-core#prerequisites.md) steps), and run the following command to add a reference to the [Microsoft.FeatureManagement.AspNetCore](https://www.nuget.org/packages/Microsoft.FeatureManagement.AspNetCore) NuGet package.
3939

4040
```dotnetcli
4141
dotnet add package Microsoft.FeatureManagement.AspNetCore

0 commit comments

Comments
 (0)