Tag Archives: AKS

How to create the AKS cluster with Entra-ID.

Use the below code to create the new AKS cluster with the Entra-ID Group. az aks create –resource-group myResourceGroup –name myManagedCluster –enable-aad –aad-admin-group-object-ids <id> [–aad-tenant-id <id>] –generate-ssh-keys use the below command to update it to the existing cluster az aks … Continue reading

Posted in Azure, Cloud | Tagged , , | Leave a comment