Reputation: 1861
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.
Upvotes: 1
Views: 464
Reputation: 29492
Here is the official documentation:
VMSS supports both system-assigned
and user-assigned
managed identities.
Upvotes: 1
Reputation: 897
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
:)
Upvotes: 2
Reputation: 61
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
Upvotes: 2