Skip to content

Commit c774b02

Browse files
authored
Add a note about VNET access over private endpoint
1 parent 4f5aa1e commit c774b02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/service-bus-messaging/explorer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ To use the Service Bus Explorer, navigate to the Service Bus namespace on which
5757
> When peeking or receiving from a subscription, first select the specific **Subscription** from the dropdown selector.
5858
> :::image type="content" source="./media/service-bus-explorer/subscription-selected.png" alt-text="Screenshot of dropdown for topic subscriptions." lightbox="./media/service-bus-explorer/subscription-selected.png":::
5959
60+
> [!NOTE]
61+
> When you navigate to Service Bus explorer for an entity in a namespace that has the public access disabled, you see the following message eventhough you access it from a virtual machine that's in the same virtual network as the private endpoint. You can ignore it.
62+
>
63+
> "The namespace has public network access disabled. Data operations such as Peek, Send, or Receive against this Service Bus entity won't work until you switch to all networks or allowlist your client IP in selected networks."
64+
6065
## Peek a message
6166

6267
With the peek functionality, you can use the Service Bus Explorer to view the top 100 messages in a queue, subscription, or dead-letter queue.

0 commit comments

Comments
 (0)