1

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.

aoetalks
  • 1,741
  • 1
  • 13
  • 26

3 Answers3

2

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

rashid
  • 61
  • 1
2

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

:)

Neil Sant Gat
  • 857
  • 6
  • 10
1

Here is the official documentation:

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

Thomas
  • 24,234
  • 6
  • 81
  • 125