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: articles/azure-monitor/includes/waf-logs-reliability.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Log Analytics workspaces offer a high degree of reliability. The ingestion pipel
11
11
12
12
### Azure Monitor Logs features that enhance resilience
13
13
14
-
Azure Monitor Logs offers a number of features that can make your workspaces more resilient against various types of issues. These features complement one another, so you can use all of them, or none, based on your needs. Some are in-region solutions, and others provide cross-regional redundancy; some are applied automatically and others require manual triggering.
14
+
Azure Monitor Logs offers a number of features that can make your workspaces more resilient against various types of issues. These features complement one another, so you can use all of them, or none, based on your needs.
15
15
16
16
This video provides an overview of reliability and resilience options available for Log Analytics workspaces:
17
17
@@ -36,16 +36,15 @@ The export mechanism doesn’t provide protection from incidents impacting the i
36
36
37
37
Workspace replication (preview) is the most extensive resilience solution as it replicates the Log Analytics workspace and incoming logs to another region.
38
38
39
-
This lets you switch from the primary workspace location to the secondary without extra configuration to any of your agents or other clients. Workspace replication protects both your logs and the service operations, and allows you to continue monitoring your systems in the event of region-wide incidents, regardless of whether they stem from the infrastructure or the application layer.
39
+
This lets you switch from the primary workspace location to the replicated workspace in the secondary region without extra configuration to any of your agents or other clients. Workspace replication protects both your logs and the service operations, and allows you to continue monitoring your systems in the event of region-wide incidents, regardless of whether they stem from the infrastructure or the application layer.
40
40
41
-
When workspace replication is enabled, an empty copy of your workspace is created on another region, with the same configuration as your main, primary workspace. Any changes to your workspace configuration are automatically synced to the secondary workspaces. Note that you can’t manage or directly access the secondary workspace, which is why we sometimes refer to it as “shadow workspace”. It’s only used for resiliency purposes.
42
41
43
42
### Design checklist
44
43
45
44
> [!div class="checklist"]
46
-
> -Service and data resilience to region-wide incidents - To ensure that your workspace continues working and your logs remain available in the event of an incident that impacts the entire region, enable workspace replication. This is a paid feature, so consider whether your want to replicate all of your incoming logs, or only some data streams.
47
-
> -In-region protection against datacenter failure – Create your workspace in a region that supports data resilience.
48
-
> -Cross-regional backup of data in specific tables - Use the continuous export feature to export data from specific tables to a zone-redundant storage account.
45
+
> -To ensure service and data resilience to region-wide incidents, enable workspace replication. This is a paid feature, so consider whether your want to replicate all of your incoming logs, or only some data streams.
46
+
> -To ensure in-region protection against datacenter failure, create your workspace in a region that supports data resilience.
47
+
> -For cross-regional backup of data in specific tables, use the continuous export feature to send data to a zone-redundant storage account.
49
48
> - Monitor the health of your Log Analytics workspaces.
0 commit comments