Role to schedule updates

pluc7 1 Reputation point
2022-03-01T08:57:18.853+00:00

Hi guys!
My client has created an automation account and I should manage automatic updates through scheduling.
He assigned me the role of Automation Operator but I can't see the Schedule update deployement entry in the Update management tab .
I tried with the role of Automation Job Operator but nothing.
What role is needed to be able to create a schedule for updates? Do I have to have a role for subscription?

Thanks!

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,124 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,147 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Alan Kinane 16,786 Reputation points MVP
    2022-03-01T09:56:59.05+00:00

    It looks like the following permissions are needed as far as I can see.

    178844-image.png

    https://learn.microsoft.com/en-us/azure/automation/automation-role-based-access-control#update-management-permissions

    You may want to use a custom RBAC role in this case for the exact permissions required.
    https://learn.microsoft.com/en-us/azure/role-based-access-control/custom-roles

    1 person found this answer helpful.

  2. SwathiDhanwada-MSFT 17,636 Reputation points
    2022-03-24T07:57:58.533+00:00

    @pluc7 In order to create schedules within update management, you need access to the update management as well as the resources for which schedule is being created. As suggested by AlanKinane, the permissions required for it has been documented here.

    ![186364-image.png

    In the above table, the Scope column mentions the location where permissions are required and Role column provides the information of what type of role is needed.

    0 comments No comments