Skip to content

Commit 7b34a85

Browse files
committed
minor updates
1 parent 24fdf05 commit 7b34a85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ The IP firewall rules are applied at the Event Hubs namespace level. Therefore,
2727
This section shows you how to use the Azure portal to create IP firewall rules for an Event Hubs namespace.
2828

2929
1. Navigate to your **Event Hubs namespace** in the [Azure portal](https://portal.azure.com).
30-
2. On the left menu, select **Networking** option. By default, the **All networks** option is selected. Your event hub accepts connections from any IP address. This default setting is equivalent to a rule that accepts the 0.0.0.0/0 IP address range.
30+
2. On the left menu, select **Networking** option. If you select the **All networks** option, the event hub accepts connections from any IP address. This setting is equivalent to a rule that accepts the 0.0.0.0/0 IP address range.
3131

3232
![Firewall - All networks option selected](./media/event-hubs-firewall/firewall-all-networks-selected.png)
33-
1. Select the **Selected networks** option at the top of the page. In the **Firewall** section, follow these steps:
33+
1. To restrict access to specific networks and IP addresses, select the **Selected networks** option. In the **Firewall** section, follow these steps:
3434
1. Select **Add your client IP address** option to give your current client IP the access to the namespace.
3535
2. For **address range**, enter a specific IPv4 address or a range of IPv4 address in CIDR notation.
3636
3. Specify whether you want to **allow trusted Microsoft services to bypass this firewall**.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ The virtual network rule is an association of the Event Hubs namespace with a vi
4646
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.
4747

4848
1. Navigate to your **Event Hubs namespace** in the [Azure portal](https://portal.azure.com).
49-
2. On the left menu, select **Networking** option. By default, the **All networks** option is selected. Your event hub accepts connections from any IP address. This default setting is equivalent to a rule that accepts the 0.0.0.0/0 IP address range.
49+
2. On the left menu, select **Networking** option. If you select the **All networks** option, the event hub accepts connections from any IP address. This setting is equivalent to a rule that accepts the 0.0.0.0/0 IP address range.
5050

5151
![Firewall - All networks option selected](./media/event-hubs-firewall/firewall-all-networks-selected.png)
52-
1. Select the **Selected Networks** option at the top of the page.
53-
2. In the **Virtual Network** section of the page, select **+Add existing virtual network***.
52+
1. To restrct access to specific networks, select the **Selected Networks** option at the top of the page.
53+
2. 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 VNet.
5454

5555
![add existing virtual network](./media/event-hubs-tutorial-vnet-and-firewalls/add-vnet-menu.png)
5656
3. Select the virtual network from the list of virtual networks, and then pick the **subnet**. You have to enable the service endpoint before adding the virtual network to the list. If the service endpoint isn't enabled, the portal will prompt you to enable it.

0 commit comments

Comments
 (0)