Skip to content

Commit 4e05aeb

Browse files
committed
Feedback edits.
1 parent 891bb66 commit 4e05aeb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/healthcare-apis/iot/device-data-through-iot-hub.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: msjasteppe
66
ms.service: healthcare-apis
77
ms.subservice: iomt
88
ms.topic: tutorial
9-
ms.date: 10/01/2022
9+
ms.date: 10/03/2022
1010
ms.author: jasteppe
1111
---
1212

@@ -43,7 +43,7 @@ Follow these directions to grant access to the IoT Hub system-assigned managed i
4343
## Send device message to IoT Hub
4444

4545
> [!TIP]
46-
> [VS Code with the IoT Hub extension](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) is a recommended method for sending IoT device messages to your IoT Hub for testing and troubleshooting.
46+
> [Visual Studio Code with the Azure IoT Hub extension](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) is a recommended method for sending IoT device messages to your IoT Hub for testing and troubleshooting.
4747
4848
Use your device (real or simulated) to send the sample heart rate message shown below to the IoT Hub.
4949

@@ -54,6 +54,8 @@ This message will get routed to MedTech service, where the message will be trans
5454
>
5555
> To learn about IoT Hub device message enrichment and IotJsonPathContentTemplate mappings usage with the MedTech service device mapping, see [How to use IotJsonPathContentTemplate mappings](how-to-use-iot-jsonpath-content-mappings.md).
5656
57+
**IoT device message to send to IoT Hub**
58+
5759
```json
5860

5961
{

articles/healthcare-apis/iot/how-to-use-iot-jsonpath-content-mappings.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: how-to
8-
ms.date: 09/30/2022
8+
ms.date: 10/03/2022
99
ms.author: jasteppe
1010
---
1111

@@ -39,15 +39,13 @@ With each of these examples, you're provided with:
3939

4040
> [!IMPORTANT]
4141
> To avoid device spoofing in device-to-cloud messages, Azure IoT Hub enriches all messages with additional properties. To learn more about these properties, see [Anti-spoofing properties](/azure/iot-hub/iot-hub-devguide-messages-construct#anti-spoofing-properties).
42-
>
43-
> To learn about IoT Hub device message enrichment and IotJsonPathContentTemplate mappings usage with the MedTech service device mapping, see [How to use IotJsonPathContentTemplate mappings](how-to-use-iot-jsonpath-content-mappings.md).
4442
4543
> [!TIP]
46-
> [VS Code with the IoT Hub extension](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) is a recommended method for sending IoT device messages to your IoT Hub for testing and troubleshooting.
44+
> [Visual Studio Code with the Azure IoT Hub extension](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) is a recommended method for sending IoT device messages to your IoT Hub for testing and troubleshooting.
4745
4846
**Heart rate**
4947

50-
**A valid IoT device message.**
48+
**A valid IoT device message to send to your IoT Hub.**
5149

5250
```json
5351

@@ -125,7 +123,7 @@ With each of these examples, you're provided with:
125123

126124
**Blood pressure**
127125

128-
**A valid IoT device message.**
126+
**A valid IoT device message to send to your IoT Hub.**
129127

130128
```json
131129

0 commit comments

Comments
 (0)