Files
tldr/pages.zh_TW/common/az.md
Poy Chang 821b98a69e az: update traditional Chinese translation (#14334)
* az: update traditional Chinese translation

* update link

* Update pages.zh_TW/common/az.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages.zh_TW/common/az.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* add missing commands

* Update pages.zh_TW/common/az.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* update more info link

* remove invisible char

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-10-26 11:30:22 +02:00

38 lines
554 B
Markdown
Raw 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
> Microsoft Azure 的官方客戶端工具。
> 此命令也有關於其子命令的文件,例如:`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`