Skip to content

Commit 684fd4d

Browse files
authored
Adding VNET capability for Windows Containers
Windows and Linux containers have VNET capability. Some customers have been confused whether or not VNET is available for windows containers.
1 parent f19f98d commit 684fd4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/container-instances/container-instances-virtual-network-concepts.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 06/17/2022
1616
This article provides background about virtual network scenarios, limitations, and resources. For deployment examples using the Azure CLI, see [Deploy container instances into an Azure virtual network](container-instances-vnet.md).
1717

1818
> [!IMPORTANT]
19-
> Container group deployment to a virtual network is generally available for Linux containers, in most regions where Azure Container Instances is available. For details, see [Regions and resource availability](container-instances-region-availability.md).
19+
> Container group deployment to a virtual network is generally available for Linux and Windows containers, in most regions where Azure Container Instances is available. For more details on which regions have virtual network capabilities, see [Regions and resource availability](container-instances-region-availability.md).
2020
2121
## Scenarios
2222

@@ -38,7 +38,6 @@ Container groups deployed into an Azure virtual network enable scenarios like:
3838

3939
## Other limitations
4040

41-
* Currently, only Linux containers are supported in a container group deployed to a virtual network.
4241
* To deploy container groups to a subnet, the subnet can't contain other resource types. Remove all existing resources from an existing subnet prior to deploying container groups to it, or create a new subnet.
4342
* To deploy container groups to a subnet, the subnet and the container group must be on the same Azure subscription.
4443
* You can't enable a [liveness probe](container-instances-liveness-probe.md) or [readiness probe](container-instances-readiness-probe.md) in a container group deployed to a virtual network.

0 commit comments

Comments
 (0)