79200160

Date: 2024-11-18 13:47:23
Score: 0.5
Natty:
Report link

Azure - assign Hibernate-Only role to a single user in Azure

For this you need to create a custom role for VM hibernate.

Please refer this Msdoc for better understanding about how to create a custom role in azure.

Follow the below steps to create the custom role in your subscription.

enter image description here

enter image description here

enter image description here

enter image description here

After creating the custom role, you can add this role to your specific resource.

Here I've added this role to a resource group.

enter image description here

enter image description here

click on select member and add the required user.

enter image description here

enter image description here

This is how you can limit the specific user's access to only starting, stopping, and hibernating the VM without giving them full administrative rights.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sirra Sneha