Skip to content

Commit 2f261f0

Browse files
committed
Minor edits from review suggestions
1 parent 4009cc2 commit 2f261f0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/iot-edge/how-to-provision-single-device-linux-symmetric.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ To deploy your IoT Edge modules, go to your IoT hub in the Azure portal, then:
148148

149149
1. You see the JSON confirmation of your modules. Select **Create** to deploy the modules.<br>
150150

151-
For more information, see [Deploy a module](/quickstart-linux#deploy-a-module.md).
151+
For more information, see [Deploy a module](quickstart-linux.md#deploy-a-module).
152152

153153
## Verify successful configuration
154154

@@ -207,7 +207,7 @@ Verify that the runtime was successfully installed and configured on your IoT Ed
207207

208208
You can expect a range of responses that may include **OK** (green), **Warning** (yellow), or **Error** (red).
209209

210-
:::image type="content" source="media/how-to-provision-single-device-linux-symmetrical/config-checks.png" alt-text="Screenshot of sample responses from the 'check' command.":::
210+
:::image type="content" source="media/how-to-provision-single-device-linux-symmetric/config-checks.png" alt-text="Screenshot of sample responses from the check command." lightbox="media/how-to-provision-single-device-linux-symmetric/config-checks.png":::
211211

212212
>[!TIP]
213213
>Always use `sudo` to run the check tool, even after your permissions are updated. The tool needs elevated privileges to access the config file to verify configuration status.
@@ -227,7 +227,7 @@ Verify that the runtime was successfully installed and configured on your IoT Ed
227227

228228
Check that your device and modules are deployed and running, by viewing your device page in the Azure portal.
229229

230-
:::image type="content" source="media/how-to-provision-single-device-linux-symmetrical/modules-deployed.png" alt-text="Screenshot of IoT Edge modules deployed and running confirmation in the Azure portal.":::
230+
:::image type="content" source="media/how-to-provision-single-device-linux-symmetric/modules-deployed.png" alt-text="Screenshot of IoT Edge modules deployed and running confirmation in the Azure portal.":::
231231

232232
Once your modules are deployed and running, list them in your device or virtual machine with the following command:
233233

articles/iot-edge/includes/iot-edge-register-device-symmetric.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In your IoT hub in the Azure portal, IoT Edge devices are created and managed se
1919

2020
1. In the left pane, select **Devices** from the menu, then select **Add Device**.
2121

22-
:::image type="content" source="media/iot-edge-register-device-symmetric/add-edge-device.png" alt-text="Screenshot of where to find the 'Add Device' button in the IoT Hub of the Azure portal.":::
22+
:::image type="content" source="media/iot-edge-register-device-symmetric/add-edge-device.png" alt-text="Screenshot of where to find the Add Device button in the IoT Hub of the Azure portal.":::
2323

2424
1. On the **Create a device** page, provide the following information:
2525

@@ -80,12 +80,12 @@ This command includes three parameters:
8080

8181
If your CLI says **The command requires the extension azure-iot. Do you want to install it now?**, then type `Y` and press `Enter` to initiate the download to create your device.
8282

83-
:::image type="content" source="media/iot-edge-register-device-symmetric/create-edge-device-cli.png" alt-text="Screenshot that shows the console output from running the 'az iot hub device-identity create' command.":::
83+
:::image type="content" source="media/iot-edge-register-device-symmetric/create-edge-device-cli.png" alt-text="Screenshot that shows the console output from running the az iot hub device-identity create command.":::
8484

8585
<!-- The 3 dashes are needed to end the tabs.-->
8686
---
8787

88-
Now that you have a device registered in IoT Hub, you can retrieve provisioning information used to complete the installation and provisioning of the [IoT Edge runtime](/iot-edge/iot-edge-runtime.md) in the next step.
88+
Now that you have a device registered in IoT Hub, you can retrieve provisioning information used to complete the installation and provisioning of the [IoT Edge runtime](../iot-edge-runtime.md) in the next step.
8989

9090
## View registered devices and retrieve provisioning information
9191

0 commit comments

Comments
 (0)