Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.28 KB

File metadata and controls

20 lines (17 loc) · 1.28 KB

Azure Multiple NIC

This Template is a simpler version of the MultiNIC deployment template, requiring only one resource group.

Resources created:
1 Resource Group for all resources
1 Storage Account for all .vhds
1 VNet with 2 Subnets(BackSubnet and FrontSubnet)
2 VMs (frontVM1, frontVM2) with ONE NIC each in the Front Subnet
2 VMs (backVM1, backVM2) with TWO NICs each, one in the FrontSubnet(nic1), the other in the BackSubnet(nic2)

Default VM Sizes represent the minimum configuration for each VM due to NIC restrictions.