Skip to content

Commit ddef529

Browse files
committed
rm local deploy vscode changes
1 parent 52365b1 commit ddef529

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,15 @@ 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.
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.
6163
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.
64+
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.
6365

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

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

6870
### Run the web UI
6971

-277 KB
Loading
28.2 KB
Loading

0 commit comments

Comments
 (0)