Skip to content

Commit 74af061

Browse files
committed
Link fixes, scrubbing
1 parent 2f71c31 commit 74af061

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

articles/container-instances/container-instances-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Currently, scaling is not available for containers or container groups. If you n
7878

7979
### What features are available to instances running in a custom VNet?
8080

81-
You can deploy container groups in an Azure virtual network of your choice, and delegate private IPs to the container groups to route traffic within the VNet across your Azure resources. Deployment of a container group into a virtual network is currently in preview, and some aspects of this feature may change prior to general availability (GA). See [Preview limitations](container-instances-vnet.md#preview-limitations) for updated information.
81+
You can [deploy container groups in an Azure virtual network](container-instances-vnet.md) of your choice, and delegate private IPs to the container groups to route traffic within the VNet across your Azure resources. Deployment of a container group into a virtual network is is currently available for production workloads in a subset of Azure regions.
8282

8383
## Pricing
8484

articles/container-instances/container-instances-overview.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Some features are currently restricted to Linux containers:
4949
* Multiple containers per container group
5050
* Volume mounting ([Azure Files](container-instances-volume-azure-files.md), [emptyDir](container-instances-volume-emptydir.md), [GitRepo](container-instances-volume-gitrepo.md), [secret](container-instances-volume-secret.md))
5151
* [Resource usage metrics](container-instances-monitor.md) with Azure Monitor
52-
* [Virtual network deployment](container-instances-vnet.md) (preview)
52+
* [Virtual network deployment](container-instances-vnet.md)
5353
* [GPU resources](container-instances-gpu.md) (preview)
5454

5555
For Windows container deployments, use images based on common [Windows base images](container-instances-faq.md#what-windows-base-os-images-are-supported).
@@ -61,12 +61,9 @@ For Windows container deployments, use images based on common [Windows base imag
6161

6262
Azure Container Instances supports scheduling of [multi-container groups](container-instances-container-groups.md) that share a host machine, local network, storage, and lifecycle. This enables you to combine your main application container with other supporting role containers, such as logging sidecars.
6363

64-
## Virtual network deployment (preview)
64+
## Virtual network deployment
6565

66-
Currently in preview, this feature of Azure Container Instances enables [deployment of container instances into an Azure virtual network](container-instances-vnet.md). By deploying container instances into a subnet within your virtual network, they can communicate securely with other resources in the virtual network, including those that are on premises (through [VPN gateway](../vpn-gateway/vpn-gateway-about-vpngateways.md) or [ExpressRoute](../expressroute/expressroute-introduction.md)).
67-
68-
> [!IMPORTANT]
69-
> Certain features of Azure Container Instances are in preview, and some [limitations apply](container-instances-vnet.md#preview-limitations). Previews are made available to you on the condition that you agree to the [supplemental terms of use][terms-of-use]. Some aspects of these features may change prior to general availability (GA).
66+
Currently available for production workloads in a subset of Azure regions, this feature of Azure Container Instances enables [deployment of container instances into an Azure virtual network](container-instances-vnet.md). By deploying container instances into a subnet within your virtual network, they can communicate securely with other resources in the virtual network, including those that are on premises (through [VPN gateway](../vpn-gateway/vpn-gateway-about-vpngateways.md) or [ExpressRoute](../expressroute/expressroute-introduction.md)).
7067

7168
## Next steps
7269

articles/container-instances/container-instances-region-availability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ The following regions and resources are available to container groups with Windo
4040
| East US 2, West US 2 | Windows | 2 | 3.5 |
4141

4242

43-
## Availability - Virtual network deployment (preview)
43+
## Availability - Virtual network deployment
4444

45-
The following regions and resources are available to a container group deployed in an [Azure virtual network](container-instances-vnet.md) (preview).
45+
The following regions and resources are available to a container group deployed in an [Azure virtual network](container-instances-vnet.md).
4646

4747
[!INCLUDE [container-instances-vnet-limits](../../includes/container-instances-vnet-limits.md)]
4848

0 commit comments

Comments
 (0)