Azure/azure-linux-extensions

Adding AAD extension to VMSS deployed for Azure K8s cluster

mani3887 opened this issue · 0 comments

I find that the AAD extension for Azure VMSS is not working as intended. We tried executing the below command and we observe that it gets created but gets removed from our cluster in few minutes. So we were wondering whether AAD extension is supported for the VMSS for the cluster. Ours is a IaaS and not the managed AKS cluster.

az vmss identity assign --name myVMSS --resource-group MyRG

az vmss extension set --publisher Microsoft.Azure.ActiveDirectory --name AADSSHLoginForLinux --resource-group MyRG --vmss-name MyVMSS --subscription MySubscription