0

As mentioned in the document. https://learn.microsoft.com/en-us/azure/active-directory/managed-service-identity/qs-configure-template-windows-vm

MSI is not activated by just using

"identity": { 
    "type": "systemAssigned"
},

We had to use vm extensions as well in Step (4) but its marked as optional in the document. Could someone help validate this ?

1 Answers1

0

The VM extension is now an optional step, as we support retrieving tokens via the Azure Instance Metadata endpoint.

Simply setting identity type to "SystemAssigned" is sufficient. :)