Skip to content

Commit ed99d29

Browse files
committed
Optimize Grammar
1 parent 1107107 commit ed99d29

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
@@ -20,7 +20,7 @@ To learn more about how the IoT Edge runtime works and what components are inclu
2020
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
2121
) based [ARM template](../azure-resource-manager/templates/overview.md) maintained in the [iotedge-vm-deploy](https://github.com/Azure/iotedge-vm-deploy) project repository.
2222

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

2525
## Deploy using Deploy to Azure Button
2626

@@ -58,9 +58,9 @@ 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 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.
6262

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.
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)
@@ -93,7 +93,7 @@ The [Deploy to Azure Button](../azure-resource-manager/templates/deploy-to-azure
9393
1. Set your working subscription with the ID that you just copied:
9494
9595
```azurecli-interactive
96-
az account set -s {SubscriptionId}
96+
az account set -s <SubscriptionId>
9797
```
9898
9999
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
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 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.
141141
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.
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)

0 commit comments

Comments
 (0)