Skip to content

Commit f1a3da0

Browse files
committed
updated some more screenshots
1 parent bef5d8b commit f1a3da0

File tree

6 files changed

+36
-13
lines changed

6 files changed

+36
-13
lines changed
49 Bytes
Loading
9.56 KB
Loading
7.49 KB
Loading
6.76 KB
Loading
47.6 KB
Loading

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

Lines changed: 36 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,21 @@ If you already have an Event Hubs namespace, you can create a private link conne
5858

5959
![Create Private Endpoint - Basics page](./media/private-link-service/create-private-endpoint-basics-page.png)
6060
8. On the **Resource** page, follow these steps:
61-
1. For connection method, select **Connect to an Azure resource in my directory**. This example shows how to connect to an Azure resource in your directory. You can also connect to someone else's resource with a resource ID or alias that they've shared with you.
62-
2. Select the **Azure subscription** in which your **Event Hubs namespace** exists.
63-
3. For **Resource type**, Select **Microsoft.EventHub/namespaces** for the **Resource type**.
64-
4. For **Resource**, select an Event Hubs namespace from the drop-down list.
65-
5. Confirm that the **Target subresource** is set to **topic** or **domain** (based on the resource type you selected).
66-
6. Select **Next: Configuration >** button at the bottom of the page.
61+
1. For connection method, if you select **Connect to an Azure resource in my directory**, follow these steps:
62+
1. Select the **Azure subscription** in which your **Event Hubs namespace** exists.
63+
2. For **Resource type**, Select **Microsoft.EventHub/namespaces** for the **Resource type**.
64+
3. For **Resource**, select an Event Hubs namespace from the drop-down list.
65+
4. Confirm that the **Target subresource** is set to **topic** or **domain** (based on the resource type you selected).
66+
5. Select **Next: Configuration >** button at the bottom of the page.
6767

68-
![Create Private Endpoint - Resource page](./media/private-link-service/create-private-endpoint-resource-page.png)
68+
![Create Private Endpoint - Resource page](./media/private-link-service/create-private-endpoint-resource-page.png)
69+
2. If you select **Connect to an Azure resource by resource ID or alias**, follow these steps:
70+
1. Enter the **resource ID** or **alias**. It can be the resource ID or alias that some has shared with you.
71+
2. For **Target sub-resource**, enter **namespace**. It's the type of the sub-resource that your private endpoint can access.
72+
3. (optional) Enter a **request message**. The resource owner sees this message while managing private endpoint connection.
73+
4. Then, select **Next: Configuration >** button at the bottom of the page.
74+
75+
![Create Private Endpoint - Connect using resource ID](./media/private-link-service/connect-resource-id.png)
6976
9. On the **Configuration** page, you select the subnet in a virtual network to where you want to deploy the private endpoint.
7077
1. Select a **virtual network**. Only virtual networks in the currently selected subscription and location are listed in the drop-down list.
7178
2. Select a **subnet** in the virtual network you selected.
@@ -155,20 +162,36 @@ There are four provisioning states:
155162
| Reject | Rejected | Connection was rejected by the private link resource owner. |
156163
| Remove | Disconnected | Connection was removed by the private link resource owner, the private endpoint becomes informative and should be deleted for cleanup. |
157164

158-
### How to manage a private endpoint connection to the namespace
165+
### Approve, reject, or remove a private endpoint connection
159166

160167
1. Sign in to the Azure portal.
161-
1. In the search bar, type in **event hubs**.
162-
1. Select the **namespace** that you want to manage.
163-
1. Select the **Networking** tab.
168+
2. In the search bar, type in **event hubs**.
169+
3. Select the **namespace** that you want to manage.
170+
4. Select the **Networking** tab.
171+
5. Go to the appropriate section below based on the operation you want to: approve, reject, or remove.
172+
173+
### Approve a private endpoint connection
164174
1. If there are any connections that are pending, you will see a connection listed with **Pending** in the provisioning state.
165-
1. Select the **private endpoint** you wish to approve
166-
1. Select the **Approve** button.
175+
2. Select the **private endpoint** you wish to approve
176+
3. Select the **Approve** button.
167177

168178
![Image](./media/private-link-service/approve-private-endpoint.png)
179+
4. On the **Approve connection** page, add a comment (optional), and select **Yes**. If you select **No**, nothing happens.
180+
5. You should see the status of the private endpoint connection in the list changed to **Approved**.
181+
182+
### Reject a private endpoint connection
183+
169184
1. If there are any private endpoint connections you want to reject, whether it is a pending request or existing connection, select the connection and click the **Reject** button.
170185

171186
![Image](./media/private-link-service/private-endpoint-reject-button.png)
187+
2. On the **Reject connection** page, enter a comment (optional), and select **Yes**. If you select **No**, nothing happens.
188+
3. You should see the status of the private endpoint connection in the list changed to **Rejected**.
189+
190+
### Remove a private endpoint connection
191+
192+
1. To remove a private endpoint connection, select it in the list, and select **Remove** on the toolbar.
193+
2. On the **Delete connection** page, select **Yes** to confirm the deletion of the private endpoint. If you select **No**, nothing happens.
194+
3. You should see the status changed to **Disconnected**. Then, you will see the endpoint disappear from the list.
172195

173196
## Validate that the private link connection works
174197

0 commit comments

Comments
 (0)