You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current New-AzAksCluster only support to attach the ACR in the same subscription with the aks cluster.
Please support to attach the ACR in another subscription by using resourceId.
Proposed implementation details (optional)
Current code use ACR name to query the resourceId and use the resourceId to grant the permission of ACR. We can just use the resourceId from parameter to do the same thing. No response