Skip to content

Commit 9e41523

Browse files
committed
edits
1 parent 0bef96b commit 9e41523

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/api-management/private-endpoint.md

Lines changed: 9 additions & 9 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: 09/18/2024
8+
ms.date: 09/19/2024
99
---
1010

1111
# 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
113113
| Network Interface Name | Enter a name for the network interface, such as *myInterface* |
114114
| 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. |
115115

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:
117117
* Subscription
118-
* Resource group
118+
* Resource type
119119
* Resource name
120120

121121
1. In **Resource**, in **Target sub-resource**, select **Gateway**.
122122

123123
:::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.":::
124124

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

127127
1. In **Networking**, enter or select this information:
128128

@@ -133,7 +133,7 @@ When you use the Azure portal to create a private endpoint, as shown in the next
133133
| Private IP configuration | In most cases, select **Dynamically allocate IP address.** |
134134
| Application security group | Optionally select an [application security group](../virtual-network/application-security-groups.md). |
135135

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

138138
1. In **Private DNS integration**, enter or select this information:
139139

@@ -144,9 +144,9 @@ When you use the Azure portal to create a private endpoint, as shown in the next
144144
| Resource group | Select your resource group. |
145145
| Private DNS zones | The default value is displayed: **(new) privatelink.azure-api.net**.
146146

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

149-
1. Select **Review + create**.
149+
1. Select the **Next: Review + create** button at the bottom of the screen.
150150

151151
1. Select **Create**.
152152

@@ -166,7 +166,7 @@ If a private endpoint connection is in pending status, an owner of the API Manag
166166

167167
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**.
168168

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

171171
### Optionally disable public network access
172172

@@ -181,7 +181,7 @@ To disable public network access using the Azure CLI, run the following [az apim
181181
az apim update --name my-apim-service --resource-group my-resource-group --public-network-access false
182182
```
183183

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`.
185185

186186
## Validate private endpoint connection
187187

0 commit comments

Comments
 (0)