Skip to content

Commit cb15e3c

Browse files
authored
Merge pull request #294043 from batamig/bcdr
sentinel bcdr
2 parents 5540aca + 61aaabe commit cb15e3c

File tree

3 files changed

+95
-1
lines changed

3 files changed

+95
-1
lines changed

articles/sentinel/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
href: feature-availability.md
4444
- name: Regional availability
4545
href: https://azure.microsoft.com/global-infrastructure/services/?products=azure-sentinel
46+
- name: Business continuity and disaster recovery
47+
href: business-continuity-disaster-recovery.md
4648
- name: Security baseline
4749
href: /security/benchmark/azure/baselines/sentinel-security-baseline?toc=/azure/sentinel/TOC.json&bc=/azure/sentinel/breadcrumb/toc.json
4850
- name: Deploy
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
title: BCDR Recommendations for Working With Microsoft Sentinel
3+
description: Learn about Business Continuity and Disaster Recovery (BCDR) in Microsoft Sentinel, including availability zones and cross-region disaster recovery strategies.
4+
author: batamig
5+
ms.author: bagol
6+
ms.topic: concept-article
7+
ms.date: 02/04/2025
8+
appliesto:
9+
- Microsoft Sentinel in the Azure portal
10+
- Microsoft Sentinel in the Microsoft Defender portal
11+
ms.collection: usx-security
12+
13+
#customerIntent: As a security administrator, I want to understand and implement Business Continuity and Disaster Recovery (BCDR) strategies in Microsoft Sentinel in order to ensure high availability and resilience of my security operations.
14+
15+
---
16+
17+
# Business continuity and disaster recovery for Microsoft Sentinel
18+
19+
This article describes reliability support in Microsoft Sentinel and covers both regional resiliency with availability zones, and cross-region resiliency with business continuity and disaster recovery (BCDR). While this article is mainly directed at Microsoft Sentinel customers working in the Azure portal, this guidance also covers data currently managed by Azure services after onboarding to the [Microsoft Defender portal](/unified-secops-platform/overview-unified-security).
20+
21+
For more information, see [Azure reliability](/azure/well-architected/resiliency/).
22+
23+
## Availability zone support
24+
25+
Availability zones are physically separate groups of data centers within each region. When one zone fails, services fail over to one of the remaining zones.
26+
27+
Microsoft Sentinel uses availability zones in regions where they're available to provide high availability protection for your applications and data from data center failures.
28+
29+
For more information, see [What are availability zones?](/azure/reliability/availability-zones-overview)
30+
31+
## Cross-region disaster recovery
32+
33+
Disaster recovery (DR) is about recovering from high-impact events, such as natural disasters or failed deployments that result in downtime and data loss. Regardless of the cause, the best remedy for a disaster is a well-defined and tested DR plan and an application design that actively supports DR. Before you create your disaster recovery plan, see [Recommendations for designing a disaster recovery strategy](/azure/well-architected/reliability/disaster-recovery).
34+
35+
When it comes to DR, Microsoft uses the shared responsibility model. In this model:
36+
37+
- Microsoft ensures that the baseline infrastructure and platform services are available.
38+
- Many Azure services don't automatically replicate data or fall back from a failed region to cross-replicate to another enabled region. For those services, customers are responsible for setting up a DR plan that works for their environment.
39+
40+
Most services that run on Azure platform as a service (PaaS) offerings provide features and guidance to support DR. You can [use service-specific features](/azure/reliability/reliability-guidance-overview) to support fast recovery and help develop your DR plan.
41+
42+
For more information, see [Shared responsibility for reliability](/azure/reliability/concept-shared-responsibility).
43+
44+
## BCDR implementation for Microsoft Sentinel
45+
46+
Microsoft Sentinel uses Microsoft's best practices for resiliency, safe deployment, and BCDR with Azure Availability Zones (AZs).
47+
48+
To support BCDR in a regional outage, Microsoft Sentinel uses a customer-enabled BCDR approach, which means customers are responsible for setting up disaster recovery. To ensure continuous business operations, customers must configure their Microsoft Sentinel environment in an active-active (mirrored) fashion across the two paired regions relevant to them, depending on the cloud environment.
49+
50+
Customer-enabled BCDR involves:
51+
52+
- Creating two identical Log Analytics workspaces that are enabled for Microsoft Sentinel in the appropriate regions. For more information, see [Quickstart: Onboard Microsoft Sentinel](quickstart-onboard.md).
53+
54+
In the backup workspace, focus on the data sources, analytic rules, and other configurations that are critical for your business continuity.
55+
56+
- Ensuring that your business-critical data sources are configured to ingest data into both workspaces. For more information, see [Connect your data sources to Microsoft Sentinel by using data connectors](configure-data-connector.md).
57+
58+
- Manually defining your business-critical analytic rules and other configurations in both workspaces, maintaining them consistently throughout the continuous operations. For more information, see [Threat detection in Microsoft Sentinel](threat-detection.md).
59+
60+
These activities must be configured manually by the customer and don't happen automatically. No future actions during an actual outage are required or expected.
61+
62+
A customer-enabled BCDR setup ensures that if an Azure regional outage occurs in one of the customer's regions, the other paired region, which is geographically and physically separate from the impacted region, remains unaffected. As a result, continuous business operations can proceed without any downtime or data loss.
63+
64+
## Regional and cloud support
65+
66+
The following table describes the recommended actions for setting up BCDR in different regions and cloud environments:
67+
68+
|Cloud type |Guidance |
69+
|---------|---------|
70+
|**Public** | We recommend customers outside of Europe create one workspace in their local region and another in any of the supported European regions. |
71+
|**Azure Government** | We recommend customers in US government clouds create two workspaces, one in each of their relevant regions. For details about air-gapped clouds, contact your account team.|
72+
73+
74+
The following geographical regions aren't currently supported for the customer-enabled BCDR approach described in this article:
75+
76+
- EU customers, due to EUDB compliance limitations
77+
- Israel
78+
- Azure China 21Vianet
79+
80+
For more information, see [Geographical availability and data residency in Microsoft Sentinel](geographical-availability-data-residency.md).
81+
82+
83+
## Related content
84+
85+
For more information, see:
86+
87+
- [Geographical availability and data residency in Microsoft Sentinel](geographical-availability-data-residency.md)
88+
- [Microsoft Sentinel feature support for Azure commercial / other clouds](feature-availability.md)

articles/sentinel/geographical-availability-data-residency.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ Microsoft Sentinel may share data, including customer data, among the following
8080

8181
- Microsoft Defender XDR / Microsoft's unified security operations platform
8282
- Azure Log Analytics
83+
8384
## Related content
8485

85-
For more information, see details about [Azure regions](/azure/azure-monitor/logs/workspace-design#azure-regions?toc=/azure/sentinel/TOC.json&bc=/azure/sentinel/breadcrumb/toc.json) when designing your workspace architecture.
86+
For more information, see:
87+
88+
- Details about [Azure regions](/azure/azure-monitor/logs/workspace-design#azure-regions?toc=/azure/sentinel/TOC.json&bc=/azure/sentinel/breadcrumb/toc.json), useful when designing your workspace architecture.
89+
- [Business continuity and disaster recovery for Microsoft Sentinel](business-continuity-disaster-recovery.md)

0 commit comments

Comments
 (0)