Skip to content

Commit

Permalink
Merge pull request #674 from msftnutta/master
Browse files Browse the repository at this point in the history
Simplify step to open integrated terminal in vs code.
  • Loading branch information
JeffKoMS committed Jun 9, 2023
2 parents 20b82e9 + a1c5ce5 commit fb71080
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Instructions/Labs/AZ-204_lab_03.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion Instructions/Labs/AZ-204_lab_04.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,9 @@ In this exercise, you used the .NET SDK for Azure Cosmos DB to insert data into

> **Note**: Select **Overwrite** if you received a prompt that the file is read-only.
1. In the **Visual Studio Code** window, select **AdventureWorks.Context**, activate the shortcut menu, and then select **Open in Integrated Terminal**.
1. In the **Visual Studio Code** window, right click on **AdventureWorks.Context** folder in the explorer pane, and then select **Open in Integrated Terminal**.

![Screenshot displaying Open In Integrated Terminal](media/l04_vscode_open_in_integreated_terminal.png)

> **Note**:Before you perform the next step, open Windows Explorer and remove the Read-only attribute from the file **Allfiles (F):\Allfiles\Labs\04\Starter\AdventureWorks\AdventureWorks.Context\AdventureWorks.Context.csproj**
Expand Down
2 changes: 1 addition & 1 deletion Instructions/Labs/AZ-204_lab_09.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ In this exercise, you created a new subscription, validated its registration, an

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. Run the following command to run the .NET web application:

Expand Down
8 changes: 2 additions & 6 deletions Instructions/Labs/AZ-204_lab_10.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ In this exercise, you created an Azure **Service Bus** namespace and a **Service

1. In the **Open Folder** window, browse to **Allfiles (F):\\Allfiles\\Labs\\10\\Starter\\MessagePublisher**, and then select **Select Folder**.

1. In the **Visual Studio Code** window, activate the shortcut menu, 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 terminal prompt, run the following command to create a new .NET project named **MessagePublisher** in the current folder:

Expand Down Expand Up @@ -214,8 +214,6 @@ In this exercise, you created an Azure **Service Bus** namespace and a **Service
1. Save the **Program.cs** file.

1. In the **Visual Studio Code** window, activate the shortcut menu, and then select **Open in Integrated Terminal**.

1. At the terminal prompt, run the following command to launch the .NET Core console app:

```
Expand Down Expand Up @@ -264,7 +262,7 @@ In this exercise, you configured your .NET project that published messages into

1. In the **Open Folder** window, browse to **Allfiles (F):\\Allfiles\\Labs\\10\\Starter\\MessageReader**, and then select **Select Folder**.

1. In the **Visual Studio Code** window, activate the shortcut menu, 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 terminal prompt, run the following command to create a new .NET project named **MessageReader** in the current folder:

Expand Down Expand Up @@ -372,8 +370,6 @@ In this exercise, you configured your .NET project that published messages into
1. Save the **Program.cs** file.

1. In the **Visual Studio Code** window, activate the shortcut menu, and then select **Open in Integrated Terminal**.

1. At the terminal prompt, run the following command to launch the .NET Core console app:

```
Expand Down
4 changes: 2 additions & 2 deletions Instructions/Labs/AZ-204_lab_11.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ In this exercise, you created the Azure resources that you'll use for the remain

1. In the **Open Folder** window, browse to **Allfiles (F):\\Allfiles\\Labs\\11\\Starter\\Api**, and then select **Select Folder**.

1. In the **Visual Studio Code** window, activate the shortcut menu, 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 terminal prompt, run the following command to create a new .NET Web API application named **SimpleApi** in the current directory:

Expand Down Expand Up @@ -349,7 +349,7 @@ In this exercise, you created an API app by using ASP.NET and configured it to s

1. Save and close the file.

1. In the **Visual Studio Code** window, activate the shortcut menu, 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 terminal prompt, run the following command to ensure that the current directory is set to the **Allfiles (F):\\Allfiles\\Labs\\11\\Starter\\Api\\bin\\Debug\\net6.0**, where the deployment files reside:

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fb71080

Please sign in to comment.