Skip to content

Commit 784cef2

Browse files
committed
Updated screenshots
1 parent 11b5a98 commit 784cef2

File tree

8 files changed

+4
-2
lines changed

8 files changed

+4
-2
lines changed
-777 Bytes
Loading
-1.03 KB
Loading
1.18 KB
Loading
5.05 KB
Loading
4.94 KB
Loading
2.07 KB
Loading
3.3 KB
Loading

articles/service-bus-messaging/service-bus-service-endpoints.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure virtual network service endpoints for Azure Service Bus
33
description: This article provides information on how to add a Microsoft.ServiceBus service endpoint to a virtual network.
44
ms.topic: article
5-
ms.date: 07/24/2024
5+
ms.date: 07/31/2024
66
ms.custom: fasttrack-edit, devx-track-azurecli, devx-track-azurepowershell
77
---
88

@@ -61,6 +61,9 @@ This section shows you how to use Azure portal to add a virtual network service
6161
> [!NOTE]
6262
> You see the **Networking** tab only for **premium** namespaces.
6363
1. On the **Networking** page, for **Public network access**, you can set one of the three following options. Choose **Selected networks** option to allow access from only specified IP addresses.
64+
- **All networks** (default). This option enables public access from all networks using an access key. If you select the **All networks** option, Service Bus accepts connections from any IP address (using the access key). This setting is equivalent to a rule that accepts the 0.0.0.0/0 IP address range.
65+
66+
:::image type="content" source="./media/service-bus-ip-filtering/firewall-all-networks-selected.png" alt-text="Screenshot of the Networking tab of a Service Bus namespace with the default option All networks selected.":::
6467
- **Disabled**. This option disables any public access to the namespace. The namespace is accessible only through [private endpoints](private-link-service.md).
6568

6669
:::image type="content" source="./media/service-bus-ip-filtering/public-access-disabled-page.png" alt-text="Screenshot that shows the Networking page of a namespace with public access disabled.":::
@@ -70,7 +73,6 @@ This section shows you how to use Azure portal to add a virtual network service
7073

7174
> [!IMPORTANT]
7275
> If you choose **Selected networks**, add at least one IP firewall rule or a virtual network that will have access to the namespace. Choose **Disabled** if you want to restrict all traffic to this namespace over [private endpoints](private-link-service.md) only.
73-
- **All networks** (default). This option enables public access from all networks using an access key. If you select the **All networks** option, Service Bus accepts connections from any IP address (using the access key). This setting is equivalent to a rule that accepts the 0.0.0.0/0 IP address range.
7476
2. To restrict access to specific virtual networks, select the **Selected networks** option if it isn't already selected.
7577
1. In the **Virtual Network** section of the page, select **+Add existing virtual network**. Select **+ Create new virtual network** if you want to create a new virtual network.
7678

0 commit comments

Comments
 (0)