Skip to content

Commit b70d74a

Browse files
Merge pull request #280055 from jaganth/patch-28
Update explorer.md
2 parents 34104b8 + cb76e96 commit b70d74a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/service-bus-messaging/explorer.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,17 @@ After peeking or receiving a message, we can resend it, which will send a copy o
217217

218218
:::image type="content" source="./media/service-bus-explorer/queue-resend-selected-messages.png" alt-text="Screenshot showing the resend messages experience." lightbox="./media/service-bus-explorer/queue-resend-selected-messages.png":::
219219

220-
> [!NOTE]
220+
> [!NOTE]
221221
> - The resend operation sends a copy of the original message. It doesn't remove the original message that you resubmit.
222222
> - If you resend a message in a dead-letter queue of a subscription, a copy of the message is sent to the topic. Therefore, all subscriptions will receive a copy of the message.
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+
226231
When working with Service Bus Explorer, it's possible to use either **Access Key** or **Microsoft Entra ID** authentication.
227232

228233
1. Select the **Settings** button.

0 commit comments

Comments
 (0)