You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/automation-role-based-access-control.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Manage role permissions and security in Azure Automation
3
3
description: This article describes how to use Azure role-based access control (Azure RBAC), which enables access management and role permissions for Azure resources.
#Customer intent: As an administrator, I want to understand permissions so that I use the least necessary set of permissions.
@@ -322,6 +322,9 @@ Update Management can be used to assess and schedule update deployments to machi
322
322
|Create update schedule ([Software Update Configurations](/rest/api/automation/softwareupdateconfigurations)) |Microsoft.Compute/virtualMachines/write |For static VM list and resource groups |
323
323
|Create update schedule ([Software Update Configurations](/rest/api/automation/softwareupdateconfigurations)) |Microsoft.OperationalInsights/workspaces/analytics/query/action |For workspace resource ID when using non-Azure dynamic list.|
324
324
325
+
>[!NOTE]
326
+
>When you use Update management, ensure that the execution policy for scripts is *RemoteSigned*.
327
+
325
328
## Configure Azure RBAC for your Automation account
326
329
327
330
The following section shows you how to configure Azure RBAC on your Automation account through the [Azure portal](#configure-azure-rbac-using-the-azure-portal) and [PowerShell](#configure-azure-rbac-using-powershell).
0 commit comments