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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ To learn more about how the IoT Edge runtime works and what components are inclu
20
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 the need to start an SSH or remote desktop session.
24
24
25
25
## Deploy using Deploy to Azure Button
26
26
@@ -58,9 +58,9 @@ The [Deploy to Azure Button](../azure-resource-manager/templates/deploy-to-azure
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 format `vm-0000000000000` and it's associated DNS name which should be in the 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 within 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)
@@ -93,7 +93,7 @@ The [Deploy to Azure Button](../azure-resource-manager/templates/deploy-to-azure
93
93
1. Set your working subscription with the ID that you just copied:
94
94
95
95
```azurecli-interactive
96
-
az account set -s {SubscriptionId}
96
+
az account set -s <SubscriptionId>
97
97
```
98
98
99
99
1. Create a new resource group (or specify an existing one in the next steps):
@@ -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 format `vm-0000000000000` and it's associated DNS name which should be in the 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 within 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)
0 commit comments