Skip to content

Commit 6e9e596

Browse files
committed
aciag
1 parent f5fb130 commit 6e9e596

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-instances/container-instances-application-gateway.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Static IP address for container group
33
description: Create a container group in a virtual network and use an Azure application gateway to expose a static frontend IP address to a containerized web app
44
ms.topic: article
5-
ms.date: 03/10/2020
5+
ms.date: 03/16/2020
66
---
77

88
# Expose a static IP address for a container group
@@ -15,6 +15,8 @@ In this article you use the Azure CLI to create the resources for this scenario:
1515
* A container group deployed [in the virtual network (preview)](container-instances-vnet.md) that hosts a small web app
1616
* An application gateway with a public frontend IP address, a listener to host a website on the gateway, and a route to the backend container group
1717

18+
As long as the application gateway runs and the container group exposes a stable private IP address in the network's delegated subnet, the container group is accessible at this public IP address.
19+
1820
> [!NOTE]
1921
> Azure charges for an application gateway based on the amount of time that the gateway is provisioned and available, as well as the amount of data it processes. See [pricing](https://azure.microsoft.com/pricing/details/application-gateway/).
2022
@@ -135,8 +137,6 @@ To view the running web app when successfully configured, navigate to the gatewa
135137

136138
![Browser screenshot showing application running in an Azure container instance](./media/container-instances-application-gateway/aci-app-app-gateway.png)
137139

138-
As long as the application gateway runs and the container group exposes a stable private IP address in the network, the container group is accessible at this public IP address.
139-
140140
## Next steps
141141

142142
* See a [quickstart template](https://github.com/Azure/azure-quickstart-templates/tree/master/201-aci-wordpress-vnet) to create a container group with a WordPress container instance as a backend server behind an application gateway.

0 commit comments

Comments
 (0)