mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
481 B
Plaintext
19 lines
481 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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 ]>`
|