You are the administrator of the ACME banking group. You are responsible for managing identities and their roles within the organization. You have been tasked to supply a specific guest account the minimal rights to the firewall VM in the IT resource group. The guest account should only be able to view and reboot the firewall VM. Which custom Role-Based Access Control (RBAC) permission should the new role have?
Microsoft.Compute/virtualMachines/restart/action * is correct as this provides the restart ability. Microsoft.Compute/virtualMachines/start/action will not suffice as this will only allow starting the VM. Microsoft.ClassicCompute/virtualMachines/*Reader role will not suffice as this will only allow viewing the VM. Microsoft.Compute/virtualMachines/deallocate/action will not suffice as this will only allow the stop functionality and release the compute resources.