Does Azure MSI support VM Scale Sets?

446 views Asked by At

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.

3

There are 3 answers

0
Neil Sant Gat On

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

:)

0
rashid 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

0
Thomas On

Here is the official documentation:

VMSS supports both system-assigned and user-assigned managed identities.