github.com/Azure/aad-pod-identity@v1.8.17/tutorial/scripts/1-init-aks/1-azure-provider-registration.sh (about)

     1  #!/bin/bash
     2  
     3  set -e # stop on errors
     4  set -x # print commands when they are executed
     5  
     6  
     7  # this scripts sets up your azure subscription to enable AKS
     8  
     9  az provider register -n Microsoft.Network
    10  az provider register -n Microsoft.Storage
    11  az provider register -n Microsoft.Compute
    12  az provider register -n Microsoft.ContainerService