Skip to content

Commit 7947006

Browse files
committed
updated screenshots
1 parent 14c3755 commit 7947006

File tree

5 files changed

+19
-27
lines changed

5 files changed

+19
-27
lines changed
-6.13 KB
Loading
-23.5 KB
Loading
-25.2 KB
Loading
-8.65 KB
Loading

articles/event-hubs/private-link-service.md

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Integrate Azure Event Hubs with Azure Private Link Service
33
description: Learn how to integrate Azure Event Hubs with Azure Private Link Service
4-
ms.date: 05/10/2021
4+
ms.date: 08/26/2022
55
ms.topic: article
66
ms.custom: devx-track-azurepowershell
77
---
@@ -60,34 +60,26 @@ If you already have an Event Hubs namespace, you can create a private link conne
6060
1. Select the **Azure subscription** in which you want to create the private endpoint.
6161
2. Select the **resource group** for the private endpoint resource.
6262
3. Enter a **name** for the private endpoint.
63-
5. Select a **region** for the private endpoint. Your private endpoint must be in the same region as your virtual network, but can be in a different region from the private link resource that you are connecting to.
64-
6. Select **Next: Resource >** button at the bottom of the page.
65-
66-
![Create Private Endpoint - Basics page](./media/private-link-service/create-private-endpoint-basics-page.png)
67-
8. On the **Resource** page, follow these steps:
68-
1. For connection method, if you select **Connect to an Azure resource in my directory**, follow these steps:
69-
1. Select the **Azure subscription** in which your **Event Hubs namespace** exists.
70-
2. For **Resource type**, Select **Microsoft.EventHub/namespaces** for the **Resource type**.
71-
3. For **Resource**, select an Event Hubs namespace from the drop-down list.
72-
4. Confirm that the **Target subresource** is set to **namespace**.
73-
5. Select **Next: Configuration >** button at the bottom of the page.
74-
75-
![Create Private Endpoint - Resource page](./media/private-link-service/create-private-endpoint-resource-page.png)
76-
2. If you select **Connect to an Azure resource by resource ID or alias**, follow these steps:
77-
1. Enter the **resource ID** or **alias**. It can be the resource ID or alias that someone has shared with you. The easiest way to get the resource ID is to navigate to the Event Hubs namespace in the Azure portal and copy the portion of URI starting from `/subscriptions/`. See the following image for an example.
78-
2. For **Target sub-resource**, enter **namespace**. It's the type of the sub-resource that your private endpoint can access.
79-
3. (optional) Enter a **request message**. The resource owner sees this message while managing private endpoint connection.
80-
4. Then, select **Next: Configuration >** button at the bottom of the page.
81-
82-
![Create Private Endpoint - Connect using resource ID](./media/private-link-service/connect-resource-id.png)
83-
9. On the **Configuration** page, you select the subnet in a virtual network to where you want to deploy the private endpoint.
63+
1. Enter a **name for the network interface**.
64+
1. Select a **region** for the private endpoint. Your private endpoint must be in the same region as your virtual network, but can be in a different region from the private link resource that you are connecting to.
65+
1. Select **Next: Resource >** button at the bottom of the page.
66+
67+
:::image type="content" source="./media/private-link-service/create-private-endpoint-basics-page.png" alt-text="Screenshot showing the Basics page of the Create private endpoint wizard.":::
68+
8. On the **Resource** page, review settings, and select **Next: Virtual Network**.
69+
70+
:::image type="content" source="./media/private-link-service/create-private-endpoint-resource-page.png" alt-text="Screenshot showing the Resource page of the Create private endpoint wizard.":::
71+
9. On the **Virtual Network** page, you select the subnet in a virtual network to where you want to deploy the private endpoint.
8472
1. Select a **virtual network**. Only virtual networks in the currently selected subscription and location are listed in the drop-down list.
8573
2. Select a **subnet** in the virtual network you selected.
86-
3. Select **Next: Tags >** button at the bottom of the page.
87-
88-
![Create Private Endpoint - Configuration page](./media/private-link-service/create-private-endpoint-configuration-page.png)
89-
10. 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.
90-
11. On the **Review + create**, review all the settings, and select **Create** to create the private endpoint.
74+
1. Notice that the **network policy for private endpoints** is disabled. If you want to enable it, select **edit**, update the setting, and select **Save**.
75+
1. For **Private IP configuration**, by default, **Dynamically allocate IP address** option is selected. If you want to assign a static IP address, select **Statically allocate IP address***.
76+
1. For **Application security group**, select an existing application security group or create one that's to be associated with the private endpoint.
77+
1. Select **Next: DNS >** button at the bottom of the page.
78+
79+
:::image type="content" source="./media/private-link-service/create-private-endpoint-configuration-page.png" alt-text="Screenshot showing the Virtual Network page of the Create private endpoint wizard.":::
80+
10. On the **DNS** page, select whether you want the private endpoint to be integrated with a private DNS zone, and then select **Next: Tags**.
81+
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.
82+
1. On the **Review + create**, review all the settings, and select **Create** to create the private endpoint.
9183

9284
![Create Private Endpoint - Review and Create page](./media/private-link-service/create-private-endpoint-review-create-page.png)
9385
12. Confirm that you see the private endpoint connection you created shows up in the list of endpoints. In this example, the private endpoint is auto-approved because you connected to an Azure resource in your directory and you have sufficient permissions.

0 commit comments

Comments
 (0)