Skip to content

Commit f3f5800

Browse files
authored
Merge pull request #209360 from spelluru/sbusplink0826
updated steps and screenshots
2 parents dd8f6c3 + bc4fee8 commit f3f5800

6 files changed

+22
-28
lines changed
-7.76 KB
Loading
-14.7 KB
Loading
48.1 KB
Loading
-18.4 KB
Loading
-10.8 KB
Loading

articles/service-bus-messaging/private-link-service.md

Lines changed: 22 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Integrate Azure Service Bus with Azure Private Link Service
33
description: Learn how to integrate Azure Service Bus with Azure Private Link Service
44
author: spelluru
55
ms.author: spelluru
6-
ms.date: 01/04/2022
6+
ms.date: 08/26/2022
77
ms.topic: article
88
ms.custom: devx-track-azurepowershell
99
---
@@ -70,36 +70,30 @@ If you already have an existing namespace, you can create a private endpoint by
7070
1. Select the **Azure subscription** in which you want to create the private endpoint.
7171
2. Select the **resource group** for the private endpoint resource.
7272
3. Enter a **name** for the private endpoint.
73-
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.
74-
6. Select **Next: Resource >** button at the bottom of the page.
75-
76-
![Create Private Endpoint - Basics page](./media/private-link-service/create-private-endpoint-basics-page.png)
77-
8. On the **Resource** page, follow these steps:
78-
1. For connection method, if you select **Connect to an Azure resource in my directory**, follow these steps:
79-
1. Select the **Azure subscription** in which your **Service Bus namespace** exists.
80-
2. For **Resource type**, Select **Microsoft.ServiceBus/namespaces** for the **Resource type**.
81-
3. For **Resource**, select a Service Bus namespace from the drop-down list.
82-
4. Confirm that the **Target subresource** is set to **namespace**.
83-
5. Select **Next: Configuration >** button at the bottom of the page.
84-
85-
![Create Private Endpoint - Resource page](./media/private-link-service/create-private-endpoint-resource-page.png)
86-
2. If you select **Connect to an Azure resource by resource ID or alias**, follow these steps:
87-
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 Service Bus namespace in the Azure portal and copy the portion of URI starting from `/subscriptions/`. See the following image for an example.
88-
2. For **Target sub-resource**, enter **namespace**. It's the type of the sub-resource that your private endpoint can access.
89-
3. (optional) Enter a **request message**. The resource owner sees this message while managing private endpoint connection.
90-
4. Then, select **Next: Configuration >** button at the bottom of the page.
91-
92-
![Create Private Endpoint - connect using resource ID](./media/private-link-service/connect-resource-id.png)
93-
9. On the **Configuration** page, you select the subnet in a virtual network to where you want to deploy the private endpoint.
73+
1. Enter a **name for the network interface**.
74+
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.
75+
1. Select **Next: Resource >** button at the bottom of the page.
76+
77+
:::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.":::
78+
8. On the **Resource** page, review settings, and select **Next: Virtual Network** at the bottom of the page.
79+
80+
:::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.":::
81+
9. On the **Virtual Network** page, you select the subnet in a virtual network to where you want to deploy the private endpoint.
9482
1. Select a **virtual network**. Only virtual networks in the currently selected subscription and location are listed in the drop-down list.
9583
2. Select a **subnet** in the virtual network you selected.
96-
3. Select **Next: Tags >** button at the bottom of the page.
84+
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**.
85+
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***.
86+
1. For **Application security group**, select an existing application security group or create one that's to be associated with the private endpoint.
87+
1. Select **Next: DNS >** button at the bottom of the page.
88+
89+
:::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.":::
90+
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**.
9791

98-
![Create Private Endpoint - Configuration page](./media/private-link-service/create-private-endpoint-configuration-page.png)
99-
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.
100-
11. On the **Review + create**, review all the settings, and select **Create** to create the private endpoint.
92+
:::image type="content" source="./media/private-link-service/create-private-endpoint-dns-page.png" alt-text="Screenshot showing the DNS page of the Create private endpoint wizard.":::
93+
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.
94+
1. On the **Review + create**, review all the settings, and select **Create** to create the private endpoint.
10195

102-
![Create Private Endpoint - Review and Create page](./media/private-link-service/create-private-endpoint-review-create-page.png)
96+
:::image type="content" source="./media/private-link-service/create-private-endpoint-review-create-page.png" alt-text="Screenshot showing the Review and Create page of the Create private endpoint wizard.":::
10397
12. Confirm that the private endpoint is created. If you are the owner of the resource and had selected **Connect to an Azure resource in my directory** option for the **Connection method**, the endpoint connection should be **auto-approved**. If it's in the **pending** state, see the [Manage private endpoints using Azure portal](#manage-private-endpoints-using-azure-portal) section.
10498

10599
![Private endpoint created](./media/private-link-service/private-endpoint-created.png)
@@ -224,7 +218,7 @@ There are four provisioning states:
224218
2. On the **Delete connection** page, select **Yes** to confirm the deletion of the private endpoint. If you select **No**, nothing happens.
225219

226220
![Delete connection page](./media/private-link-service/delete-connection-page.png)
227-
3. You should see the status changed to **Disconnected**. Then, you will see the endpoint disappear from the list.
221+
3. You should see the status changed to **Disconnected**. Then, the endpoint will disappear from the list.
228222

229223
## Validate that the private link connection works
230224

0 commit comments

Comments
 (0)