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 a *Azure IoI Edge device* to your Microsoft Azure IoT Central application. In this tutorial, we chose an Azure 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
-
* First, as an operator, you learn how to do cloud first provisioning of an Azure IoT Edge device.
23
-
* Then, you will learn how to do device first provisioning of an Azure IoT Edge device.
22
+
* First, as an operator, you learn how to do cloud 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
-
> * Add a new Azure IoT Edge device
29
-
> * Configure the Azure IoT Edge device to help provision using SAS Key
30
-
> * View Dashboards, Module Health in IoT Central
31
-
> * Send commands to a module running on the Azure IoT Edge device
32
-
> * Set properties on a module running on the Azure IoT Edge device
28
+
> * Add a new IoT Edge device
29
+
> * Configure the IoT Edge device to help provision by using a shared access signature (SAS) key
30
+
> * View dashboards and module health in IoT Central
31
+
> * Send commands to a module running on the IoT Edge device
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
-
## Enable Azure IoT Edge Enrollment Group
39
-
Enable SAS keys for Azure IoT Edge enrollment group from the Administration page.
38
+
## Enable Azure IoT Edge enrollment group
39
+
From the **Administration** page, enable SAS keys for Azure IoT Edge enrollment group.

56
56
57
-
## Deploy an Azure IoT Edge enabled Linux VM
57
+
## Deploy an IoT Edge enabled Linux VM
58
58
59
-
>Note: You can choose to use any machine or device. OS: Linux or Windows)
59
+
> [!NOTE]
60
+
> You can choose to use any machine or device. The operating system can be Linux or Windows.
60
61
61
-
For this tutorial, we chose an Azure IoT enabled Linux VM, which can be create on Azure. You will be taken to [Azure marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft_iot_edge.iot_edge_vm_ubuntu?tab=Overview)
62
-
and click on **Get IT NOW** button.
62
+
For this tutorial, we're using an Azure IoT enabled Linux VM, created on Azure. In [Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft_iot_edge.iot_edge_vm_ubuntu?tab=Overview), select **GET IT NOW**.

74
74
75
-
Select Subscription, create a new resource group preferably, Select US West 2 for VM availability, enter User and password. Remember User, password will be required for future steps. Click**Review + Create**
75
+
Select **Subscription**, create a new resource group, and select **(US) West US 2** for VM availability. Then, enter user and password information. These will be required for future steps, so remember them. Select**Review + create**.

82
82
83
-
Takes a few minutes to create the resources. Click on Go to **Resource**
83
+
It takes a few minutes to create the resources. Select **Go to resource**.
0 commit comments