Skip to content

Commit 4c5c59b

Browse files
authored
Merge pull request #194954 from cephalin/#90429
#90429
2 parents a958be9 + 1420c3b commit 4c5c59b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/app-service/resources-kudu.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ It also provides other features, such as:
3737
- Generates [custom deployment scripts](https://github.com/projectkudu/kudu/wiki/Custom-Deployment-Script).
3838
- Allows access with [REST API](https://github.com/projectkudu/kudu/wiki/REST-API).
3939

40+
## RBAC permissions required to access Kudo
41+
To access Kudu in the browser with Azure Active Directory authentication, you need to be a member of a built-in or custom role.
42+
43+
- If using a built-in role, you must be a member of Website Contributor, Contributor, or Owner.
44+
- If using a custom role, you need the resource provider operation: `Microsoft.Web/sites/publish/Action`.
45+
4046
## More Resources
4147

4248
Kudu is an [open source project](https://github.com/projectkudu/kudu), and has its documentation at [Kudu Wiki](https://github.com/projectkudu/kudu/wiki).

0 commit comments

Comments
 (0)