Skip to content

Commit bd2ee21

Browse files
(AzureCXP) update role required for least privilege
1 parent 938c6e2 commit bd2ee21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-management-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To get started using the Service Bus management libraries, you must authenticate
3737
* [Use Azure PowerShell to create a service principal to access resources](/azure/azure-resource-manager/resource-group-authenticate-service-principal)
3838
* [Use Azure CLI to create a service principal to access resources](/azure/azure-resource-manager/resource-group-authenticate-service-principal-cli)
3939

40-
These tutorials provide you with an `AppId` (Client ID), `TenantId`, and `ClientSecret` (authentication key), all of which are used for authentication by the management libraries. You must have **Owner** permissions for the resource group on which you wish to run.
40+
These tutorials provide you with an `AppId` (Client ID), `TenantId`, and `ClientSecret` (authentication key), all of which are used for authentication by the management libraries. You must have at-least [**Azure Service Bus Data Owner**](/azure/role-based-access-control/built-in-roles#azure-service-bus-data-owner) or [**Contributor**](/azure/role-based-access-control/built-in-roles#contributor) permissions for the resource group on which you wish to run.
4141

4242
## Programming pattern
4343

0 commit comments

Comments
 (0)