Files
tldr/pages.zh/common/az.md

37 lines
514 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# az
> 微软Azure的官方CLI工具。
> 一些子命令如`login`有其自己的使用文档。
> 更多信息:<https://learn.microsoft.com/cli/azure/reference-index>。
- 登录到Azure
`az login`
- 管理Azure订阅信息
`az account`
- 列出所有Azure托管磁盘
`az disk list`
- 列出所有Azure虚拟机
`az vm list`
- 管理Azure Kubernetes服务
`az aks`
- 管理Azure网络资源
`az network`
- 进入交互模式:
`az interactive`
- 显示帮助:
`az --help`