Permission needed to redeploy a Azure VM

Sara 441 Reputation points
2020-08-18T05:19:24.82+00:00

Can someone let me know what will be the minimum permission\role required to redeploy a Azure VM?

Thanks,

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,991 questions
0 comments No comments
{count} votes

Accepted answer
  1. prmanhas-MSFT 17,906 Reputation points Microsoft Employee
    2020-08-18T11:12:10.437+00:00

    @Saravanaraj-6475 Thank you for your query.When it comes to Redeployment process you need to have atleast "Virtual Machine Contributor role" on the VM IAM Blade.The user who will be assigned this role will be having limited access to that VM. Virtual Machine Contributor role allows a user to create and manage virtual machines.

    This role lets you manage virtual machines, but not access to them, and not the virtual network or storage account they're connected to.You can read more about the role scope here.

    You have the option to create custom role as well.More information here.

    Below are the steps to give Virtual Machine Contributor role:

    1)Login to Azure Portal.

    2)Search for Virtual Machine on the Search Bar.

    3)Once you select the VM go to IAM Blade > Add Role Assignment(You need to have owner role in subscription to add role assignments)

    18344-image.png

    4)Select VM Contributor Role from the list and then add user or group who you want to give this permission to:

    18304-image.png

    Once saved user can now redeploy Virtual Machines.

    You can read more about it here .

    Hope it helps.

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Andreas Baumgarten 111.1K Reputation points MVP
    2020-08-18T10:45:40.057+00:00

    I think it's the built-in Virtual Machine Contributor role.

    If this is still too much permissions you could create a Custom Role in Azure.

    Regards

    Andreas Baumgarten

    (Please don't forget to Accept as answer if the reply is helpful)

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.