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-install-iot-edge-ubuntuvm.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@ The Azure IoT Edge runtime is what turns a device into an IoT Edge device. The r
17
17
18
18
To learn more about how the IoT Edge runtime works and what components are included, see [Understand the Azure IoT Edge runtime and its architecture](iot-edge-runtime.md).
19
19
20
-
This article lists the steps to deploy an Ubuntu 18.04 LTS Virtual Machine with the Azure IoT Edge runtime installed and configured using a pre-supplied device connection string. This is accomplished using a [cloud-init](../virtual-machines/linux/using-cloud-init.md
20
+
This article lists the steps to deploy an Ubuntu 18.04 LTS virtual machine with the Azure IoT Edge runtime installed and configured using a pre-supplied device connection string. This is accomplished using a [cloud-init](../virtual-machines/linux/using-cloud-init.md
21
21
) based [ARM template](../azure-resource-manager/templates/overview.md) maintained in the [iotedge-vm-deploy](https://github.com/Azure/iotedge-vm-deploy) project repository.
22
22
23
-
On first boot, the Ubuntu 18.04 LTS Virtual Machine[installs the latest version of the Azure IoT Edge runtime via cloud-init](https://github.com/Azure/iotedge-vm-deploy/blob/master/cloud-init.txt). It also sets a supplied connection string before the runtime starts, allowing you to easily configure and connect the IoT Edge device without starting an SSH or remote desktop session.
23
+
On first boot, the Ubuntu 18.04 LTS virtual machine[installs the latest version of the Azure IoT Edge runtime via cloud-init](https://github.com/Azure/iotedge-vm-deploy/blob/master/cloud-init.txt). It also sets a supplied connection string before the runtime starts, allowing you to easily configure and connect the IoT Edge device without starting an SSH or remote desktop session.
24
24
25
25
## Deploy using Deploy to Azure Button
26
26
@@ -36,31 +36,31 @@ The [Deploy to Azure Button](../azure-resource-manager/templates/deploy-to-azure
36
36
> [!div class="mx-imgBorder"]
37
37
> [](./media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-deploy.png)
38
38
39
-
**Subscription**: The active Azure subscription to deploy the Virtual Machine into.
39
+
**Subscription**: The active Azure subscription to deploy the virtual machine into.
40
40
41
-
**Resource group**: An existing or newly created Resource Group to contain the Virtual Machine and it's associated resources.
41
+
**Resource group**: An existing or newly created Resource Group to contain the virtual machine and it's associated resources.
42
42
43
-
**DNS Label Prefix**: A required value of your choosing that is used to prefix the hostname of the Virtual Machine.
43
+
**DNS Label Prefix**: A required value of your choosing that is used to prefix the hostname of the virtual machine.
44
44
45
45
**Admin Username**: A username which will be provided root privileges on deployment.
46
46
47
47
**Device Connection String**: A [Device Connection string](how-to-register-device.md) for a device that was created within your intended [IoT Hub](../iot-hub/about-iot-hub.md).
48
48
49
-
**VM Size**: The [size](../cloud-services/cloud-services-sizes-specs.md) of the Virtual Machine to be deployed
49
+
**VM Size**: The [size](../cloud-services/cloud-services-sizes-specs.md) of the virtual machine to be deployed
50
50
51
-
**Ubuntu OS Version**: The version of the Ubuntu OS to be installed on the base Virtual Machine.
51
+
**Ubuntu OS Version**: The version of the Ubuntu OS to be installed on the base virtual machine.
52
52
53
-
**Location**: The [geographic region](https://azure.microsoft.com/global-infrastructure/locations/) to deploy the Virtual Machine into, this defaults to the location of the selected Resource Group.
53
+
**Location**: The [geographic region](https://azure.microsoft.com/global-infrastructure/locations/) to deploy the virtual machine into, this defaults to the location of the selected Resource Group.
54
54
55
55
**Authentication Type**: Choose **sshPublicKey** or **password** depending on your preference.
56
56
57
57
**Admin Password or Key**: The location of the SSH Public Key or the value of the password depending on the choice of Authentication Type.
58
58
59
59
When all fields have been filled in, select the checkbox at the bottom of the page to accept the terms and select **Purchase** to begin the deployment.
60
60
61
-
1. Verify that the deployment has completed successfully. A Virtual machine resource should have been deployed into the selected resource group. Take note of the machine name which should be in the following format `vm-0000000000000` and it's associated DNS name which should be in the following format `<dnsLabelPrefix>`.`<location>`.cloudapp.azure.com.
61
+
1. Verify that the deployment has completed successfully. A virtual machine resource should have been deployed into the selected resource group. Take note of the machine name which should be in the following format `vm-0000000000000` and it's associated DNS name which should be in the following format `<dnsLabelPrefix>`.`<location>`.cloudapp.azure.com.
62
62
63
-
The DNS Name can be obtained from the **Overview** section of the newly deployed Virtual Machine from with the Azure Portal.
63
+
The DNS Name can be obtained from the **Overview** section of the newly deployed virtual machine from with the Azure Portal.
64
64
65
65
> [!div class="mx-imgBorder"]
66
66
> [](./media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-dns-name.png)
@@ -137,9 +137,9 @@ The [Deploy to Azure Button](../azure-resource-manager/templates/deploy-to-azure
137
137
138
138
```
139
139
140
-
1. Verify that the deployment has completed successfully. A Virtual machine resource should have been deployed into the selected resource group. Take note of the machine name which should be in the following format `vm-0000000000000` and it's associated DNS name which should be in the following format `<dnsLabelPrefix>`.`<location>`.cloudapp.azure.com.
140
+
1. Verify that the deployment has completed successfully. A virtual machine resource should have been deployed into the selected resource group. Take note of the machine name which should be in the following format `vm-0000000000000` and it's associated DNS name which should be in the following format `<dnsLabelPrefix>`.`<location>`.cloudapp.azure.com.
141
141
142
-
The DNS Name can be obtained from the **Overview** section of the newly deployed Virtual Machine from with the Azure Portal.
142
+
The DNS Name can be obtained from the **Overview** section of the newly deployed virtual machine from with the Azure Portal.
143
143
144
144
> [!div class="mx-imgBorder"]
145
145
> [](./media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-dns-name.png)
@@ -155,4 +155,4 @@ If you are having problems with the IoT Edge runtime installing properly, check
155
155
156
156
To update an existing installation to the newest version of IoT Edge, see [Update the IoT Edge security daemon and runtime](how-to-update-iot-edge.md).
157
157
158
-
If you'd like to open up ports to access the VM through SSH or other inbound connections, refer to the Azure Virtual Machine documentation on [opening up ports and endpoints to a Linux VM](../virtual-machines/linux/nsg-quickstart.md)
158
+
If you'd like to open up ports to access the VM through SSH or other inbound connections, refer to the Azure Virtual Machines documentation on [opening up ports and endpoints to a Linux VM](../virtual-machines/linux/nsg-quickstart.md)
0 commit comments