Skip to content

Commit a5e495e

Browse files
update VS link & correct typo
1 parent 853894b commit a5e495e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

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)