Skip to content

Commit 99b1d86

Browse files
Merge pull request #285240 from EldertGrootenboer/patch-4
Update SB Explorer docs with new permissions
2 parents b5dd600 + b24215c commit 99b1d86

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

articles/service-bus-messaging/explorer.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ To use the Service Bus Explorer tool, you need to do the following tasks:
3434
- [Quickstart - Create topics](service-bus-quickstart-topics-subscriptions-portal.md)
3535

3636
> [!NOTE]
37-
> If it's not the namespace you created, ensure that you're a member of one of these roles on the namespace:
38-
> - [Service Bus Data Owner](../role-based-access-control/built-in-roles.md#azure-service-bus-data-owner)
39-
> - [Contributor](../role-based-access-control/built-in-roles.md#contributor)
40-
> - [Owner](../role-based-access-control/built-in-roles.md#owner)
37+
> Ensure that you're a member of one of these roles on the namespace or the entities you want to execute send or receive (including peek and purge) operations on:
38+
> - [Service Bus Data Owner](../role-based-access-control/built-in-roles.md#azure-service-bus-data-owner); Allows both send and receive operations.
39+
> - [Service Bus Data Sender](../role-based-access-control/built-in-roles.md#azure-service-bus-data-sender); Allows send operations.
40+
> - [Service Bus Data Receiver](../role-based-access-control/built-in-roles.md#azure-service-bus-data-receiver); Allows receive operations.
4141
4242
## Use the Service Bus Explorer
4343

@@ -223,11 +223,6 @@ After peeking or receiving a message, we can resend it, which will send a copy o
223223
224224
## Switch authentication type
225225

226-
> [!NOTE]
227-
> To use Microsoft Entra ID (Azure Active Directory) authentication the following are required:
228-
> - The user/service principal is assigned the 'Azure Service Bus Data Owner' role. No other built in or customer roles are supported.
229-
> - The 'Azure Service Bus Data Owner' role has to be assigned at the namespace scope. Assignment at queue or topic scope is not supported.
230-
231226
When working with Service Bus Explorer, it's possible to use either **Access Key** or **Microsoft Entra ID** authentication.
232227

233228
1. Select the **Settings** button.

0 commit comments

Comments
 (0)