From 86bd04e1a82f37008eb4edf77f743e47d798c55e Mon Sep 17 00:00:00 2001 From: Ivan Aracki Date: Fri, 14 Dec 2018 03:43:30 +0100 Subject: [PATCH] az: add page (#2643) * az: add page --- pages/common/az.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pages/common/az.md diff --git a/pages/common/az.md b/pages/common/az.md new file mode 100644 index 0000000000..fc99b20c27 --- /dev/null +++ b/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`