-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Description
The template should only deploy the minimal required resources in the secondary region if regional failover is not needed (basic and zone redundant configurations).
Secondary region networking like vnet and subnets are required in geographies with multi-region support. NSGs should be in place if vnet and subnet are created. Most of these are free / very little cost.
Cost optimization:
- Conditionally create secondary private endpoints and
- Conditionally create NAT Gateway only if regional failover is needed
Ideally same conditional flag could be used for other failover resources in the future
Definition of Done
- Only minimal resources are deployed to secondary region
- Expensive or resources which are not needed for basic | zone-redundant configurations can be conditionally excluded.
- BCDR documentation is updatedValues Provided
- Reduced cost for the overall infrastructure