|
2 | 2 | title: Configure private endpoints for Azure Event Grid topics or domains
|
3 | 3 | description: This article describes how to configure private endpoints for Azure Event Grid custom topics or domain.
|
4 | 4 | ms.topic: how-to
|
5 |
| -ms.date: 12/06/2022 |
| 5 | +ms.date: 03/24/2023 |
6 | 6 | ms.custom: devx-track-azurecli, devx-track-azurepowershell
|
7 | 7 | ---
|
8 | 8 |
|
@@ -43,35 +43,28 @@ This section shows you how to enable private network access for an Event Grid to
|
43 | 43 | 2. On the **Basics** page, follow these steps:
|
44 | 44 | 1. Select an **Azure subscription** in which you want to create the private endpoint.
|
45 | 45 | 2. Select an **Azure resource group** for the private endpoint.
|
46 |
| - 3. Enter a **name** for the endpoint. |
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). |
48 |
| - 5. Then, select **Next: Resource >** button at the bottom of the page. |
| 46 | + 3. Enter a **name** for the **endpoint**. |
| 47 | + 1. Update the **name** for the **network interface** if needed. |
| 48 | + 1. 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). |
| 49 | + 1. Then, select **Next: Resource >** button at the bottom of the page. |
49 | 50 |
|
50 | 51 | :::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.":::
|
51 |
| -3. On the **Resource** page, follow these steps: |
52 |
| - 1. For connection method, if you select **Connect to an Azure resource in my directory**, follow these steps. This example shows how to connect to an Azure resource in your directory. |
53 |
| - 1. Select the **Azure subscription** in which your **topic/domain** exists. |
54 |
| - 1. For **Resource type**, Select **Microsoft.EventGrid/topics** or **Microsoft.EventGrid/domains** for the **Resource type**. |
55 |
| - 2. For **Resource**, select an topic/domain from the drop-down list. |
56 |
| - 3. Confirm that the **Target subresource** is set to **topic** or **domain** (based on the resource type you selected). |
57 |
| - 4. Select **Next: Virtual Network >** button at the bottom of the page. |
58 |
| - |
59 |
| - :::image type="content" source="./media/configure-private-endpoints/resource-page.png" alt-text="Screenshot showing the Resource page of the Create a private endpoint wizard."::: |
60 |
| - 2. If you select **Connect to a resource using a resource ID or an alias**, follow these steps: |
61 |
| - 1. Enter the ID of the resource. For example: `/subscriptions/<AZURE SUBSCRIPTION ID>/resourceGroups/<RESOURCE GROUP NAME>/providers/Microsoft.EventGrid/topics/<EVENT GRID TOPIC NAME>`. |
62 |
| - 2. For **Resource**, enter **topic** or **domain**. |
63 |
| - 3. (optional) Add a request message. |
64 |
| - 4. Select **Next: Virtual Network >** button at the bottom of the page. |
65 |
| - |
66 |
| - :::image type="content" source="./media/configure-private-endpoints/connect-azure-resource-id.png" alt-text="Screenshot showing the Resource page with resource ID specified."::: |
| 52 | +3. On the **Resource** page, follow these steps, confirm that **topic** is selected for **Target sub-resource**, and then select **Next: Virtual Network >** button at the bottom of the page. |
| 53 | + |
| 54 | + :::image type="content" source="./media/configure-private-endpoints/resource-page.png" alt-text="Screenshot showing the Resource page of the Create a private endpoint wizard."::: |
67 | 55 | 4. On the **Virtual Network** page, you select the subnet in a virtual network to where you want to deploy the private endpoint.
|
68 | 56 | 1. Select a **virtual network**. Only virtual networks in the currently selected subscription and location are listed in the drop-down list.
|
69 | 57 | 2. Select a **subnet** in the virtual network you selected.
|
70 |
| - 3. Select **Next: Tags >** button at the bottom of the page. |
| 58 | + 1. Specify whether you want the **IP address** to be allocated statically or dynamically. |
| 59 | + 1. Select an existing **application security group** or create one and then associate with the private endpoint. |
| 60 | + 1. Select **Next: DNS >** button at the bottom of the page. |
| 61 | + |
| 62 | + :::image type="content" source="./media/configure-private-endpoints/configuration-page.png" alt-text="Screenshot showing the Networking page of the Creating a private endpoint wizard."::: |
| 63 | +5. On the **DNS** page, select whether you want the private endpoint to be integrated with a **private DNS zone**, and then select **Next: Tags** at the bottom of the page. |
71 | 64 |
|
72 |
| - :::image type="content" source="./media/configure-private-endpoints/configuration-page.png" alt-text="Screenshot showing the Networking page of the Creating a private endpoint wizard"::: |
73 |
| -5. On the **Tags** page, create any tags (names and values) that you want to associate with the private endpoint resource. Then, select **Review + create** button at the bottom of the page. |
74 |
| -6. On the **Review + create**, review all the settings, and select **Create** to create the private endpoint. |
| 65 | + :::image type="content" source="./media/configure-private-endpoints/dns-zone-page.png" alt-text="Screenshot showing the DNS page of the Creating a private endpoint wizard."::: |
| 66 | +1. On the **Tags** page, create any tags (names and values) that you want to associate with the private endpoint resource. Then, select **Review + create** button at the bottom of the page. |
| 67 | +1. On the **Review + create**, review all the settings, and select **Create** to create the private endpoint. |
75 | 68 |
|
76 | 69 | ### Manage private link connection
|
77 | 70 |
|
|
0 commit comments