mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
az: add traditional Chinese translation (#8625)
This commit is contained in:
parent
cf380b6e6a
commit
db5ef72899
1 changed files with 29 additions and 0 deletions
29
pages.zh_TW/common/az.md
Normal file
29
pages.zh_TW/common/az.md
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# az
|
||||||
|
|
||||||
|
> Microsoft Azure 的官方客戶端工具。
|
||||||
|
> 此命令也有關於其子命令的文件,例如:`az login`.
|
||||||
|
> 更多資訊:<https://learn.microsoft.com/cli/azure/>.
|
||||||
|
|
||||||
|
- 登錄到 Azure:
|
||||||
|
|
||||||
|
`az login`
|
||||||
|
|
||||||
|
- 管理 Azure 訂閱資訊:
|
||||||
|
|
||||||
|
`az account`
|
||||||
|
|
||||||
|
- 列出所有 Azure 託管磁碟:
|
||||||
|
|
||||||
|
`az disk list`
|
||||||
|
|
||||||
|
- 列出所有 Azure 虛擬機:
|
||||||
|
|
||||||
|
`az vm list`
|
||||||
|
|
||||||
|
- 管理 Azure Kubernetes 服務:
|
||||||
|
|
||||||
|
`az aks`
|
||||||
|
|
||||||
|
- 管理 Azure 網路資源:
|
||||||
|
|
||||||
|
`az network`
|
Loading…
Add table
Reference in a new issue