Skip to content

Commit 7de160d

Browse files
committed
fixing link paths
1 parent c41ac26 commit 7de160d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can view the hostname of your VM in a cloud service by using any of the foll
2323

2424
In the Azure portal, go to your VM, and select **Properties** from the left navigation. On the **Properties** page, you can view the hostname under **Computer Name**.
2525

26-
:::image type="content" source="articles\virtual-network\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 the Computer Name.":::
26+
:::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 the Computer Name.":::
2727

2828
### Remote Desktop
2929
You can connect to your virtual machine 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 hostname in a few ways:
@@ -61,9 +61,9 @@ You can also use run these commands to find the hostname for your VM from the Az
6161
* For Windows, select **RunPowerShellScript** and use `Rename-Computer` in the **Run Command Script** pane.
6262
* For Linux, select **RunShellScript** and use `hostnamectl` in the **Run Command Script** pane.
6363
64-
The following image shows shows the **Run command** page in the Azure portal for a Windows VM.
64+
The following image shows the **Run command** page in the Azure portal for a Windows VM.
6565
66-
:::image type="content" source="articles\virtual-network\media\virtual-networks-viewing-and-modifying-hostnames\virtual-machine-run-command.png" alt-text="Screenshot that shows the Run command page for a Windows virtual machine and highlights the RunPowerShellScript feature.":::
66+
:::image type="content" source="./media/virtual-networks-viewing-and-modifying-hostnames/virtual-machine-run-command.png" alt-text="Screenshot that shows the Run command page for a Windows virtual machine and highlights the RunPowerShellScript feature.":::
6767
6868
## Azure classic deployment model
6969

0 commit comments

Comments
 (0)