Skip to content

Commit 42b5268

Browse files
Merge pull request #258324 from SvenRandom/patch-2
Update batch-virtual-network.md
2 parents cd50c05 + 9c5c562 commit 42b5268

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/batch/batch-virtual-network.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ To allow compute nodes to communicate securely with other virtual machines, or w
2525
- To create an Azure Resource Manager-based Virtual Network, see [Create a virtual network](../virtual-network/manage-virtual-network.md#create-a-virtual-network). A Resource Manager-based Virtual Network is recommended for new deployments, and is supported only on pools that use Virtual Machine Configuration.
2626
- To create a classic Virtual Network, see [Create a virtual network (classic) with multiple subnets](/previous-versions/azure/virtual-network/create-virtual-network-classic). A classic Virtual Network is supported only on pools that use Cloud Services Configuration.
2727

28+
> [!IMPORTANT]
29+
> Avoid using 172.17.0.0/16 for Azure Batch pool VNet. It is the default for Docker bridge network and may conflict with other networks that you want to connect to the VNet. Creating a virtual network for Azure Batch pool requires careful planning of your network infrastructure.
30+
2831
## General virtual network requirements
2932

3033
* The Virtual Network must be in the same subscription and region as the Batch account you use to create your pool.

0 commit comments

Comments
 (0)