Tag Archives: Azure AD

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

Issue connecting Azure VM using Azure AD from our laptop 

Azure AD has been configured and we are able to login to the Azure VM from another Azure VM using the AD credentials but it is getting failed when we try to connect using our local laptop. One of the … Continue reading

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