Skip to content

Commit a226599

Browse files
Merge pull request #266690 from zhiyuanliang-ms/zhiyuanliang/miscellaneous-update
Azure App Configuration - Miscellaneous updates
2 parents 0cb4516 + 0cd543a commit a226599

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: devx-track-csharp, devx-track-dotnet
1111
ms.topic: tutorial
1212
ms.date: 07/11/2023
1313
ms.author: malev
14-
#Customer intent: I want to dynamically update my app to use the latest configuration data in App Configuration.
14+
#Customer intent: I want to dynamically update my .NET app to use the latest configuration data in App Configuration.
1515
---
1616
# Tutorial: Use dynamic configuration in a .NET app
1717

articles/azure-app-configuration/quickstart-dotnet-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this quickstart, a .NET Framework console app is used as an example, but the
2323

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

2929
## Add a key-value

articles/azure-app-configuration/quickstart-dotnet-core-app.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ You use the [.NET command-line interface (CLI)](/dotnet/core/tools/) to create a
119119
export ConnectionString='connection-string-of-your-app-configuration-store'
120120
```
121121
122-
Restart the command prompt to allow the change to take effect. Print the value of the environment variable to validate that it's set properly.
123-
124122
### [Linux](#tab/linux)
125123
126124
If you use Linux, run the following command:
@@ -129,8 +127,6 @@ You use the [.NET command-line interface (CLI)](/dotnet/core/tools/) to create a
129127
export ConnectionString='connection-string-of-your-app-configuration-store'
130128
```
131129
132-
Restart the command prompt to allow the change to take effect. Print the value of the environment variable to validate that it's set properly.
133-
134130
---
135131
136132
1. Run the following command to build the console app:

0 commit comments

Comments
 (0)