Hi to everybody, I've a question about a network configuration.
I have a BizSpark account, that gives me 8 Azure subscriptions with some credit amounts. Between these subscriptions I've configured a private VNET composed by various VNETs for each of them, everyone with a specific gateway. We can say, for example, that I have two VNETs 10.10.0.0/16 and 10.11.0.0/16 interconnected site-to-site.
To the first gateway I've connected a Web App point-to-site, to the second VNET I've put a VM with database. The two are into two different subscriptions. The address of the VM will be for example 10.11.0.4. When I connect the Web App, the first gateway says "I'm destination for 10.10.0.0/16 net", but says nothing about others, so when the app will try to reach 10.11.0.4 it doesn't know where to look. It's a routing table problem.
How can I configure the Web App (or the gateway) for instruct properly the app's routing? Thanks