I have just created an AKS cluster using a standard az aks create ... --ssh-key-value ...
.
According to https://docs.microsoft.com/en-us/azure/aks/kubernetes-service-principal,
an AKS cluster is created, and because an existing service principal is not specified, a service principal is created for the cluster.
Where can I find the created SP? Thanks