Skip to content

Commit 8bb674b

Browse files
committed
Review, edit, Acrolynx, Learn Linter
1 parent b11f772 commit 8bb674b

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

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

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: Configure private endpoints for Azure Event Grid topics or domains
2+
title: Configure private endpoints for topics or domains
33
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/24/2023
5+
ms.date: 01/21/2025
66
ms.custom: devx-track-azurecli, devx-track-azurepowershell
7+
# Customer intent: I want to know how to enable private only access for my Azure Event Grid topics or domains.
78
---
89

910
# 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).
11+
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 virtual network address space for your custom topic or domain. For more conceptual information, see [Network security](network-security.md).
1112

1213
This article describes how to configure private endpoints for custom topics or domains.
1314

@@ -30,7 +31,19 @@ This section shows you how to enable private network access for an Event Grid to
3031
1. To allow access to the Event Grid topic via a private endpoint, select the **Private access** option.
3132

3233
:::image type="content" source="./media/configure-firewall/networking-page-private-access.png" alt-text="Image showing the selection of Private access option on the Networking page of the Create topic wizard. ":::
33-
1. See the next section for steps to add a private endpoint.
34+
1. In the **Private endpoint connections** section, select **+ Private endpoint** button.
35+
36+
:::image type="content" source="./media/configure-private-endpoints/create-topic-add-private-endpoint-button.png" alt-text="Screenshot showing the Private endpoint button on the Create topic page.":::
37+
1. On the **Create private endpoint** page, follow these steps:
38+
1. For **Name**, enter a name for the private endpoint.
39+
1. Select a **virtual network**. Only virtual networks in the currently selected subscription and location are listed in the drop-down list.
40+
1. Select a **subnet** in the virtual network you selected.
41+
1. Select whether you want the private endpoint to be integrated with a **private DNS zone**.
42+
1. Select **OK**.
43+
44+
:::image type="content" source="./media/configure-private-endpoints/create-topic-create-private-endpoint-page.png" alt-text="Screenshot showing Create private endpoint page.":::
45+
1. Now, on the **Create topic** page, select **Review + create** at the bottom of the page.
46+
1. On the **Review + create** page, select **Create**.
3447

3548
### For an existing topic
3649
1. Sign in to the [Azure portal](https://portal.azure.com) and navigate to your topic or domain.
@@ -440,6 +453,6 @@ Get-AzPrivateEndpointConnection -ResourceId $pseEndpoint.Id
440453

441454
You can approve the connection even after it's rejected via API. If you use Azure portal, you can't approve an endpoint that has been rejected.
442455

443-
## Next steps
456+
## Related content
444457
* To learn about how to configure IP firewall settings, see [Configure IP firewall for Azure Event Grid topics or domains](configure-firewall.md).
445458
* To troubleshoot network connectivity issues, see [Troubleshoot network connectivity issues](troubleshoot-network-connectivity.md)
5.09 KB
Loading
3.63 KB
Loading
47 KB
Loading
59.9 KB
Loading
1.26 KB
Loading

0 commit comments

Comments
 (0)