I’d like to deploy numerous, independent App Service instances (specifically Mobile Apps) to different Azure Regions (such as West Europe, Southeast Asia, etc.).
Each of these instances should have a Site-to-Site VPN connection, connecting to an on-premises location in London.
The resources for each instance will be deployed into Region-specific Azure Resource Groups.
Specifically in terms of the Azure resources needed to create the Site-to-Site VPN, I’d like to share as much as possible between the App Service instances.
•Am I correct to say that the Local Network Gateway is the only component that could be shared between the instances?
•Is it good practice to share the Local Network Gateway resource, or should I create one for each App Service instance?