Skip to content

Commit 1420c3b

Browse files
committed
https://github.com/MicrosoftDocs/azure-docs/pull/90429
1 parent 515aae3 commit 1420c3b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/app-service/resources-kudu.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ 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-
2520
## Kudu features
2621

2722
Kudu gives you helpful information about your App Service app, such as:
@@ -42,6 +37,12 @@ It also provides other features, such as:
4237
- Generates [custom deployment scripts](https://github.com/projectkudu/kudu/wiki/Custom-Deployment-Script).
4338
- Allows access with [REST API](https://github.com/projectkudu/kudu/wiki/REST-API).
4439

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+
4546
## More Resources
4647

4748
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)