You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
+

69
76
9. On the **Configuration** page, you select the subnet in a virtual network to where you want to deploy the private endpoint.
70
77
1. Select a **virtual network**. Only virtual networks in the currently selected subscription and location are listed in the drop-down list.
71
78
2. Select a **subnet** in the virtual network you selected.
@@ -155,20 +162,36 @@ There are four provisioning states:
155
162
| Reject | Rejected | Connection was rejected by the private link resource owner. |
156
163
| Remove | Disconnected | Connection was removed by the private link resource owner, the private endpoint becomes informative and should be deleted for cleanup. |
157
164
158
-
### How to manage a private endpoint connection to the namespace
165
+
### Approve, reject, or remove a private endpoint connection
159
166
160
167
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
164
174
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
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
+
169
184
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.
0 commit comments