あんちょこは誰かが作っているものだし、それを見ればだいたい分かることがおおいのだが、自分でやってみるのとそうでないのとで天と地ほどの経験の差ができるので、az コマンドのあんちょこを作ることにした。なお、内容は随時更新予定。
available location を取得する
$ az account list-locations --query "[].{name: name}" --output table Name ------------------ eastasia southeastasia centralus eastus eastus2 ...
リソースグループを作る
$ az group create --name fooBarBaz --location japaneast