Skip to content

Commit 5ef3d51

Browse files
committed
Bolden "DNS Name"
1 parent cc8803d commit 5ef3d51

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/iot-edge/how-to-install-iot-edge-ubuntuvm.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ The [Deploy to Azure Button](../azure-resource-manager/templates/deploy-to-azure
5858

5959
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.
6060

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.
6262

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.
6464

6565
> [!div class="mx-imgBorder"]
6666
> [![Screenshot showing the dns name of the iotedge vm](./media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-dns-name.png)](./media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-dns-name.png)
6767
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:
6969
`ssh <adminUsername>@<DNS_Name>`
7070

7171
## Deploy from Azure CLI
@@ -137,14 +137,14 @@ The [Deploy to Azure Button](../azure-resource-manager/templates/deploy-to-azure
137137
138138
```
139139
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.
141141
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.
143143
144144
> [!div class="mx-imgBorder"]
145145
> [![Screenshot showing the dns name of the iotedge vm](./media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-dns-name.png)](./media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-dns-name.png)
146146
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:
148148
`ssh <adminUsername>@<DNS_Name>`
149149
150150
## Next steps

0 commit comments

Comments
 (0)