An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
Hi,
What roles did you assign to the person's user account and at what scope? For example, did you assign the user Contributor role to the resource group that contains the VM?
You can do this by navigating to the resource group in the portal, on left click Access control (IAM), Add -- Add role assignment, click Privileged administrator roles tab, select Contributor, click Next, click Select members, search for and select the user's account, Next, Review + assign.
After assigning role please have the user sign out of the portal and back in and then test.
Thanks.
-TP