Skip to content

Commit 9984ecd

Browse files
authored
Merge pull request #202285 from tomvcassidy/issue94486
Virtual Networking Additional Limitation
2 parents 11d0f87 + 994d4c9 commit 9984ecd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ Container groups deployed into an Azure virtual network enable scenarios like:
4040

4141
* Currently, only Linux containers are supported in a container group deployed to a virtual network.
4242
* 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.
43+
* To deploy container groups to a subnet, the subnet and the container group must be on the same Azure subscription.
4344
* You can't use a [managed identity](container-instances-managed-identity.md) in a container group deployed to a virtual network.
4445
* 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.
4546
* Due to the additional networking resources involved, deployments to a virtual network are typically slower than deploying a standard container instance.
4647
* Outbound connection to port 25 is not supported at this time.
4748
* If you are connecting your container group to an Azure Storage Account, you must add a [service endpoint](../virtual-network/virtual-network-service-endpoints-overview.md) to that resource.
48-
* [IPv6 addresses](../virtual-network/ip-services/ipv6-overview.md) are not supported at this time.
49+
* [IPv6 addresses](../virtual-network/ip-services/ipv6-overview.md) are not supported at this time
4950

5051
## Required network resources
5152

0 commit comments

Comments
 (0)