Skip to content

Commit 30593c4

Browse files
author
BobbySchmidt2
committed
edit pass: use-key-vault-references-dotnet-core
1 parent 9b962d0 commit 30593c4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this tutorial, you learn how to use the Azure App Configuration service toget
2424

2525
App Configuration helps you use the services together by creating keys that reference values stored in Key Vault. When App Configuration creates such keys, it stores the URIs of Key Vault values rather than the values themselves.
2626

27-
Your application uses the App Configuration client provider to retrieve the Key Vault values, just as it does for any other keys stored in App Configuration. Because the client provider recognizes the keys as Key Vault references, it uses Key Vault to retrieve their values.
27+
Your application uses the App Configuration client provider to retrieve values from Key Vault, just as it does for any other keys stored in App Configuration. In this case, the values stored in App Configuration are URIs that reference the values in the Key Vault. They are not Key Vault values or credentials. Because the client provider recognizes the keys as Key Vault references, it uses Key Vault to retrieve their values.
2828

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

@@ -50,13 +50,13 @@ Before you start this tutorial, install the [.NET Core SDK](https://dotnet.micro
5050

5151
![Output after key vault creation is complete](./media/quickstarts/search-services.png)
5252
1. In the search box, enter **Key Vault**.
53-
1. From the results list, select **Key Vault**.
54-
1. In the **Key Vault** pane, select **Create**.
55-
1. In the **Create key vault** pane, provide the following information:
56-
- In **Name**, a unique name is required. For this tutorial, enter **Contoso-vault2**.
53+
1. From the results list, select **Key vaults** on the left.
54+
1.In **Key vaults**, select **Create**.
55+
1. On the right in **Create key vault**, provide the following information:
56+
- In **Key vault name**, a unique name is required. For this tutorial, enter **Contoso-vault2**.
5757
- In **Subscription**, choose a subscription.
58-
- Under **Resource Group**, select **Create new** and enter a resource group name.
59-
- In the **Location** drop-down menu, choose a location.
58+
- In **Resource Group**, select **Create new** and enter a resource group name.
59+
- In the **Region** drop-down menu, choose a location.
6060
1. Leave the other **Create key vault** options with their default values.
6161
1. Select **Create**.
6262

@@ -71,7 +71,7 @@ To add a secret to the vault, you need to take just a few additional steps. In t
7171
1. From the Key Vault properties pages, select **Secrets**.
7272
1. Select **Generate/Import**.
7373
1. In the **Create a secret** pane, enter the following values:
74-
- **Upload options**: Enter **manual**.
74+
- **Upload options**: Enter **Manual**.
7575
- **Name**: Enter **Message**.
7676
- **Value**: Enter **Hello from Key Vault**.
7777
1. Leave the other **Create a secret** properties with their default values.
@@ -210,7 +210,7 @@ To add a secret to the vault, you need to take just a few additional steps. In t
210210
211211
## Next steps
212212
213-
In this tutorial, you added an Azure-managed service identity to streamline access to App Configuration and to improve credential management for your app. To learn more about how to use App Configuration, continue to the Azure CLI samples.
213+
In this tutorial, you created an App Configuration key that references a value stored in Key Vault. To learn how to add an Azure-managed service identity that streamlines access to App Configuration and Key Vault, continue to the next tutorial.
214214
215215
> [!div class="nextstepaction"]
216216
> [CLI samples](./cli-samples.md)

0 commit comments

Comments
 (0)