Skip to content

Commit 75f0248

Browse files
committed
Fix copy-paste error
1 parent fb511f4 commit 75f0248

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-aspnet-netfx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this tutorial, you learn how to:
3131

3232
## Add key-values
3333

34-
Add the following key-values to the App Configuration store and leave **Label** and **Content Type** with their default values. For more information about how to add key-values to a store using the Azure portal or the CLI, go to [Add key-values](./quickstart-azure-app-configuration-create.md#create-a-key-valuee).
34+
Add the following key-values to the App Configuration store and leave **Label** and **Content Type** with their default values. For more information about how to add key-values to a store using the Azure portal or the CLI, go to [Add key-values](./quickstart-azure-app-configuration-create.md#create-a-key-value).
3535

3636
| Key | Value |
3737
|------------------------------------|-------------------------------------|

articles/azure-app-configuration/enable-dynamic-configuration-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ In this tutorial, you learn how to:
2525
## Prerequisites
2626

2727
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).
28-
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-a-key-valuee).
28+
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
2929
- [Visual Studio](https://visualstudio.microsoft.com/vs)
3030
- [.NET Framework 4.7.2 or later](https://dotnet.microsoft.com/download/dotnet-framework)
3131

3232
## Add a key-value
3333

34-
Add the following key-value to the App Configuration store and leave **Label** and **Content Type** with their default values. For more information about how to add key-values to a store using the Azure portal or the CLI, go to [Add key-values](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
34+
Add the following key-value to the App Configuration store and leave **Label** and **Content Type** with their default values. For more information about how to add key-values to a store using the Azure portal or the CLI, go to [Add key-values](./quickstart-azure-app-configuration-create.md#create-a-key-value).
3535

3636
| Key | Value |
3737
|----------------------------|-------------------------------------|

0 commit comments

Comments
 (0)