Skip to content

Commit 425a463

Browse files
Merge pull request #279990 from zhiyuanliang-ms/zhiyuanliang/add-prereq
Azure App Configuration - Add quickstart to prerequisites
2 parents 6ab13ff + a1280d5 commit 425a463

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/azure-app-configuration/use-key-vault-references-dotnet-core.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Your application uses the App Configuration client provider to retrieve Key Vaul
2121

2222
Your application is responsible for authenticating properly to both App Configuration and Key Vault. The two services don't communicate directly.
2323

24-
This tutorial shows you how to implement Key Vault references in your code. It builds on the web app introduced in the quickstarts. Before you continue, finish [Create an ASP.NET Core app with App Configuration](./quickstart-aspnet-core-app.md) first.
24+
This tutorial shows you how to implement Key Vault references in your code. It builds on the web app introduced in the ASP.NET core quickstart listed in the prerequisites below. Before you continue, complete this [quickstart](./quickstart-aspnet-core-app.md).
2525

2626
You can use any code editor to do the steps in this tutorial. For example, [Visual Studio Code](https://code.visualstudio.com/) is a cross-platform code editor that's available for the Windows, macOS, and Linux operating systems.
2727

@@ -33,9 +33,7 @@ In this tutorial, you learn how to:
3333
3434
## Prerequisites
3535

36-
Before you start this tutorial, install the [.NET SDK 6.0 or later](https://dotnet.microsoft.com/download).
37-
38-
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
36+
Finish the quickstart: [Create an ASP.NET Core app with App Configuration](./quickstart-aspnet-core-app.md).
3937

4038
## Create a vault
4139

0 commit comments

Comments
 (0)