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 ?