msft@Azure:~$ az provider show -n Microsoft.Network -o table
msft@Azure:~$ az provider show -n Microsoft.Storage -o table
msft@Azure:~$ az provider show -n Microsoft.Compute -o table
az provider register -n Microsoft.ContainerService
az provider show -n Microsoft.ContainerService
az group create --name MsftEventsAcpopescuGroup --location"West US 2"
az aks create --resource-group MsftEventsAcpopescuGroup --name MsftEventsAcpopescuCluster --node-count 1 --generate-ssh-keys