Skip to content

Commit 1a3ed5f

Browse files
committed
Event Hubs - updates too
1 parent ea2ff78 commit 1a3ed5f

File tree

7 files changed

+31
-2
lines changed

7 files changed

+31
-2
lines changed

articles/event-hubs/event-hubs-ip-filtering.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ You specify IP firewall rules at the Event Hubs namespace level. So, the rules a
2121

2222

2323
## Use Azure portal
24+
25+
When creating a namespace, you can either allow public only (from all networks) or private only (only via private endpoints) access to the namespace. Once the namespace is created, you can allow access from specific IP addresses or from specific virtual networks (using network service endpoints).
26+
27+
### Configure public access when creating a namespace
28+
To enable public access, select **Public access** on the **Networking** page of the namespace creation wizard.
29+
30+
:::image type="content" source="./media/event-hubs-firewall/create-namespace-public-access.png" alt-text="Screenshot showing the Networking page of the Create namespace wizard with Public access option selected.":::
31+
32+
After you create the namespace, select **Networking** on the left menu of the **Event Hubs Namespace** page. You see that **All Networks** option is selected. You can select **Selected Networks** option and allow access from specific IP addresses or specific virtual networks. The next section provides you details on configuring IP firewall to specify the IP addresses from which the access is allowed.
33+
34+
### Configure IP firewall for an existing namespace
2435
This section shows you how to use the Azure portal to create IP firewall rules for an Event Hubs namespace.
2536

2637
1. Navigate to your **Event Hubs namespace** in the [Azure portal](https://portal.azure.com).

articles/event-hubs/event-hubs-service-endpoints.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ Binding an Event Hubs namespace to a virtual network is a two-step process. You
3535
The virtual network rule is an association of the Event Hubs namespace with a virtual network subnet. While the rule exists, all workloads bound to the subnet are granted access to the Event Hubs namespace. Event Hubs itself never establishes outbound connections, doesn't need to gain access, and is therefore never granted access to your subnet by enabling this rule.
3636

3737
## Use Azure portal
38+
When creating a namespace, you can either allow public only (from all networks) or private only (only via private endpoints) access to the namespace. Once the namespace is created, you can allow access from specific IP addresses or from specific virtual networks (using network service endpoints).
39+
40+
### Configure public access when creating a namespace
41+
To enable public access, select **Public access** on the **Networking** page of the namespace creation wizard.
42+
43+
:::image type="content" source="./media/event-hubs-firewall/create-namespace-public-access.png" alt-text="Screenshot showing the Networking page of the Create namespace wizard with Public access option selected.":::
44+
45+
After you create the namespace, select **Networking** on the left menu of the **Service Bus Namespace** page. You see that **All Networks** option is selected. You can select **Selected Networks** option and allow access from specific IP addresses or specific virtual networks. The next section provides you details on specifying the networks from which the access is allowed.
46+
47+
### Configure selected networks for an existing namespace
3848
This section shows you how to use Azure portal to add a virtual network service endpoint. To limit access, you need to integrate the virtual network service endpoint for this Event Hubs namespace.
3949

4050
1. Navigate to your **Event Hubs namespace** in the [Azure portal](https://portal.azure.com).
24.8 KB
Loading
44 KB
Loading

articles/event-hubs/private-link-service.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,15 @@ Your private endpoint and virtual network must be in the same region. When you s
3333

3434
Your private endpoint uses a private IP address in your virtual network.
3535

36-
### Steps
36+
### Configure private access when creating a namespace
37+
When creating a namespace, you can either allow public only (from all networks) or private only (only via private endpoints) access to the namespace.
38+
39+
If you select the **Private access** option on the **Networking** page of the namespace creation wizard, you can add a private endpoint on the page by selecting **+ Private endpoint** button. See the next section for the detailed steps for adding a private endpoint.
40+
41+
:::image type="content" source="./media/private-link-service/create-namespace-private-access.png" alt-text="Screenshot showing the Networking page of the Create namespace wizard with Private access option selected.":::
42+
43+
44+
### Configure private access for an existing namespace
3745
If you already have an Event Hubs namespace, you can create a private link connection by following these steps:
3846

3947
1. Sign in to the [Azure portal](https://portal.azure.com).

articles/service-bus-messaging/private-link-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ When creating a namespace, you can either allow public only (from all networks)
4343

4444
If you select the **Private access** option on the **Networking** page of the namespace creation wizard, you can add a private endpoint on the page by selecting **+ Private endpoint** button. See the next section for the detailed steps for adding a private endpoint.
4545

46-
:::image type="content" source="./media/service-bus-ip-filtering/create-namespace-private-access.png" alt-text="Screenshot showing the Networking page of the Create namespace wizard with Private access option selected.":::
46+
:::image type="content" source="./media/private-link-service/create-namespace-private-access.png" alt-text="Screenshot showing the Networking page of the Create namespace wizard with Private access option selected.":::
4747

4848

4949
### Configure private access for an existing namespace

0 commit comments

Comments
 (0)