I have two different Azure Ad tenants
First one is foo
Second one is bar
and one subscription
Name is baz
Account administrator seems as foo
at Management & Billing Overview service section.
When I change directory into bar from portal i can see baz
at Other subscriptions
from Cost Management & Billing.
When I execute command below at bar
's shell, I can see that owner of the subscription is foo
.
azure account show
When I execute command below I'm having error "directory permission is needed for the current user to register the application"
az aks create --resource-group myResourceGroup --name myAKSCluster --node-count 1 --generate-ssh-keys
So I wanna take everything to foo
create my Azure Kubernetes Service. What should I have to do. Any ideas?