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
@@ -58,14 +58,14 @@ 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 format `vm-0000000000000` and it's associated DNS name which should be in the 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 within 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)
67
67
68
-
1. If you want to SSH into this VM after setup, use the associated DNS Name with the command:
68
+
1. If you want to SSH into this VM after setup, use the associated **DNS Name** with the command:
69
69
`ssh <adminUsername>@<DNS_Name>`
70
70
71
71
## Deploy from Azure CLI
@@ -137,14 +137,14 @@ 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 format `vm-0000000000000` and it's associated DNS name which should be in the 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 within 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)
146
146
147
-
1. If you want to SSH into this VM after setup, use the associated DNS Name with the command:
147
+
1. If you want to SSH into this VM after setup, use the associated **DNS Name** with the command:
0 commit comments