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
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ You can configure a [private endpoint](../private-link/private-endpoint-overview
30
30
31
31
* Only the API Management instance's Gateway endpoint supports inbound Private Link connections.
32
32
* 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).
34
34
35
35
## Prerequisites
36
36
@@ -111,6 +111,7 @@ When you use the Azure portal to create a private endpoint, as shown in the next
111
111
| Resource group | Select an existing resource group, or create a new one. It must be in the same region as your virtual network.|
112
112
|**Instance details**||
113
113
| Name | Enter a name for the endpoint such as **myPrivateEndpoint**. |
114
+
| Network Interface Name | Enter a name for the network interface, such as **myInterface**|
114
115
| 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. |
115
116
116
117
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
122
123
123
124
:::image type="content" source="media/private-endpoint/create-private-endpoint.png" alt-text="Create a private endpoint in Azure portal":::
124
125
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.
126
127
127
-
1. In **Configuration**, enter or select this information:
128
+
1. In **Networking**, enter or select this information:
128
129
129
130
| Setting | Value |
130
131
| ------- | ----- |
131
-
|**Networking**||
132
132
| Virtual network | Select your virtual network. |
133
133
| 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
+
135
141
| Integrate with private DNS zone | Leave the default of **Yes**. |
136
142
| Subscription | Select your subscription. |
137
143
| 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.
139
147
140
-
1. Select **Review + create**.
148
+
1.Select **Review + create**.
141
149
142
150
1. Select **Create**.
143
151
@@ -190,9 +198,12 @@ Use the following JSON body:
190
198
191
199
After the private endpoint is created, confirm its DNS settings in the portal:
192
200
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
+
195
205
1. In the left-hand navigation, select **DNS configuration**.
206
+
196
207
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.
0 commit comments