|
1 | 1 | ---
|
2 | 2 | title: Integrate Azure Event Hubs with Azure Private Link Service
|
3 | 3 | 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 |
5 | 5 | ms.topic: article
|
6 | 6 | ms.custom: devx-track-azurepowershell
|
7 | 7 | ---
|
@@ -60,34 +60,26 @@ If you already have an Event Hubs namespace, you can create a private link conne
|
60 | 60 | 1. Select the **Azure subscription** in which you want to create the private endpoint.
|
61 | 61 | 2. Select the **resource group** for the private endpoint resource.
|
62 | 62 | 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 |
| -  |
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 |
| -  |
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 |
| -  |
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. |
84 | 72 | 1. Select a **virtual network**. Only virtual networks in the currently selected subscription and location are listed in the drop-down list.
|
85 | 73 | 2. Select a **subnet** in the virtual network you selected.
|
86 |
| - 3. Select **Next: Tags >** button at the bottom of the page. |
87 |
| - |
88 |
| -  |
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. |
91 | 83 |
|
92 | 84 | 
|
93 | 85 | 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.
|
@@ -229,7 +221,7 @@ There are four provisioning states:
|
229 | 221 |
|
230 | 222 | 1. To remove a private endpoint connection, select it in the list, and select **Remove** on the toolbar.
|
231 | 223 | 2. On the **Delete connection** page, select **Yes** to confirm the deletion of the private endpoint. If you select **No**, nothing happens.
|
232 |
| -3. You should see the status changed to **Disconnected**. Then, you'll see the endpoint disappear from the list. |
| 224 | +3. You should see the status changed to **Disconnected**. Then, the endpoint will disappear from the list. |
233 | 225 |
|
234 | 226 | ## Validate that the private link connection works
|
235 | 227 |
|
|
0 commit comments