My existing Vnet has a default subnet: 10.0.1.0/24
And I have a VM in it with IP address: 10.0.1.8
Now I want to add a gateway subnet so that I can connect web app to it, and the web app should be able to use the VM's private IP to access it.
But when I try to add a gateway subnet, I can't specify 10.0.1.0/24 because it overlaps with the default. I can't specify 10.0.0.0/24 either because the VM is not within this range.
How do I do it, then?