Skip to content
Merged

Fix typo #126509

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Create a C# solution template that you can customize with your own code.

In the previous section, you created an IoT Edge solution and added code to the FileCopyModule to copy files from local share to the cloud share. Now you need to build the solution as a container image and push it to your container registry.

1. In VSCode, go to Terminal > New Terminal to open a new Visual Studio Code integrated terminal.
1. In VS Code, go to Terminal > New Terminal to open a new Visual Studio Code integrated terminal.
2. Sign in to Docker by entering the following command in the integrated terminal.

`docker login <ACR login server> -u <ACR username>`
Expand Down