You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Customer intent: I want to know how to enable private only access for my Azure Event Grid topics or domains.
7
8
---
8
9
9
10
# 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).
11
12
12
13
This article describes how to configure private endpoints for custom topics or domains.
13
14
@@ -30,7 +31,19 @@ This section shows you how to enable private network access for an Event Grid to
30
31
1. To allow access to the Event Grid topic via a private endpoint, select the **Private access** option.
31
32
32
33
:::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**.
0 commit comments