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
+9-9Lines changed: 9 additions & 9 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: 09/18/2024
8
+
ms.date: 09/19/2024
9
9
---
10
10
11
11
# Connect privately to API Management using an inbound private endpoint
@@ -113,16 +113,16 @@ When you use the Azure portal to create a private endpoint, as shown in the next
113
113
| Network Interface Name | Enter a name for the network interface, such as *myInterface*|
114
114
| 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
115
116
-
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:
116
+
1. Select the **Next: Resource** button at the bottom of the screen. The following information about your API Management instance is already populated:
117
117
* Subscription
118
-
* Resource group
118
+
* Resource type
119
119
* Resource name
120
120
121
121
1. In **Resource**, in **Target sub-resource**, select **Gateway**.
122
122
123
123
:::image type="content" source="media/private-endpoint/create-private-endpoint.png" alt-text="Screenshot showing settings to create a private endpoint in the Azure portal.":::
124
124
125
-
1. Select the **Virtual Network** tab or the **Next: Virtual Network** button at the bottom of the screen.
125
+
1. Select the **Next: Virtual Network** button at the bottom of the screen.
126
126
127
127
1. In **Networking**, enter or select this information:
128
128
@@ -133,7 +133,7 @@ When you use the Azure portal to create a private endpoint, as shown in the next
133
133
| Private IP configuration | In most cases, select **Dynamically allocate IP address.**|
134
134
| Application security group | Optionally select an [application security group](../virtual-network/application-security-groups.md). |
135
135
136
-
1. Select the **DNS** tab or the **Next: DNS** button at the bottom of the screen.
136
+
1. Select the **Next: DNS** button at the bottom of the screen.
137
137
138
138
1. In **Private DNS integration**, enter or select this information:
139
139
@@ -144,9 +144,9 @@ When you use the Azure portal to create a private endpoint, as shown in the next
144
144
| Resource group | Select your resource group. |
145
145
| Private DNS zones | The default value is displayed: **(new) privatelink.azure-api.net**.
146
146
147
-
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.
147
+
1. Select the **Next: Tabs** button at the bottom of the screen. If you desire, enter tags to organize your Azure resources.
148
148
149
-
1.Select **Review + create**.
149
+
1. Select the **Next: Review + create** button at the bottom of the screen.
150
150
151
151
1. Select **Create**.
152
152
@@ -166,7 +166,7 @@ If a private endpoint connection is in pending status, an owner of the API Manag
166
166
167
167
If you have sufficient permissions, approve a private endpoint connection on the API Management instance's **Private endpoint connections** page in the portal. In the connection's context (...) menu, select **Approve**.
168
168
169
-
You can also use the API Management [Private Endpoint Connection - Create Or Update](/rest/api/apimanagement/private-endpoint-connection/create-or-update) REST API.
169
+
You can also use the API Management [Private Endpoint Connection - Create Or Update](/rest/api/apimanagement/private-endpoint-connection/create-or-update) REST API to approve pending private endpoint connectionis.
170
170
171
171
### Optionally disable public network access
172
172
@@ -181,7 +181,7 @@ To disable public network access using the Azure CLI, run the following [az apim
181
181
az apim update --name my-apim-service --resource-group my-resource-group --public-network-access false
182
182
```
183
183
184
-
You can also use the [API Management Service - Update](/rest/api/apimanagement/api-management-service/update) REST API to set the `publicNetworkAccess` property to `Disabled`.
184
+
You can also use the [API Management Service - Update](/rest/api/apimanagement/api-management-service/update) REST API to disable public network access, by setting the `publicNetworkAccess` property to `Disabled`.
0 commit comments