Skip to content

Commit 1fa4652

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into dns-endpoint-integration
2 parents 778167a + 2c6a99a commit 1fa4652

File tree

6 files changed

+39
-6
lines changed

6 files changed

+39
-6
lines changed

articles/event-grid/configure-firewall-mqtt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure IP firewall for Azure Event Grid namespaces
2+
title: Configure IP firewall for Azure Event Grid namespaces (MQTT)
33
description: This article describes how to configure firewall settings for Azure Event Grid namespaces that have MQTT enabled.
44
ms.topic: how-to
55
ms.custom:
@@ -9,7 +9,7 @@ author: veyaddan
99
ms.author: veyaddan
1010
---
1111

12-
# Configure IP firewall for Azure Event Grid namespaces
12+
# Configure IP firewall for Azure Event Grid namespaces (MQTT)
1313
By default, Event Grid namespaces and entities in them such as Message Queuing Telemetry Transport (MQTT) topic spaces are accessible from internet as long as the request comes with valid authentication (access key) and authorization. With IP firewall, you can restrict it further to only a set of IPv4 addresses or IPv4 address ranges in [CIDR (Classless Inter-Domain Routing)](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation. Only the MQTT clients that fall into the allowed IP range can connect to publish and subscribe. Clients originating from any other IP address are rejected and receive a 403 (Forbidden) response. For more information about network security features supported by Event Grid, see [Network security for Event Grid](network-security.md).
1414

1515
This article describes how to configure IP firewall settings for an Event Grid namespace. For complete steps for creating a namespace, see [Create and manage namespaces](create-view-manage-namespaces.md).
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Configure IP firewall for Azure Event Grid namespaces
3+
description: This article describes how to configure firewall settings for Azure Event Grid namespaces.
4+
ms.topic: how-to
5+
ms.date: 11/29/2023
6+
author: jfggdl
7+
ms.author: jafernan
8+
---
9+
10+
# Configure IP firewall for Azure Event Grid namespaces
11+
By default, Event Grid namespaces and entities are accessible from internet as long as the request comes with valid authentication (access key) and authorization. With IP firewall, you can restrict it further to only a set of IPv4 addresses or IPv4 address ranges in [CIDR (Classless Inter-Domain Routing)](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation. Only the clients that fall into the allowed IP range can connect to publish and subscribe (pull-based clients only). Clients originating from any other IP address are rejected and receive a 403 (Forbidden) response. For more information about network security features supported by Event Grid, see [Network security for Event Grid](network-security.md).
12+
13+
This article describes how to configure IP firewall settings for an Event Grid namespace. For complete steps for creating a namespace, see [Create and manage namespaces](create-view-manage-namespaces.md).
14+
15+
## Create a namespace with IP firewall settings
16+
17+
1. On the **Networking** page, if you want to allow clients to connect to the namespace endpoint via a public IP address, select **Public access** for **Connectivity method** if it's not already selected.
18+
2. You can restrict access to the topic from specific IP addresses by specifying values for the **Address range** field. Specify a single IPv4 address or a range of IP addresses in Classless inter-domain routing (CIDR) notation.
19+
20+
:::image type="content" source="./media/configure-firewall-namespace-topics/ip-firewall-settings.png" alt-text="Screenshot that shows IP firewall settings on the Networking page of the Create namespace wizard.":::
21+
22+
## Update a namespace with IP firewall settings
23+
24+
1. Sign-in to the [Azure portal](https://portal.azure.com).
25+
1. In the **search box**, enter **Event Grid Namespaces** and select **Event Grid Namespaces** from the results.
26+
27+
:::image type="content" source="./media/create-view-manage-namespaces/portal-search-box-namespaces.png" alt-text="Screenshot showing Event Grid Namespaces in the search results.":::
28+
1. Select your Event Grid namespace in the list to open the **Event Grid Namespace** page for your namespace.
29+
1. On the **Event Grid Namespace** page, select **Networking** on the left menu.
30+
1. Specify values for the **Address range** field. Specify a single IPv4 address or a range of IP addresses in Classless inter-domain routing (CIDR) notation.
31+
32+
:::image type="content" source="./media/configure-firewall-namespace-topics/namespace-ip-firewall-settings.png" alt-text="Screenshot that shows IP firewall settings on the Networking page of an existing namespace.":::
33+
34+
## Next steps
35+
See [Allow access via private endpoints](configure-private-endpoints-pull.md).
37.5 KB
Loading
49 KB
Loading

articles/event-grid/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ items:
177177
- name: Secure
178178
items:
179179
- name: Allow access from specific IP addresses
180-
href: configure-firewall-mqtt.md
180+
href: configure-firewall-namespace-topics.md
181181
- name: Allow access via private endpoints
182182
href: configure-private-endpoints-pull.md
183183
- name: Event Grid basic

articles/sentinel/TOC.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@
175175
- name: SAP audit log workbook
176176
href: sap/sap-audit-log-workbook.md
177177
- name: SAP audit controls workbook
178-
href: sap/sap-audit-controls-workbook.md
179-
- name: SAP audit log workbook
180-
href: sap/sap-audit-log-workbook.md
178+
href: sap/sap-audit-controls-workbook.md
181179
- name: Kickstart script reference
182180
href: sap/reference-kickstart.md
183181
- name: Container update script reference

0 commit comments

Comments
 (0)