From 5a7a7fd5289bb321d35076b41de95113cce99883 Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Wed, 5 May 2021 11:10:39 -0400 Subject: [PATCH] Fixed code format in Mod 5 --- Instructions/Labs/AZ-204_05_lab.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Instructions/Labs/AZ-204_05_lab.md b/Instructions/Labs/AZ-204_05_lab.md index 91feec30..5f3985ba 100644 --- a/Instructions/Labs/AZ-204_05_lab.md +++ b/Instructions/Labs/AZ-204_05_lab.md @@ -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**. @@ -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: