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

View File

@@ -9,9 +9,9 @@ source: https://github.com/tldr-pages/tldr.git
> Part of `azure-cli` (also known as `az`).
> More information: <https://learn.microsoft.com/cli/azure/vm>.
- List details of available Virtual Machines:
- Display a table of available Virtual Machines:
`az vm list`
`az vm list --output table`
- Create a virtual machine using the default Ubuntu image and generate SSH keys: