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
This tutorial shows you how to add and configure an Azure IoT Edge device to your Microsoft Azure IoT Central application. In this tutorial, we chose an IoT Edgeenabled Linux VM from Azure Marketplace.
18
+
This tutorial shows you how to add and configure an Azure IoT Edge device to your Azure IoT Central application. In this tutorial, we chose an IoT Edge-enabled Linux VM from Azure Marketplace.
19
19
20
20
This tutorial is made up of two parts:
21
21
22
22
* First, as an operator, you learn how to do cloud first provisioning of an IoT Edge device.
23
-
* Then, you will learn how to do "device first" provisioning of an IoT Edge device.
23
+
* Then, you learn how to do "device first" provisioning of an IoT Edge device.
24
24
25
25
In this tutorial, you learn how to:
26
26
27
27
> [!div class="checklist"]
28
28
> * Add a new IoT Edge device
29
-
> * Configure the IoT Edge device to help provision by using SAS Key
29
+
> * Configure the IoT Edge device to help provision by using a shared access signature (SAS) key
30
30
> * View dashboards and module health in IoT Central
31
31
> * Send commands to a module running on the IoT Edge device
32
32
> * Set properties on a module running on the IoT Edge device
33
33
34
34
## Prerequisites
35
35
36
-
To complete this tutorial, you need an Azure IoT Central application. Follow this quickstart to [Create an Azure IoT Central application](./quick-deploy-iot-central.md).
36
+
To complete this tutorial, you need an Azure IoT Central application. Follow [this quickstart to create an Azure IoT Central application](./quick-deploy-iot-central.md).
37
37
38
38
## Enable Azure IoT Edge enrollment group
39
39
From the **Administration** page, enable SAS keys for Azure IoT Edge enrollment group.
@@ -98,7 +98,7 @@ Press Enter, provide the user name and password as prompted, and then press Ente
98
98
99
99

100
100
101
-
To run a command as administrator (user "root"), run the command: **sudo su –**
101
+
To run a command as administrator (user "root"), enter: **sudo su –**
102
102
103
103

0 commit comments