Skip to content

Commit 2e01bef

Browse files
authored
pencil edits
Lines 216 and 392: VS Code > Visual Studio Code
1 parent 2c4001d commit 2e01bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-how-to-clone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ This section provides specific instructions for migrating the hub.
213213

214214
### Edit the template
215215

216-
You have to make some changes before you can use the template to create the new hub in the new region. Use [VS Code](https://code.visualstudio.com) or a text editor to edit the template.
216+
You have to make some changes before you can use the template to create the new hub in the new region. Use [Visual Studio Code](https://code.visualstudio.com) or a text editor to edit the template.
217217

218218
#### Edit the hub name and location
219219

@@ -389,7 +389,7 @@ The application targets .NET Core, so you can run it on either Windows or Linux.
389389

390390
1. To run the application, specify three connection strings and five options. You pass this data in as command-line arguments or use environment variables, or use a combination of the two. We're going to pass the options in as command line arguments, and the connection strings as environment variables.
391391

392-
The reason for this is because the connection strings are long and ungainly, and unlikely to change, but you might want to change the options and run the application more than once. To change the value of an environment variable, you have to close the command window and Visual Studio or VS Code, whichever you are using.
392+
The reason for this is because the connection strings are long and ungainly, and unlikely to change, but you might want to change the options and run the application more than once. To change the value of an environment variable, you have to close the command window and Visual Studio or Visual Studio Code, whichever you are using.
393393

394394
### Options
395395

0 commit comments

Comments
 (0)