Forum Discussion
SR623
Jun 06, 2023Copper Contributor
RBAC Automation Job Operator, but for specific runbooks
I was wondering if there is a way to restrict an RBAC role for a user to a specific runbook within an automation account. I don't see an option to do so on the runbook level.
- oscarmhCopper ContributorHi there, there is no built-in way to restrict an RBAC role for a user to a specific runbook within an automation account. However, you can create a custom role with the necessary permissions to restrict the user's access to a specific runbook within an automation account. You can use Azure PowerShell to create a custom role and assign it to the user https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/automation/automation-role-based-access-control.md https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/role-based-access-control/built-in-roles.md KR, Oscar
Yes, but need to custom role base on the requirement