Skip to content

Commit 515aae3

Browse files
authored
Added required RBAC permissions for Kudo
I've filled in the permissions required for the Kudo service as it was missing from the documentation and is important to customers creating least-privilege permissions.
1 parent 3b64739 commit 515aae3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/app-service/resources-kudu.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Anytime you create an app, App Service creates a companion app for it that's sec
1717

1818
For more information, see [Accessing the kudu service](https://github.com/projectkudu/kudu/wiki/Accessing-the-kudu-service).
1919

20+
## RBAC permissions required to access Kudo
21+
In order to access the Kudo service through your browser with AAD authentication you need to be a member of a built-in or custom role.
22+
- If using a built-in role you must be a member of one of the following: `Website Contributor` or `Contributor` or `Owner`
23+
- If using a custom role you need the resource provider operation: `Microsoft.Web/sites/publish/Action`
24+
2025
## Kudu features
2126

2227
Kudu gives you helpful information about your App Service app, such as:

0 commit comments

Comments
 (0)