permissions for New-AzAKSCluster
Stefan Kiessig
40
Reputation points
Hello, I have 2 Azure environments (different Tennant / Subscription). In the first Tennant the script is running
New-AzKeyVault ...
New-AzAKSCluster ...
without any problems...
In the 2nd environment,
New-AzKeyvault ...
runs perfect and creates the keyvault.
But with
New-AzAKSCluster ...
I get the error.
“code": ”Authorization_RequestDenied” “message": ”Insufficient privileges to complete the operation.”
In both environments I am the owner of the subscription.
How can I solve the problem?
Thank you for your support.
Sign in to answer