The question says it all. Does Azure MSI support VM Scale Sets? My team has a large number of Service Fabric clusters that run on VMSS and we'd like to take advantage of MSI there.
Does Azure MSI support VM Scale Sets?
458 views Asked by aoetalks At
3
There are 3 answers
0
On
MSI currently support VMSS. The UX flow is not released yet. However, you could use templates to deploy the VMSS using MSI: https://github.com/simongdavies/azuremsi
There are also MSI templates for scale sets in the Azure Quickstart Templates (based on the ones mentioned above): https://github.com/Azure/azure-quickstart-templates/tree/master/201-vmss-msi-linux https://github.com/Azure/azure-quickstart-templates/tree/master/201-vmss-msi-windows
:)