Skip to content

Commit fccf692

Browse files
committed
Preview -> GA
1 parent ff552dc commit fccf692

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/event-grid/configure-firewall.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 topics or domains (Preview)
2+
title: Configure IP firewall for Azure Event Grid topics or domains
33
description: This article describes how to configure firewall settings for Event Grid topics or domains.
44
services: event-grid
55
author: spelluru
@@ -10,7 +10,7 @@ ms.date: 04/22/2020
1010
ms.author: spelluru
1111
---
1212

13-
# Configure IP firewall for Azure Event Grid topics or domains (Preview)
13+
# Configure IP firewall for Azure Event Grid topics or domains
1414
By default, topic and domain are accessible from internet as long as the request comes with valid authentication 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. Publishers originating from any other IP address will be rejected and will 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).
1515

1616
This article describes how to configure IP firewall settings for Azure Event Grid topics or domains.

articles/event-grid/configure-private-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 04/22/2020
1010
ms.author: spelluru
1111
---
1212

13-
# Configure private endpoints for Azure Event Grid topics or domains (Preview)
13+
# Configure private endpoints for Azure Event Grid topics or domains
1414
You can use [private endpoints](../private-link/private-endpoint-overview.md) to allow ingress of events directly from your virtual network to your topics and domains securely over a [private link](../private-link/private-link-overview.md) without going through the public internet. The private endpoint uses an IP address from the VNet address space for your topic or domain. For more conceptual information, see [Network security](network-security.md).
1515

1616
This article describes how to configure private endpoints for topics or domains.

articles/event-grid/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@
193193
href: ../azure-resource-manager/management/async-operations.md?toc=%2fazure%2fevent-grid%2ftoc.json
194194
- name: Secure
195195
items:
196-
- name: Configure private endpoints (preview)
196+
- name: Configure private endpoints
197197
href: configure-private-endpoints.md
198-
- name: Configure IP firewall (preview)
198+
- name: Configure IP firewall
199199
href: configure-firewall.md
200200
- name: Secure WebHook with AAD
201201
href: secure-webhook-delivery.md

0 commit comments

Comments
 (0)