* pages.pt*: fix verb tenses * pages.pt*: fix all pt_PT verb tenses in the start and more pt_BR verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt*: fix more verb tenses * review PR --------- Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> Co-authored-by: Isaac Vicente <contatoisaacvicente@gmail.com>
29 lines
476 B
Markdown
29 lines
476 B
Markdown
# az
|
|
|
|
> A interface de linha de comando oficial do Microsoft Azure.
|
|
> Mais informações: <https://learn.microsoft.com/cli/azure>.
|
|
|
|
- Faz log in no Azure:
|
|
|
|
`az login`
|
|
|
|
- Gerencia informações de assinatura do Microsoft Azure:
|
|
|
|
`az account`
|
|
|
|
- Lista todos os discos gerenciados pelo Azure:
|
|
|
|
`az disk list`
|
|
|
|
- Lista todas as máquinas virtuais do Azure:
|
|
|
|
`az vm list`
|
|
|
|
- Gerencia os serviços do Azure Kubernetes:
|
|
|
|
`az aks`
|
|
|
|
- Gerencia recursos de rede do Azure:
|
|
|
|
`az network`
|