Skip to content

Commit 3bf8e74

Browse files
author
gitName
committed
add steps for creating PE during service creation
1 parent f046af3 commit 3bf8e74

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

articles/api-management/private-endpoint.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-api-management
55
author: dlepow
66
ms.author: danlep
77
ms.topic: how-to
8-
ms.date: 04/03/2025
8+
ms.date: 04/04/2025
99
---
1010

1111
# 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
188188

189189
#### [Standard v2](#tab/v2)
190190

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:
192216

193217
1. In the [Azure portal](https://portal.azure.com/), navigate to your API Management Standard v2 instance.
194218

@@ -202,7 +226,7 @@ To add a private endpoint to an existing API Management instance:
202226
| ------- | ----- |
203227
| Subscription | Select your subscription. |
204228
| 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. |
206230
| Name | Enter a name for the endpoint such as *myPrivateEndpoint*. |
207231
| Sub-resource | Select **Gateway**. |
208232

@@ -225,7 +249,7 @@ To list private endpoint connections to the API Management instance:
225249

226250
1. On the **Private endpoints** page, review the private endpoints to the API Management instance.
227251

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.
229253

230254
---
231255

0 commit comments

Comments
 (0)