Skip to content

Commit bd22e6f

Browse files
Managorspageektti
andauthored
az serial-console: add page, az: improve command (#13709)
Co-authored-by: Wiktor Perskawiec <[email protected]>
1 parent c94dc3b commit bd22e6f

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

pages/common/az-serial-console.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# az serial-console
2+
3+
> Connect to the serial console of a Virtual Machine.
4+
> Part of `azure-cli` (also known as `az`).
5+
> More information: <https://learn.microsoft.com/cli/azure/serial-console>.
6+
7+
- Connect to a serial console:
8+
9+
`az serial-console connect --resource-group {{Resource_Group_Name}} --name {{Virtual_Machine_Name}}`
10+
11+
- Terminate the connection:
12+
13+
`<Ctrl>-]`

pages/common/az-vm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
> Part of `azure-cli` (also known as `az`).
55
> More information: <https://learn.microsoft.com/cli/azure/vm>.
66
7-
- List details of available Virtual Machines:
7+
- Display a table of available Virtual Machines:
88

9-
`az vm list`
9+
`az vm list --output table`
1010

1111
- Create a virtual machine using the default Ubuntu image and generate SSH keys:
1212

0 commit comments

Comments
 (0)