Skip to content

Commit a44fbb5

Browse files
committed
Addressing Azure Docs review feedback for alt text
1 parent 206bcc9 commit a44fbb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ When you've fulfilled these prerequisites, you're ready to use the **Deploy to A
8282

8383
6. After a few minutes wait, a message will appear telling you that your deployment is completed.
8484

85-
:::image type="content" source="media\iot-hub-to-iot-connector\iot-deployment-complete-banner.png" alt-text="Screenshot of Azure portal page displaying **Your deployment is complete**." lightbox="media\iot-hub-to-iot-connector\iot-deployment-complete-banner.png":::
85+
:::image type="content" source="media\iot-hub-to-iot-connector\iot-deployment-complete-banner.png" alt-text="Screenshot of Azure portal page displaying Your deployment is complete." lightbox="media\iot-hub-to-iot-connector\iot-deployment-complete-banner.png":::
8686

8787
## Review of deployed resources and access permissions
8888

@@ -123,14 +123,14 @@ Now that your deployment has successfully completed, we'll connect to your IoT H
123123

124124
3. To create a device within your IoT Hub to use to send a test message, select ****, and then select **Create Device**. For this example, we'll be creating a device named **device-001**. You'll create a device name of your own choosing.
125125

126-
:::image type="content" source="media\iot-hub-to-iot-connector\iot-create-device.png" alt-text="Screenshot of VSCode with the Azure IoT Hub extension selecting **Create device** for this tutorial." lightbox="media\iot-hub-to-iot-connector\iot-create-device.png":::
126+
:::image type="content" source="media\iot-hub-to-iot-connector\iot-create-device.png" alt-text="Screenshot of VSCode with the Azure IoT Hub extension selecting Create device for this tutorial." lightbox="media\iot-hub-to-iot-connector\iot-create-device.png":::
127127

128128
4. To send a test message from the newly created device to your IoT Hub, right-click the device and select the **Send D2C Message to IoT Hub** option. For this example, we'll be using a device named **device-001**. You'll use the device you created as part of the previous step.
129129

130130
> [!NOTE]
131131
> **D2C** stands for Device-to-Cloud. In this example, cloud is the IoT Hub that will be receiving the device message. IoT Hub allows two-way communications, which is why there's also the option to **Send C2D Message to Device Cloud** (C2D stands for Cloud-to-Device).
132132
133-
:::image type="content" source="media\iot-hub-to-iot-connector\iot-select-device-to-cloud-message.png" alt-text="Screenshot of VSCode with the Azure IoT Hub extension selecting the **Send D2C Message to IoT Hub** option." lightbox="media\iot-hub-to-iot-connector\iot-select-device-to-cloud-message.png":::
133+
:::image type="content" source="media\iot-hub-to-iot-connector\iot-select-device-to-cloud-message.png" alt-text="Screenshot of VSCode with the Azure IoT Hub extension selecting the Send D2C Message to IoT Hub option." lightbox="media\iot-hub-to-iot-connector\iot-select-device-to-cloud-message.png":::
134134

135135
5. In the **Send D2C Messages** box, make the following selections and edits:
136136

0 commit comments

Comments
 (0)