Skip to content

Commit 1107107

Browse files
committed
change case of "Virtual Machine" if not a service
1 parent 03b26e9 commit 1107107

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ The Azure IoT Edge runtime is what turns a device into an IoT Edge device. The r
1717

1818
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).
1919

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
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 starting an SSH or remote desktop session.
2424

2525
## Deploy using Deploy to Azure Button
2626

@@ -36,31 +36,31 @@ The [Deploy to Azure Button](../azure-resource-manager/templates/deploy-to-azure
3636
> [!div class="mx-imgBorder"]
3737
> [![Screenshot showing the iotedge-vm-deploy template](./media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-deploy.png)](./media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-deploy.png)
3838
39-
**Subscription**: The active Azure subscription to deploy the Virtual Machine into.
39+
**Subscription**: The active Azure subscription to deploy the virtual machine into.
4040

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

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

4545
**Admin Username**: A username which will be provided root privileges on deployment.
4646

4747
**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).
4848

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
5050

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

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

5555
**Authentication Type**: Choose **sshPublicKey** or **password** depending on your preference.
5656

5757
**Admin Password or Key**: The location of the SSH Public Key or the value of the password depending on the choice of Authentication Type.
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 following format `vm-0000000000000` and it's associated DNS name which should be in the following 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 from with 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)
@@ -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 following format `vm-0000000000000` and it's associated DNS name which should be in the following 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 from with 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)
@@ -155,4 +155,4 @@ If you are having problems with the IoT Edge runtime installing properly, check
155155
156156
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).
157157
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

Comments
 (0)