mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 16:58:20 +00:00
Update cheatsheets
This commit is contained in:
34
az
Normal file
34
az
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# az
|
||||
|
||||
> The official CLI tool for Microsoft Azure.
|
||||
> Some subcommands such as `az login` have their own usage documentation.
|
||||
> More information: <https://learn.microsoft.com/cli/azure>.
|
||||
|
||||
- Log in to Azure:
|
||||
|
||||
`az login`
|
||||
|
||||
- Manage azure subscription information:
|
||||
|
||||
`az account`
|
||||
|
||||
- List all Azure Managed Disks:
|
||||
|
||||
`az disk list`
|
||||
|
||||
- List all Azure virtual machines:
|
||||
|
||||
`az vm list`
|
||||
|
||||
- Manage Azure Kubernetes Services:
|
||||
|
||||
`az aks`
|
||||
|
||||
- Manage Azure Network resources:
|
||||
|
||||
`az network`
|
||||
Reference in New Issue
Block a user