浏览代码

az: add page (#2643)

* az: add page
Ivan Aracki 6 年之前
父节点
当前提交
86bd04e1a8
共有 1 个文件被更改,包括 27 次插入0 次删除
  1. 27 0
      pages/common/az.md

+ 27 - 0
pages/common/az.md

@@ -0,0 +1,27 @@
+# az
+
+> The official CLI tool for Microsoft 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`