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/use-key-vault-references-dotnet-core.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,17 +28,17 @@ Your application is responsible for authenticating properly to both App Configur
28
28
29
29
This tutorial shows how you can 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.
30
30
31
-
You can use any code editor to do the steps in this tutorial. [Visual Studio Code](https://code.visualstudio.com/) is an excellent option that's available for the Windows, macOS, and Linux platforms.
31
+
You can use any code editor to do the steps in this tutorial. [Visual Studio Code](https://code.visualstudio.com/) is an excellent cross-platform app that's available for the Windows, macOS, and Linux operating systems.
32
32
33
33
In this tutorial, you learn how to:
34
34
35
35
> [!div class="checklist"]
36
-
> * Create an App Configuration key that references a value stored in Key Vault
37
-
> * Access the value of this key from an ASP.NET Core web application
36
+
> * Create an App Configuration key that references a value stored in Key Vault.
37
+
> * Access the value of this key from an ASP.NET Core web application.
38
38
39
39
## Prerequisites
40
40
41
-
To do this tutorial, install the [.NET Core SDK](https://dotnet.microsoft.com/download).
41
+
Before you start this tutorial, install the [.NET Core SDK](https://dotnet.microsoft.com/download).
0 commit comments