Hello Techies,
I am Creating a Vnet in Azure and wanted to create 2 subnet one for front end and other for back end:
For VNET i gave address range as 192.168.0.0/25 so that i can use 2 subnet with same address range to avoid wastage of IP's.
Subnet 1) 192.168.0.1 - 192.168.0.126
Subnet 2) 192.168.0.128 - 192.168..254
How can I give address range for Subnet? Is it something like below?
Subnet 1 -> 192.168.0.0/25
Subnet 2 -> 192.168.0.128/25
Thanks in Advance!