Skip to content

Commit fce4c30

Browse files
author
BobbySchmidt2
committed
edit pass: use-key-vault-references-dotnet-core
1 parent 7c041bd commit fce4c30

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ Your application is responsible for authenticating properly to both App Configur
2828

2929
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.
3030

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.
3232

3333
In this tutorial, you learn how to:
3434

3535
> [!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.
3838
3939
## Prerequisites
4040

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).
4242

4343
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
4444

@@ -47,16 +47,16 @@ To do this tutorial, install the [.NET Core SDK](https://dotnet.microsoft.com/do
4747
1. Select the **Create a resource** option in the upper left corner of the Azure portal
4848

4949
![Output after key vault creation is complete](./media/quickstarts/search-services.png)
50-
2. Go to Search and enter **Key Vault**.
51-
3. From the results list, select **Key Vault**.
52-
4. In the **Key Vault** section, select **Create**.
53-
5. In the **Create key vault** section, provide the following information:
50+
1. Go to Search and enter **Key Vault**.
51+
1. From the results list, select **Key Vault**.
52+
1. In the **Key Vault** section, select **Create**.
53+
1. In the **Create key vault** section, provide the following information:
5454
- A unique name is required. In the **Name** box, enter **Contoso-vault2**.
5555
- In **Subscription**, choose a subscription.
5656
- Under **Resource Group**, select **Create new** and enter a resource group name.
5757
- In the **Location** drop-down menu, choose a location.
58-
- Leave the other options with their default values.
59-
6. After providing the preceding information, select **Create**.
58+
1. Leave the other **Create key vault** options with their default values.
59+
1. Select **Create**.
6060

6161
At this point, your Azure account is the only one authorized to access this new vault.
6262

@@ -72,7 +72,7 @@ To add a secret to the vault, you just need to take a couple of additional steps
7272
- **Upload options**: Enter **manual**.
7373
- **Name**: Enter **Message**.
7474
- **Value**: Enter **Hello from Key Vault**.
75-
1. Leave the other properties with their default values.
75+
1. Leave the other **Create a secret** properties with their default values.
7676
1. Select **Create**.
7777

7878
## Add a Key Vault reference to App Configuration

0 commit comments

Comments
 (0)