Reputation: 4041
I want to develop and test MSI on my development Windows VM which I created with DevTest Labs.
Going into the VM directly on Identity (Preview) I can change the setting but the Save
keeps being disabled.
Upvotes: 1
Views: 204
Reputation: 4041
I managed to achieve this with Azure CLI:
az vm list
az vm identity assign --name {vm-name} -g {vms resource groupname}
checking in the portal, VM / Identity tab, the Identity has Status=On
Upvotes: 1