Is there a version of "AWS transit gateway" in Azure?
https://aws.amazon.com/transit-gateway/
AWS's version of virtual gatewas is like a virtual router in the cloud provided as a service for VPC to connect.
It is like a hub where spokes can connect to other VPCs in the cloud.
AWS transit gateway is a virtual gateway where multiple VPC can connect via a single virtual gateway so that traffic can be routed to other VPCs.
How would we do this in azure?,... what is the corresponding product?
This allows a connecting of separate VPCs to a single interface like in a hub and spoke design.
In other words, if we need multiple VNETs to communicate is there a azure product that acts like a virtual gateway to allow this? We do not want to directly configure a peering to each VPC but rather want a virtual gateway where the traffic can
be routed to multiple VNETs. There would be no need to have a separate peering between each Vnet.
dsk