Skip to content

Commit c3d8dc2

Browse files
committed
edit pass: virtual-network-planning-configuring
1 parent a4c2977 commit c3d8dc2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/virtual-network/virtual-networks-viewing-and-modifying-hostnames.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ introduction: |
3232
3333
:::image type="content" source="./media/virtual-networks-viewing-and-modifying-hostnames/virtual-machine-properties.png" alt-text="Screenshot that shows the Properties page of a virtual machine and highlights Computer Name.":::
3434
35-
### Remote Desktop
35+
### Remote desktop
3636
3737
You can connect to your VM by using a remote desktop tool like Remote Desktop (Windows), Windows PowerShell remoting (Windows), SSH (Linux and Windows) or Bastion (Azure portal). You can then view the host name in a few ways:
3838
39-
* Enter **host name** in PowerShell, the command prompt, or SSH terminal.
39+
* Enter **host name** in PowerShell, the command prompt, or an SSH terminal.
4040
* Enter `ipconfig /all` in the command prompt (Windows only).
4141
* View the computer name in the system settings (Windows only).
4242
@@ -59,21 +59,21 @@ procedureSection:
5959
```
6060
6161
For more information on GET requests for VMs, see
62-
[Virtual Machines - Get](/rest/api/compute/virtual-machines/get).
62+
[Virtual Machines - GET](/rest/api/compute/virtual-machines/get).
6363
- |
6464
Look for the `osProfile` and then the `computerName` element to find the host name.
6565
6666
> [!WARNING]
6767
> You can also view the internal domain suffix for your cloud service by
68-
> running `ipconfig /all` from a command prompt in a Remote Desktop
68+
> running `ipconfig /all` from a command prompt in a remote desktop
6969
> session (Windows) or by running `cat /etc/resolv.conf` from an SSH
7070
> terminal (Linux).
7171
7272
- title: |
7373
Modify a host name
7474
summary: |
7575
You can modify the host name for any VM by renaming the computer from a
76-
Remote Desktop session or by using **Run command** in the Azure portal.
76+
remote desktop session or by using **Run command** in the Azure portal.
7777
steps:
7878
- |
7979
Change the host name.
@@ -131,7 +131,7 @@ procedureSection:
131131
[Azure Virtual Network configuration schema](/previous-versions/azure/reference/jj157100(v=azure.100)).
132132
133133
relatedContent:
134-
- text: Name Resolution (DNS)
134+
- text: Name resolution (DNS)
135135
url: virtual-networks-name-resolution-for-vms-and-role-instances.md
136136
- text: Specify DNS settings by using network configuration files
137137
url: /previous-versions/azure/virtual-network/virtual-networks-specifying-a-dns-settings-in-a-virtual-network-configuration-file

0 commit comments

Comments
 (0)