Skip to content

Commit b7172fb

Browse files
committed
walk through updaes
1 parent 7080c4d commit b7172fb

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

articles/api-management/private-endpoint.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can configure a [private endpoint](../private-link/private-endpoint-overview
3030

3131
* Only the API Management instance's Gateway endpoint supports inbound Private Link connections.
3232
* Each API Management instance supports at most 100 Private Link connections.
33-
* Connections are not supported on the [self-hosted gateway](self-hosted-gateway-overview.md).
33+
* Connections aren't supported on the [self-hosted gateway](self-hosted-gateway-overview.md).
3434

3535
## Prerequisites
3636

@@ -111,6 +111,7 @@ When you use the Azure portal to create a private endpoint, as shown in the next
111111
| Resource group | Select an existing resource group, or create a new one. It must be in the same region as your virtual network.|
112112
| **Instance details** | |
113113
| Name | Enter a name for the endpoint such as **myPrivateEndpoint**. |
114+
| Network Interface Name | Enter a name for the network interface, such as **myInterface** |
114115
| Region | 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. |
115116

116117
1. Select the **Resource** tab or the **Next: Resource** button at the bottom of the page. The following information about your API Management instance is already populated:
@@ -122,22 +123,29 @@ When you use the Azure portal to create a private endpoint, as shown in the next
122123

123124
:::image type="content" source="media/private-endpoint/create-private-endpoint.png" alt-text="Create a private endpoint in Azure portal":::
124125

125-
1. Select the **Configuration** tab or the **Next: Configuration** button at the bottom of the screen.
126+
1. Select the **Virtual Network** tab or the **Next: Virtual Network** button at the bottom of the screen.
126127

127-
1. In **Configuration**, enter or select this information:
128+
1. In **Networking**, enter or select this information:
128129

129130
| Setting | Value |
130131
| ------- | ----- |
131-
| **Networking** | |
132132
| Virtual network | Select your virtual network. |
133133
| Subnet | Select your subnet. |
134-
| **Private DNS integration** | |
134+
| Private IP configuration | In most cases, select **Dynamically allocate IP address.** |
135+
| Application security group | Optionally select an [application security group](../virtual-network/application-security-groups.md). |
136+
137+
1. Select the **DNS** tab or the **Next: DNS** button at the bottom of the screen.
138+
139+
1. In **Private DNS integration**, enter or select this information:
140+
135141
| Integrate with private DNS zone | Leave the default of **Yes**. |
136142
| Subscription | Select your subscription. |
137143
| Resource group | Select your resource group. |
138-
| Private DNS zones | Leave the default of **(new) privatelink.azure-api.net**.
144+
| Private DNS zones | The default value is displayed: **(new) privatelink.azure-api.net**.
145+
146+
1. Select the **Tags** tab or the **Next: Tabs** button at the bottom of the screen. If you desire, enter tags to organize your Azure resources.
139147

140-
1. Select **Review + create**.
148+
1. Select **Review + create**.
141149

142150
1. Select **Create**.
143151

@@ -190,9 +198,12 @@ Use the following JSON body:
190198

191199
After the private endpoint is created, confirm its DNS settings in the portal:
192200

193-
1. In the portal, navigate to the **Private Link Center**.
194-
1. Select **Private endpoints** and select the private endpoint you created.
201+
1. Navigate to your API Management service in the [Azure portal](https://portal.azure.com/).
202+
203+
1. In the left-hand menu, select **Network** > **Private endpoint connections**, and select the private endpoint you created.
204+
195205
1. In the left-hand navigation, select **DNS configuration**.
206+
196207
1. Review the DNS records and IP address of the private endpoint. The IP address is a private address in the address space of the subnet where the private endpoint is configured.
197208

198209
### Test in virtual network

0 commit comments

Comments
 (0)