Skip to content

Commit 1987ed7

Browse files
committed
acrolinx
1 parent 31b9558 commit 1987ed7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/application-gateway/configure-application-gateway-with-private-frontend-ip.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure Application Gateway Standard v1 can be configured with an Internet-facing
1616

1717
> [!NOTE]
1818
> Application Gateway v1 is being retired. See the [v1 retiredment announcement](/azure/application-gateway/v1-retirement).<br>
19-
> To configure a v2 application gateway with a private frontend IP address, see [Private Application Gateway deployment](/azure/application-gateway/application-gateway-private-deployment)
19+
> To configure a v2 application gateway with a private frontend IP address, see [Private Application Gateway deployment](/azure/application-gateway/application-gateway-private-deployment).
2020
2121
Configuring the gateway using a frontend private IP address is useful for internal line-of-business applications that aren't exposed to the Internet. It's also useful for services and tiers within a multi-tier application that are in a security boundary that isn't exposed to the Internet but:
2222

@@ -63,7 +63,7 @@ In this example, you create a new virtual network. You can create a virtual netw
6363
9. Select **Next:Backends**.
6464
10. Select **Add a backend pool**.
6565
11. For **Name**, type *appGatewayBackendPool*.
66-
12. For **Add backend pool without targets**, select **Yes**. You'll add the targets later.
66+
12. For **Add backend pool without targets**, select **Yes**. Targets are added later.
6767
13. Select **Add**.
6868
14. Select **Next:Configuration**.
6969
15. Under **Routing rules**, select **Add a routing rule**.
@@ -84,9 +84,9 @@ In this example, you create a new virtual network. You can create a virtual netw
8484

8585
## Add backend pool
8686

87-
The backend pool is used to route requests to the backend servers that serve the request. The backend can be composed of NICs, virtual machine scale sets, public IP addresses, internal IP addresses, fully qualified domain names (FQDN), and multi-tenant backends like Azure App Service. In this example, you use virtual machines as the target backend. You can either use existing virtual machines or create new ones. In this example, you create two virtual machines that Azure uses as backend servers for the application gateway.
87+
The backend pool is used to route requests to the backend servers that serve the request. The backend can be composed of NICs, virtual machine scale sets, public IP addresses, internal IP addresses, fully qualified domain names (FQDN), and multitenant backends like Azure App Service. In this example, you use virtual machines as the target backend. You can either use existing virtual machines or create new ones. In this example, you create two virtual machines that Azure uses as backend servers for the application gateway.
8888

89-
To do this, you:
89+
To do this:
9090

9191
1. Create two new virtual machines, *myVM* and *myVM2*, used as backend servers.
9292
2. Install IIS on the virtual machines to verify that the application gateway was created successfully.

0 commit comments

Comments
 (0)