ここからダウンロード
https://aka.ms/InstallAzureCliWindows
az login
az vm list -o table
az group create --name testgroup --location japaneast
PS C:\> az group show --name testgroup
{
"id": "/subscriptions/8778db7d-b7a6-4d4c-8806-489df6a596c5/resourceGroups/testgroup",
"location": "japaneast",
"managedBy": null,
"name": "testgroup",
"properties": {
"provisioningState": "Succeeded"
},
"tags": null
}
