mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 02:55:38 +02:00
13 lines
388 B
Markdown
13 lines
388 B
Markdown
# az serial-console
|
|
|
|
> Connect to the serial console of a Virtual Machine.
|
|
> Part of `azure-cli` (also known as `az`).
|
|
> More information: <https://learn.microsoft.com/cli/azure/serial-console>.
|
|
|
|
- Connect to a serial console:
|
|
|
|
`az serial-console connect {{[-g|--resource-group]}} {{Resource_Group_Name}} {{[-n|--name]}} {{Virtual_Machine_Name}}`
|
|
|
|
- Terminate the connection:
|
|
|
|
`<Ctrl ]>`
|