Skip to content

Commit e19bcf4

Browse files
committed
Remove tip
1 parent 7f96ffa commit e19bcf4

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

articles/iot-edge/how-to-visual-studio-develop-module.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use Visual Studio to develop a custom IoT Edge module and deploy to
44
services: iot-edge
55
author: PatAltimore
66
ms.author: patricka
7-
ms.date: 07/13/2023
7+
ms.date: 07/17/2024
88
ms.topic: conceptual
99
ms.service: iot-edge
1010
zone_pivot_groups: iotedge-dev
@@ -251,9 +251,6 @@ Typically, you want to test and debug each module before running it within an en
251251
Received message: 1, Body: [hello world]
252252
```
253253

254-
> [!TIP]
255-
> You can also use [PostMan](https://www.getpostman.com/) or other API tools to send messages instead of `curl`.
256-
257254
1. Press **Ctrl + F5** or select the stop button to stop debugging.
258255

259256
### Build and debug multiple modules

articles/iot-edge/includes/debug-without-container-run.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ms.topic: include
3-
ms.date: 06/10/2024
3+
ms.date: 07/17/2024
44
author: PatAltimore
55
ms.author: patricka
66
ms.service: iot-edge
@@ -17,8 +17,6 @@ services: iot-edge
1717

1818
> [!NOTE]
1919
> If you are using Windows, making sure the shell of your Visual Studio Code integrated terminal is **Git Bash** or **WSL Bash**. You cannot run the `curl` command from a PowerShell or command prompt.
20-
> [!TIP]
21-
> You can also use [PostMan](https://www.getpostman.com/) or other API tools to send messages through instead of `curl`.
2220

2321
1. In the Visual Studio Code Debug view, you'll see the variables in the left panel.
2422

0 commit comments

Comments
 (0)