Skip to content

Commit 3dcd1e0

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

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, you should have identical upstreams in the secondary region as your primary region. This will ensures that you are completely protected if the primary region entirely fails in the event of a region-wide disaster.
200201
---
201202

202203
### Step 3: Peer the VNets

0 commit comments

Comments
 (0)