mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 09:02:17 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/az-serial-console
Normal file
18
tldr/az-serial-console
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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 --resource-group {{Resource_Group_Name}} --name {{Virtual_Machine_Name}}`
|
||||
|
||||
- Terminate the connection:
|
||||
|
||||
`<Ctrl>-]`
|
||||
Reference in New Issue
Block a user