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
Copy file name to clipboardExpand all lines: articles/api-management/private-endpoint.md
+28-4Lines changed: 28 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.service: azure-api-management
5
5
author: dlepow
6
6
ms.author: danlep
7
7
ms.topic: how-to
8
-
ms.date: 04/03/2025
8
+
ms.date: 04/04/2025
9
9
---
10
10
11
11
# Connect privately to API Management using an inbound private endpoint
@@ -188,7 +188,31 @@ You can also use the API Management [Private Endpoint Connection - Create Or Upd
188
188
189
189
#### [Standard v2](#tab/v2)
190
190
191
-
To add a private endpoint to an existing API Management instance:
191
+
To add a private endpoint when you create an API Management Standard v2 instance in the Azure portal:
192
+
193
+
1. In the **Create API Management service wizard**, select the **Networking** tab.
194
+
195
+
1. In **Network configuration**, select **Inbound private link and/or outbound virtual network integration**.
196
+
197
+
1. Next to **Private endpoints**, select **Create new**.
198
+
199
+
1. On the **Create private endpoint** page, enter or select the following information:
200
+
201
+
| Setting | Value |
202
+
| ------- | ----- |
203
+
| Subscription | Select your subscription. |
204
+
| Resource group | Select an existing resource group, or create a new one. It must be in the same region as your virtual network.|
205
+
| Location | Select a location for the private endpoint. It must be in the same region as your virtual network. It may differ from the region where your API Management instance is hosted. |
206
+
| Name | Enter a name for the endpoint such as *myPrivateEndpoint*. |
207
+
| Sub-resource | Select **Gateway**. |
208
+
209
+
1. Under **Networking**, enter or select the virtual network and subnet for your private endpoint.
210
+
211
+
1. Under **Private DNS integration**, select **Integrate with private DNS zone**. The default DNS zone is displayed: **privatelink.azure-api.net**.
212
+
213
+
1. Select **OK** and continue with the creation of the API Management instance.
214
+
215
+
To add a private endpoint to an existing API Management Standard v2 instance:
192
216
193
217
1. In the [Azure portal](https://portal.azure.com/), navigate to your API Management Standard v2 instance.
194
218
@@ -202,7 +226,7 @@ To add a private endpoint to an existing API Management instance:
202
226
| ------- | ----- |
203
227
| Subscription | Select your subscription. |
204
228
| Resource group | Select an existing resource group, or create a new one. It must be in the same region as your virtual network.|
205
-
| Location | Select a location for the private endpoint. It must be in the same region as your virtual network. It may differ from the region where your API Management instance is hosted |
229
+
| Location | Select a location for the private endpoint. It must be in the same region as your virtual network. It may differ from the region where your API Management instance is hosted.|
206
230
| Name | Enter a name for the endpoint such as *myPrivateEndpoint*. |
207
231
| Sub-resource | Select **Gateway**. |
208
232
@@ -225,7 +249,7 @@ To list private endpoint connections to the API Management instance:
225
249
226
250
1. On the **Private endpoints** page, review the private endpoints to the API Management instance.
227
251
228
-
1. To change the connection state or delete the endpoint, select and endpoint, then select the context **(...)** menu. Choose the appropriate command on the menu.
252
+
1. To change the connection state or delete the endpoint, select an endpoint, then select the context **(...)** menu. Choose the appropriate command on the menu.
0 commit comments