Skip to content

Commit e047eaa

Browse files
authored
[Doc-a-thon] Update Create a Linux VM in the Azure portal
1 parent efa3066 commit e047eaa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/virtual-machines/linux/quick-create-portal.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ ms.service: virtual-machines
66
ms.collection: linux
77
ms.topic: quickstart
88
ms.workload: infrastructure
9-
ms.date: 12/21/2022
9+
ms.date: 3/29/2023
1010
ms.author: cynthn
11+
ms.reviewer: mattmcinnes
1112
ms.custom: mvc, mode-ui
1213
---
1314

@@ -70,7 +71,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
7071

7172
## Connect to virtual machine
7273

73-
Create an SSH connection with the VM.
74+
Create an [SSH connection](/azure/virtual-machines/linux-vm-connect) with the VM.
7475

7576
1. If you are on a Mac or Linux machine, open a Bash prompt and set read-only permission on the .pem file using `chmod 400 ~/Downloads/myKey.pem`. If you are on a Windows machine, open a PowerShell prompt.
7677

@@ -94,14 +95,14 @@ sudo apt-get -y update
9495
sudo apt-get -y install nginx
9596
```
9697

97-
# [Suse Linux](#tab/SLES)
98+
# [SUSE Linux (SLES)](#tab/SLES)
9899

99100
```bash
100101
sudo zypper --non-interactive update
101102
sudo zypper --non-interactive install nginx
102103
```
103104

104-
# [Red Hat Enterprise Linux](#tab/rhel)
105+
# [Red Hat Enterprise Linux (RHEL)](#tab/rhel)
105106

106107
```bash
107108
sudo dnf update

0 commit comments

Comments
 (0)