Skip to content

Commit b75614c

Browse files
committed
edit
1 parent 4c3524e commit b75614c

File tree

6 files changed

+75
-54
lines changed

6 files changed

+75
-54
lines changed

.openpublishing.redirection.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11813,6 +11813,14 @@
1181311813
"source_path_from_root": "/articles/azure-health-insights/response-info.md",
1181411814
"redirect_url": "/azure/azure-health-insights/overview",
1181511815
"redirect_document_id": false
11816+
},
11817+
{
11818+
"source_path_from_root": "/articles/ddos-protection/ddos-disaster-recovery-guidance.md",
11819+
"redirect_url": "../reliability/reliability-ddos.md",
11820+
"redirect_document_id": false
1181611821
}
11822+
11823+
11824+
1181711825
]
1181811826
}

articles/ddos-protection/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
href: ddos-protection-reference-architectures.md
8282
- name: Monitoring Azure DDoS Protection
8383
href: monitor-ddos-protection-reference.md
84-
- name: Business continuity
85-
href: ddos-disaster-recovery-guidance.md
84+
- name: Reliability
85+
href: ../reliability/reliability-dds.md?toc=/azure/ddos-protection/TOC.json
8686
- name: Fundamental best practices
8787
href: fundamental-best-practices.md
8888
- name: Components of a DDoS response strategy

articles/ddos-protection/ddos-disaster-recovery-guidance.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

articles/reliability/TOC.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,7 @@
197197
- name: Azure Data Explorer
198198
href: /azure/data-explorer/business-continuity-overview?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json
199199
- name: Azure DDoS Protection
200-
items:
201-
- name: Availability zones
202-
href: ../ddos-protection/ddos-faq.yml?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json
203-
- name: Disaster recovery
204-
href: ../ddos-protection/ddos-disaster-recovery-guidance.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json#business-continuity
200+
href: reliability-ddos.md
205201
- name: Azure Disk Encryption
206202
href: ../virtual-machines/disks-redundancy.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json
207203
- name: Azure DNS - Azure DNS Private Zones
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Reliability in Azure DDoS Network Protection
3+
description: Find out about reliability in Azure DDoS Network Protection
4+
author: anaharris-ms
5+
ms.author: anaharris
6+
ms.topic: overview
7+
ms.custom: subject-reliability, references_regions
8+
ms.service: ddos-protection
9+
ms.date: 02/05/2024
10+
---
11+
12+
# Reliability in Azure DDoS Network Protection
13+
14+
15+
This article describes reliability support in [Azure DDoS Network Protection](../ddos-protection/ddos-protection-overview.md), and both regional resiliency with availability zones and [cross-region recovery and business continuity](#cross-region-disaster-recovery-and-business-continuity). For a more detailed overview of reliability in Azure, see [Azure reliability](/azure/architecture/framework/resiliency/overview).
16+
17+
18+
## Availability zone support
19+
20+
[!INCLUDE [Availability zone description](includes/reliability-availability-zone-description-include.md)]
21+
22+
Azure DDoS Protection is [zone-redundant](./availability-zones-overview.md#zonal-and-zone-redundant-services) by default and is managed by the service itself. You don't need to configure or setup zone redundancy yourself.
23+
24+
### Prerequisites
25+
26+
27+
28+
### Zone down experience
29+
30+
31+
32+
### Cross-region recovery and business continuity
33+
34+
[!INCLUDE [introduction to disaster recovery](includes/reliability-disaster-recovery-description-include.md)]
35+
36+
37+
38+
#### Disaster recovery in multi-region geography
39+
40+
A Virtual Network (VNet) is a logical representation of your network in the cloud. VNets serve as a trust boundary to host your resources such as Azure Application Gateway, Azure Firewall and Azure Virtual Machines. Each VNet is created within the scope of a region, but you can create VNets with same address space in two different regions (For example, US East and US West). Keep in mind that, because they have the same address space, you can't connect them together.
41+
42+
You can choose one of two approaches to managing business continuity for DDoS Protection over your VNets. The first approach is reactive and the second approach is proactive.
43+
44+
45+
- **Reactive business continuity plan**. Virtual networks are fairly lightweight resources. In the case of a regional outage, you can invoke Azure APIs to create a VNet with the same address space, but in a different region. To recreate the same environment that was present in the affected region, you'll need to make API calls to redeploy primary region VNet resources. If on-premises connectivity is available, such as in a hybrid deployment, you must deploy a new VPN Gateway, and connect to your on-premises network.
46+
47+
>[!NOTE]
48+
>A reactive approach to maintaining business continuity always runs the risk that you may not have access to the primary region's resources, due the extent of the disaster. In that case, you'll need to recreate all of the primary region's resources.
49+
50+
51+
- **Proactive business continuity plan**. You can create two VNets using the same private IP address space and resources in two different regions ahead of time. If you are hosting internet-facing services in the VNet, you could set up Traffic Manager to geo-route traffic to the region that is active. However, you cannot connect two VNets with the same address space to your on-premises network, as it would cause routing issues. At the time of a disaster and loss of a VNet in one region, you can connect the other VNet in the available region, with the matching address space to your on-premises network.
52+
53+
54+
To create a virtual network, see [Create a virtual network](/azure/virtual-network/manage-virtual-network#create-a-virtual-network).
55+
56+
57+
### Disaster recovery in single-region geography
58+
59+
For single region geographies in a disaster scenario, the virtual network and the resources in the affected region remains inaccessible during the time of the service disruption.
60+
61+
## Next steps
62+
63+
- [Reliability in Azure](/azure/availability-zones/overview)

articles/reliability/reliability-guidance-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For a more detailed overview of reliability principles in Azure, see [Reliabilit
6868
|Azure Database for MySQL|| [Azure Database for MySQL- Business continuity](/azure/mysql/single-server/concepts-business-continuity?#recover-from-an-azure-regional-data-center-outage) |
6969
|Azure Database for MySQL - Flexible Server|[Azure Database for MySQL Flexible Server High availability](../mysql/flexible-server/concepts-high-availability.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)| [Azure Database for MySQL Flexible Server - Restore to latest restore point](/azure/mysql/flexible-server/how-to-restore-server-portal?#geo-restore-to-latest-restore-point) |
7070
|Azure Database for PostgreSQL - Flexible Server|[Azure Database for PostgreSQL - Flexible Server](./reliability-postgresql-flexible-server.md)|[Azure Database for PostgreSQL - Flexible Server](reliability-postgre-flexible.md#cross-region-disaster-recovery-and-business-continuity) |
71-
|Azure DDoS Protection|[How do I configure the service to be zone-resilient?](../ddos-protection/ddos-faq.yml?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)| [Disaster recovery guidance](../ddos-protection/ddos-disaster-recovery-guidance.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json#business-continuity) |
71+
|Azure DDoS Protection|[Reliability in DDoS Protection](reliability-ddos.md)|[Reliability in DDoS Protection](reliability-ddos.md) |
7272
|Azure Disk Encryption|[Redundancy options for managed disks](../virtual-machines/disks-redundancy.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)||
7373
|Azure DNS - Azure DNS Private Zones|[Create an Azure private DNS zone using the Azure portal](../dns/private-dns-getstarted-portal.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)|
7474
|Azure DNS - Azure DNS Private Resolver|[Create an Azure DNS Private Resolver](../dns/dns-private-resolver-get-started-portal.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)| [Will Azure Private DNS zones work across Azure regions?](../dns/dns-faq-private.yml#will-azure-private-dns-zones-work-across-azure-regions-) |

0 commit comments

Comments
 (0)