Skip to content

Commit e641e1f

Browse files
Merge pull request #220595 from spelluru/egridprivate1206
topic -> custom topic to be specific
2 parents 4ddd0a1 + fa76704 commit e641e1f

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
---
22
title: Configure private endpoints for Azure Event Grid topics or domains
3-
description: This article describes how to configure private endpoints for Azure Event Grid topics or domain.
3+
description: This article describes how to configure private endpoints for Azure Event Grid custom topics or domain.
44
ms.topic: how-to
5-
ms.date: 03/07/2022
5+
ms.date: 12/06/2022
66
ms.custom: devx-track-azurecli, devx-track-azurepowershell
77
---
88

9-
# Configure private endpoints for Azure Event Grid topics or domains
10-
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).
9+
# Configure private endpoints for Azure Event Grid custom topics or domains
10+
You can use [private endpoints](../private-link/private-endpoint-overview.md) to allow ingress of events directly from your virtual network to your custom 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 custom topic or domain. For more conceptual information, see [Network security](network-security.md).
1111

12-
This article describes how to configure private endpoints for topics or domains.
12+
This article describes how to configure private endpoints for custom topics or domains.
13+
14+
> [!NOTE]
15+
> Currently, private endpoints aren't supported for system topics.
1316
1417
## Use Azure portal
1518
This section shows you how to use the Azure portal to create a private endpoint for a topic or a domain.
1619

1720
> [!NOTE]
18-
> The steps shown in this section are mostly for topics. You can use similar steps to create private endpoints for **domains**.
21+
> The steps shown in this section are mostly for custom topics. You can use similar steps to create private endpoints for **domains**.
1922
2023
### When creating a new topic
2124

@@ -41,7 +44,7 @@ This section shows you how to enable private network access for an Event Grid to
4144
1. Select an **Azure subscription** in which you want to create the private endpoint.
4245
2. Select an **Azure resource group** for the private endpoint.
4346
3. Enter a **name** for the endpoint.
44-
4. Select the **region** for the endpoint. Your private endpoint must be in the same region as your virtual network, but can in a different region from the private link resource (in this example, an event grid topic).
47+
4. Select the **region** for the endpoint. Your private endpoint must be in the same region as your virtual network, but can in a different region from the private link resource (in this example, an Event Grid topic).
4548
5. Then, select **Next: Resource >** button at the bottom of the page.
4649

4750
:::image type="content" source="./media/configure-private-endpoints/basics-page.png" alt-text="Screenshot showing the Basics page of the Create a private endpoint wizard.":::

0 commit comments

Comments
 (0)