Skip to content

Commit a2f4fef

Browse files
authored
pencil edit
1 parent 5bd0a90 commit a2f4fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/how-to-monitor-module-twins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ To view the JSON for the module twin:
187187
1. Select the **Device ID** of the IoT Edge device with the modules you want to monitor.
188188
1. Select the module name from the **Modules** tab and then select **Module Identity Twin** from the upper menu bar.
189189

190-
:::image type="content" source="./media/how-to-monitor-module-twins/select-module-twin.png" alt-text="Screenshot showing how to select a module twin to view in the Azure portal .":::
190+
:::image type="content" source="./media/how-to-monitor-module-twins/select-module-twin.png" alt-text="Screenshot showing how to select a module twin to view in the Azure portal.":::
191191

192192
If you see the message "A module identity doesn't exist for this module", this error indicates that the back-end solution is no longer available that originally created the identity.
193193

@@ -199,7 +199,7 @@ To review and edit a module twin:
199199
1. In the **Explorer**, expand the **Azure IoT Hub**, and then expand the device with the module you want to monitor.
200200
1. Right-click the module and select **Edit Module Twin**. A temporary file of the module twin is downloaded to your computer and displayed in Visual Studio Code.
201201

202-
:::image type="content" source="./media/how-to-monitor-module-twins/edit-module-twin-vscode.png" alt-text="Screenshot showing how to get a module twin to edit in Visual Studio Code .":::
202+
:::image type="content" source="./media/how-to-monitor-module-twins/edit-module-twin-vscode.png" alt-text="Screenshot showing how to get a module twin to edit in Visual Studio Code.":::
203203

204204
If you make changes, select **Update Module Twin** above the code in the editor to save changes to your IoT hub.
205205

0 commit comments

Comments
 (0)