Skip to content

Commit afc8fa3

Browse files
authored
Merge pull request #132777 from Juliako/patch-84
Update playback-multi-day-recordings-tutorial.md
2 parents e40fbc5 + 6a9ecaf commit afc8fa3

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

articles/media-services/live-video-analytics-edge/playback-multi-day-recordings-tutorial.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,21 @@ Next, in Visual Studio code, open src/ams-asset-player. This folder contains the
6666
}
6767
```
6868

69-
In Visual Studio Code, you can click the Run icon on the left (or Ctrl+Shift+D) to bring up the available applications to run:
69+
1. In Visual Studio Code, open the **Extensions** tab (or press Ctrl+Shift+X) and search for Azure IoT Hub.
70+
1. Right click and select **Extension Settings**.
7071

71-
![Screenshot shows a menu in Visual Studio Code with the run item selected.](./media/playback-multi-day-recordings-tutorial/run.png)
72-
73-
Select the AMS Asset Player application from the drop down box, as shown below, and hit F5 to start debugging.
72+
> [!div class="mx-imgBorder"]
73+
> :::image type="content" source="./media/run-program/extensions-tab.png" alt-text="Extension Settings":::
74+
1. Search and enable “Show Verbose Message”.
75+
76+
> [!div class="mx-imgBorder"]
77+
> :::image type="content" source="./media/run-program/show-verbose-message.png" alt-text="Show Verbose Message":::
78+
1. <!--In Visual Studio Code, you can click-->Click the **Run** icon on the left (or Ctrl+Shift+D) to bring up the available applications to run:
79+
80+
![Screenshot shows a menu in Visual Studio Code with the run item selected.](./media/playback-multi-day-recordings-tutorial/run.png)
81+
1. Select the AMS Asset Player application from the drop down box, as shown below, and hit F5 to start debugging.
7482

75-
![Screenshot show a menu in Visual Studio Code with AMS Asset Player selected.](./media/playback-multi-day-recordings-tutorial/debug.png)
83+
![Screenshot show a menu in Visual Studio Code with AMS Asset Player selected.](./media/playback-multi-day-recordings-tutorial/debug.png)
7684

7785
The sample application will build and launch your default browser app, and open up the AMS Asset Player page.
7886

0 commit comments

Comments
 (0)