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
# 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).
11
11
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.
13
16
14
17
## Use Azure portal
15
18
This section shows you how to use the Azure portal to create a private endpoint for a topic or a domain.
16
19
17
20
> [!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**.
19
22
20
23
### When creating a new topic
21
24
@@ -41,7 +44,7 @@ This section shows you how to enable private network access for an Event Grid to
41
44
1. Select an **Azure subscription** in which you want to create the private endpoint.
42
45
2. Select an **Azure resource group** for the private endpoint.
43
46
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).
45
48
5. Then, select **Next: Resource >** button at the bottom of the page.
46
49
47
50
:::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