You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-edge/how-to-provision-single-device-linux-symmetric.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ To deploy your IoT Edge modules, go to your IoT hub in the Azure portal, then:
148
148
149
149
1. You see the JSON confirmation of your modules. Select **Create** to deploy the modules.<br>
150
150
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).
152
152
153
153
## Verify successful configuration
154
154
@@ -207,7 +207,7 @@ Verify that the runtime was successfully installed and configured on your IoT Ed
207
207
208
208
You can expect a range of responses that may include **OK** (green), **Warning** (yellow), or **Error** (red).
209
209
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":::
211
211
212
212
>[!TIP]
213
213
>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
227
227
228
228
Check that your device and modules are deployed and running, by viewing your device page in the Azure portal.
229
229
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.":::
231
231
232
232
Once your modules are deployed and running, list them in your device or virtual machine with the following command:
Copy file name to clipboardExpand all lines: articles/iot-edge/includes/iot-edge-register-device-symmetric.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ In your IoT hub in the Azure portal, IoT Edge devices are created and managed se
19
19
20
20
1. In the left pane, select **Devices** from the menu, then select **Add Device**.
21
21
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.":::
23
23
24
24
1. On the **Create a device** page, provide the following information:
25
25
@@ -80,12 +80,12 @@ This command includes three parameters:
80
80
81
81
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.
82
82
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.":::
84
84
85
85
<!-- The 3 dashes are needed to end the tabs.-->
86
86
---
87
87
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.
89
89
90
90
## View registered devices and retrieve provisioning information
0 commit comments