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/container-instances/container-instances-application-gateway.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
2
title: Static IP address for container group
3
-
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
3
+
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.
4
4
ms.author: tomcassidy
5
5
author: tomvcassidy
6
6
ms.service: container-instances
7
7
ms.custom: devx-track-azurecli
8
8
services: container-instances
9
9
ms.topic: how-to
10
-
ms.date: 06/17/2022
10
+
ms.date: 04/09/2024
11
11
---
12
12
13
13
# Expose a static IP address for a container group
14
14
15
15
This article shows one way to expose a static, public IP address for a [container group](container-instances-container-groups.md) by using an Azure [application gateway](../application-gateway/overview.md). Follow these steps when you need a static entry point for an external-facing containerized app that runs in Azure Container Instances.
16
16
17
-
In this article you use the Azure CLI to create the resources for this scenario:
17
+
In this article, you use the Azure CLI to create the resources for this scenario:
18
18
19
19
* An Azure virtual network
20
20
* A container group deployed [in the virtual network](container-instances-vnet.md) that hosts a small web app
@@ -23,6 +23,8 @@ In this article you use the Azure CLI to create the resources for this scenario:
23
23
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.
> 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/).
27
29
28
30
## Create virtual network
@@ -47,7 +49,7 @@ az network vnet create \
47
49
--subnet-prefix 10.0.1.0/24
48
50
```
49
51
50
-
Use the [az network vnet subnet create][az-network-vnet-subnet-create] command to create a subnet for the backend container group. Here it's named*myACISubnet*.
52
+
Use the [az network vnet subnet create][az-network-vnet-subnet-create] command to create a subnet for the backend container group. Here, its name is*myACISubnet*.
0 commit comments