Update cheatsheets

This commit is contained in:
ivuorinen
2024-09-17 00:14:05 +00:00
parent c5566dcc1c
commit 467397e151
5 changed files with 80 additions and 3 deletions

18
tldr/az-serial-console Normal file
View 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>-]`