This is weird, I currently have a WevApp integrated to a VNet which takes data from the storage.
workflow :: WebApp-A || Vnet-A || Storage-A ( working perfect !! )
The issue: I'm creating a prod environment, I need to separate all the logic / subnet / storage, so I created a new WebApp-B / Storage-B / VNet-B, BUT when I try to integrate the new WebApp with the new VNet I'm wetting the Error:
" VNet configuration failed.: The gateway did not receive a response from 'Microsoft.Web' within the specified time period. "
workflow :: WebApp-B || Vnet-B || Storage-B ( is not possible to integrate de VNet-B !! )
Notes:
1) My apps are part of a production plan ( S1 )
2) Curiously, if I try to connect my WebApp-B, to the first VNet-A it connects perfectly
3) The zone for everything is Central US
Could be that I'm not able to create multiple VNets? and I should use only 1 VNet?
Thanks guys, appreciate the help