Skip to content

Commit

Permalink
Fixed code format in Mod 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidney Andrews authored May 5, 2021
1 parent c6b120b commit 5a7a7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Instructions/Labs/AZ-204_05_lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ In this exercise, you used Cloud Shell to create a VM as part of an automated sc
1. Change the active directory to **\~/clouddrive/ipcheck**.
1. Use the **dotnet new console --output . --name ipcheck** command to create a new .NET console application in the current directory.
1. Use the ``dotnet new console --output . --name ipcheck`` command to create a new .NET console application in the current directory.
1. Create a new file in the **\~/clouddrive/ipcheck** directory named **Dockerfile**.
Expand Down Expand Up @@ -201,7 +201,7 @@ In this exercise, you used Cloud Shell to create a VM as part of an automated sc
}
```
1. Use the **dotnet run** command at the command prompt to run the application and validate that it finds one or more IP addresses.
1. Use the ``dotnet run`` command at the command prompt to run the application and validate that it finds one or more IP addresses.
1. Open the **Dockerfile** file in the graphical editor, replace its contents with the following code, and then save the file:
Expand Down

0 comments on commit 5a7a7fd

Please sign in to comment.