You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nginxaas-azure/quickstart/disaster-recovery.md
+42-22
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This guide describes how to configure disaster recovery (DR) for F5 NGINX as a S
30
30
31
31
- Each region has its own VNet, subnet, and NGINXaaS for Azure deployment.
32
32
- VNet peering enables cross-region connectivity.
33
-
- Upstreams (e.g., VMs) are accessible from either NGINX deployment.
33
+
- Upstreams (for example, VMs) are accessible from either NGINX deployment.
34
34
35
35
---
36
36
@@ -47,8 +47,9 @@ This guide describes how to configure disaster recovery (DR) for F5 NGINX as a S
47
47
48
48
---
49
49
50
+
## Configure disaster recovery
50
51
51
-
## Step 1: Deploy Prerequisite Infrastructure
52
+
###Step 1: Deploy prerequisite infrastructure
52
53
53
54
Each region requires its own resource group, VNet, subnet, public IP, network security group, and user-assigned identity. Example allocation in the prerequisites module:
accDescr: Diagram showing Region 1 on the left and Region 2 on the right. Region 1 contains "NGINXaaS Deployment 1" and "Upstreams (VMs)". Region 2 contains "NGINXaaS Deployment 2". A directional arrow labeled "Peering" points from Region 1 to Region 2. Both NGINXaaS deployments have arrows pointing to a box labeled "Users/Clients (using DNS/traffic manager)", indicating user traffic flows from both regions.
200
220
```
201
221
202
222
203
223
---
204
224
205
-
**Summary:**
225
+
## Summary
206
226
207
-
By deploying NGINX in separate regions with unique subnets and peered VNets, and configuring upstreams and DNS for failover, this topology ensures high availability and DR for your upstreams. Use subnet peering if address spaces overlap. Always monitor and test your failover paths.
227
+
By deploying NGINXaaS in separate regions with unique subnets and peered VNets, and configuring upstreams and DNS for failover, this topology ensures high availability and DR for your applications. Use subnet peering if address spaces overlap. Lastly, always monitor and test your failover paths.
0 commit comments