Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 5a7a7fd

Browse files
author
Sidney Andrews
authored
Fixed code format in Mod 5
1 parent c6b120b commit 5a7a7fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Instructions/Labs/AZ-204_05_lab.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ In this exercise, you used Cloud Shell to create a VM as part of an automated sc
159159
160160
1. Change the active directory to **\~/clouddrive/ipcheck**.
161161
162-
1. Use the **dotnet new console --output . --name ipcheck** command to create a new .NET console application in the current directory.
162+
1. Use the ``dotnet new console --output . --name ipcheck`` command to create a new .NET console application in the current directory.
163163
164164
1. Create a new file in the **\~/clouddrive/ipcheck** directory named **Dockerfile**.
165165
@@ -201,7 +201,7 @@ In this exercise, you used Cloud Shell to create a VM as part of an automated sc
201201
}
202202
```
203203
204-
1. Use the **dotnet run** command at the command prompt to run the application and validate that it finds one or more IP addresses.
204+
1. Use the ``dotnet run`` command at the command prompt to run the application and validate that it finds one or more IP addresses.
205205
206206
1. Open the **Dockerfile** file in the graphical editor, replace its contents with the following code, and then save the file:
207207

0 commit comments

Comments
 (0)