Skip to content

Commit aab0faf

Browse files
Merge pull request #293722 from mattchenderson/kudurbac
Updating RBAC instructions
2 parents de93509 + 408a226 commit aab0faf

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/app-service/resources-kudu.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,16 @@ It also provides features like these:
4343

4444
## RBAC permissions required to access Kudu
4545

46-
To access Kudu in the browser by using Microsoft Entra authentication, you need to be a member of a built-in or custom role.
46+
To access Kudu in the browser by using Microsoft Entra authentication, you need to be assigned an appropriate built-in or custom role over the scope of the application. The assigned role must include permission for the `Microsoft.Web/sites/publish/Action` resource provider operation. The following table shows example built-in roles that include this permission.
4747

48-
If you're using a built-in role, you must be a member of Website Contributor, Contributor, or Owner. If you're using a custom role, you need the resource provider operation: `Microsoft.Web/sites/publish/Action`.
48+
| Role type | Example built-in roles |
49+
|-|-|
50+
| Job function roles | [Website Contributor](../role-based-access-control//built-in-roles/web-and-mobile.md#website-contributor)<br/>[Logic Apps Standard Developer (Preview)](../role-based-access-control//built-in-roles/integration.md#logic-apps-standard-developer-preview) |
51+
| Privileged administrator roles<sup>1</sup> | [Owner](../role-based-access-control//built-in-roles/privileged.md#owner)<br/>[Contributor](../role-based-access-control//built-in-roles/privileged.md#contributor) |
52+
53+
<sup>1</sup> Privileged administrator roles grant much more permission than is needed to access Kudu. If need to create a new role assignment, consider if a job function role with less access can be used instead.
54+
55+
See the [role-based access control overview](../role-based-access-control/overview.md) to learn more about creating role assignments.
4956

5057
## More resources
5158

0 commit comments

Comments
 (0)