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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: