Skip to content

Commit c0aa6ca

Browse files
committed
add comment about configuring identical upstreams in the secondary region
1 parent 0f0accb commit c0aa6ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/nginxaas-azure/disaster-recovery.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type:
88
---
99

1010

11-
This guide describes how to configure disaster recovery (DR) for F5 NGINX as a Service for Azure deployments in separate (ideally [paired](https://learn.microsoft.com/en-us/azure/reliability/regions-paired)) Azure regions, ensuring upstream access remains available even if a region fails. The deployment architecture ensures users can access backend application servers (upstreams) continuously from an alternative region if the primary region becomes unavailable. The solution leverages Terraform, Azure Traffic Manager, Azure Virtual Network (VNet) peering, and unique subnets to support failover.
11+
This guide describes how to configure disaster recovery (DR) for F5 NGINX as a Service for Azure deployments in separate (ideally [paired](https://learn.microsoft.com/en-us/azure/reliability/regions-paired)) Azure regions, ensuring upstream access remains available even if the primary NGINXaaS deployment in a region fails. The deployment architecture ensures users can access backend application servers (upstreams) continuously from an alternative region if the primary NGINXaaS deployment becomes unavailable. The solution leverages Terraform, Azure Traffic Manager, Azure Virtual Network (VNet) peering, and unique subnets to support failover.
1212

1313
---
1414

@@ -197,6 +197,7 @@ resource "azurerm_linux_virtual_machine" "nginx_upstream_vm" {
197197
)
198198
}
199199
```
200+
> **Note**: As a best practice, maintain identical upstream resources in your secondary region as in your primary region to ensure full protection and availability in the event of a region-wide outage or disaster.
200201
---
201202

202203
### Step 3: Peer the VNets

0 commit comments

Comments
 (0)