Hi guys,
For testing purposes I need to test a VM that runs Active Directory Directory Services role.
This means the original VM would remain online and to avoid any conflicts it should be restored to a different VNET.
The original VNET is 172.30.0.0/16 and the subnet is 172.30.0.0/24 and domain controller's IP address is 172.30.0.4.
If a new VNET (say 10.0.0.0/16) is created with a subnet 10.0.0.0/24 inside, that would definitely break Active Directory Directory Services functionality because of different addressing.
My question is - Is it possible to create a new VNET with the different VNET name but with addressing scheme identical to the original one (i.e. a VNET 172.30.0.0/16 and a subnet 172.30.0.0/24) under the same subscription? If YES, then wouldn't it create any IP addressing related conflicts with the original VNET?
Thank you.