Skip to content

Commit 1cfd899

Browse files
Merge pull request #78820 from v-krghan/Includes
Includes
2 parents 7d82ac4 + e1784ba commit 1cfd899

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

articles/iot-accelerators/iot-accelerators-remote-monitoring-deploy-local-vscode.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,14 @@ dotnet build -c Release
5757
The following steps show you how to run the Remote Monitoring microservices in Visual Studio Code:
5858

5959
1. Launch Visual Studio Code.
60-
1. Open the **azure-iot-pcs-remote-monitoring-dotnet** module from your local copy in VS Code.
61-
1. Copy the files **launch.json** and **tasks.json** from scripts\local\launch\idesettings\vscode\. Create a new folder **azure-iot-pcs-remote-monitoring-dotnet\.vscode** and paste the files there.
62-
1. Open the Debug panel in VS Code and run the **Run all microservices** configuration. This configuration runs the device simulation microservice in Docker and runs the other microservices in the debugger.
60+
1. In VS Code, open the **azure-iot-pcs-remote-monitoring-dotnet** folder.
61+
1. Create a new folder called **.vscode** in the **azure-iot-pcs-remote-monitoring-dotnet** folder.
62+
1. Copy the files **launch.json** and **tasks.json** from services\scripts\local\launch\idesettings\vscode to the **.vscode** folder you just created.
63+
1. Open the **Debug panel** in VS Code and run the **Run All microservices** configuration. This configuration runs the device simulation microservice in Docker and runs the other microservices in the debugger.
6364

64-
As an example, the output for **Auth** service in the **Debug Console** looks like the following:
65+
The output from running **Run All microsoervices** in the Debug Console looks like the following:
6566

66-
[![Deploy-Local-Auth-Service](./media/deploy-locally-vscode/auth-debug-results-inline.png)](./media/deploy-locally-vscode/auth-debug-results-expanded.png#lightbox)
67+
[![Deploy-Local-Microservices](./media/deploy-locally-vscode/auth-debug-results-inline.png)](./media/deploy-locally-vscode/auth-debug-results-expanded.png#lightbox)
6768

6869
### Run the web UI
6970

-277 KB
Loading
28.2 KB
Loading

0 commit comments

Comments
 (0)