Skip to content

Commit d7beeaf

Browse files
Update api-management-howto-integrate-internal-vnet-appgateway.md
Make further changes based on Acrolinx suggestions
1 parent a9d62ed commit d7beeaf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/api-management/api-management-howto-integrate-internal-vnet-appgateway.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To follow the steps described in this article, you must have:
4747

4848
For more information, see [Certificates for the back end](../application-gateway/certificates-for-backend-authentication.md). For testing purposes, optionally generate [self-signed certificates](../application-gateway/self-signed-certificates.md).
4949

50-
* The latest version of Azure PowerShell. If you haven't already, [install Azure PowerShell](/powershell/azure/install-azure-powershell).
50+
* The latest version of [Azure PowerShell](/powershell/azure/install-azure-powershell)
5151

5252
## Scenario
5353

@@ -147,7 +147,7 @@ The following example shows how to create a virtual network by using Resource Ma
147147
1. Set the Application Gateway IP addresses.
148148
149149
> [!NOTE]
150-
> As there will be public and private listeners, we need a public and a private IP address. The static, public IP address must be created whereas the private IP address must be selected from the subnet that is associated with the application gateway. The private IP address below has been selected arbitrarily.
150+
> As there will be public and private listeners, we need a public and a private IP address. The static, public IP address must be created whereas the private IP address must be selected from the subnet that is associated with the application gateway. The private IP address has been selected arbitrarily.
151151
152152
```powershell
153153
$appGatewayExternalIP = New-AzPublicIpAddress -ResourceGroupName $resGroupName -name "pip-ag" -location $location -AllocationMethod Static -Sku Standard -Force
@@ -224,7 +224,7 @@ The following example shows how to create a virtual network by using Resource Ma
224224
225225
The following example shows how to create an API Management instance in a virtual network configured for internal access only.
226226
227-
1. API Management stv2 requires a public IP with a unique `DomainNameLabel`:
227+
1. API Management stv2 requires a public IP with a unique `DomainNameLabel`.
228228
229229
```powershell
230230
$apimPublicIpAddressId = New-AzPublicIpAddress -ResourceGroupName $resGroupName -name "pip-apim" -location $location `
@@ -548,6 +548,7 @@ API Management configured in a virtual network provides a single gateway interfa
548548
## Next steps
549549
550550
* Set up using an [Azure Resource Manager template](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.apimanagement/api-management-create-with-internal-vnet-application-gateway).
551+
551552
* Learn more about Application Gateway:
552553
553554
* [Application Gateway overview](../application-gateway/overview.md)

0 commit comments

Comments
 (0)