From 8ea0321ebee73fb43a4427ad184e789a720c1f12 Mon Sep 17 00:00:00 2001 From: Nuttapong Wong-aree <98095529+msftnutta@users.noreply.github.com> Date: Thu, 8 Jun 2023 21:50:05 +0800 Subject: [PATCH] Update AZ-204_lab_03.md --- Instructions/Labs/AZ-204_lab_03.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Instructions/Labs/AZ-204_lab_03.md b/Instructions/Labs/AZ-204_lab_03.md index 4ac608c8..9e48df75 100644 --- a/Instructions/Labs/AZ-204_lab_03.md +++ b/Instructions/Labs/AZ-204_lab_03.md @@ -684,9 +684,9 @@ In this exercise, you accessed existing containers by using the Azure Storage SD 1. Save the **Program.cs** file. -1. In the **Visual Studio Code** window, activate the shortcut menu for the **Explorer** pane, and then select **Open in Integrated Terminal**. +1. In the **Visual Studio Code** window, on the Menu Bar, select **Terminal** and then select **New Terminal**. -1. At the open command prompt, run the following command to run the .NET web application: +1. In the terminal, run the following command to run the .NET web application: ``` dotnet run