Skip to content

Commit 00fcfa3

Browse files
authored
Merge pull request #205532 from anaharris-ms/az-monitor
Migration guidance: Azure monitor
2 parents 12ad2e3 + 2a81155 commit 00fcfa3

File tree

3 files changed

+74
-1
lines changed

3 files changed

+74
-1
lines changed

articles/availability-zones/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
href: migrate-app-gateway-v2.md
2727
- name: Cache for Redis
2828
href: migrate-cache-redis.md
29+
- name: Log Analytics workspaces
30+
href: migrate-monitor-log-analytics.md
2931
- name: Container instances
3032
href: migrate-container-instances.md
3133
- name: Recovery Services vault

articles/availability-zones/az-region.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ In the Product Catalog, always-available services are listed as "non-regional" s
119119
| Azure Logic Apps | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) |
120120
| [Azure Monitor](../azure-monitor/logs/availability-zones.md) | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) |
121121
| [Azure Monitor: Application Insights](../azure-monitor/logs/availability-zones.md) | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) |
122-
| [Azure Monitor: Log Analytics](../azure-monitor/logs/availability-zones.md) | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) |
122+
| [Azure Monitor: Log Analytics](migrate-monitor-log-analytics.md) | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) |
123123
| [Azure Network Watcher](../network-watcher/frequently-asked-questions.yml) | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) |
124124
| Azure Network Watcher: [Traffic Analytics](../network-watcher/frequently-asked-questions.yml) | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) |
125125
| Azure Notification Hubs | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) |
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: Migrate Log Analytics workspaces to availability zone support
3+
description: Learn how to migrate Log Analytics workspaces to availability zone support.
4+
author: anaharris-ms
5+
ms.service: azure
6+
ms.topic: conceptual
7+
ms.date: 07/21/2022
8+
ms.author: anaharris
9+
ms.reviewer: noakuper
10+
ms.custom: references_regions
11+
---
12+
13+
# Migrate Log Analytics workspaces to availability zone support
14+
15+
This guide describes how to migrate Log Analytics workspaces from non-availability zone support to availability support. We'll take you through the different options for migration.
16+
17+
> [!NOTE]
18+
> Application Insights resources can also use availability zones, but only if they are workspace-based and the workspace uses a dedicated cluster as explained below. Classic (non-workspace-based) Application Insights resources cannot use availability zones.
19+
20+
21+
## Prerequisites
22+
23+
For availability zone support, your workspace must be located in one of the following supported regions:
24+
25+
- East US 2
26+
- West US 2
27+
28+
## Dedicated clusters
29+
30+
Azure Monitor support for availability zones requires a Log Analytics workspace linked to an [Azure Monitor dedicated cluster](../azure-monitor/logs/logs-dedicated-clusters.md). Dedicated clusters are a deployment option that enables advanced capabilities for Azure Monitor Logs including availability zones.
31+
32+
Not all dedicated clusters can use availability zones. Dedicated clusters created after mid-October 2020 can be set to support availability zones when they are created. New clusters created after that date default to be enabled for availability zones in regions where Azure Monitor supports them.
33+
34+
## Downtime requirements
35+
36+
There are no downtime requirements.
37+
38+
## Migration process: Moving to a dedicated cluster
39+
40+
### Step 1: Determine the current cluster for your workspace
41+
42+
To determine the current workspace link status for your workspace, use [CLI, PowerShell or REST](../azure-monitor/logs/logs-dedicated-clusters.md#check-workspace-link-status) to retrieve the [cluster details](../azure-monitor/logs/logs-dedicated-clusters.md#check-cluster-provisioning-status). If the cluster uses an availability zone, then it will have a property called `isAvailabilityZonesEnabled` with a value of `true`. Once a cluster is created, this property cannot be altered.
43+
44+
### Step 2: Create a dedicated cluster with availability zone support
45+
46+
Move your workspace to an availability zone by [creating a new dedicated cluster](../azure-monitor/logs/logs-dedicated-clusters.md#create-a-dedicated-cluster) in a region that supports availability zones. The cluster will automatically be enabled for availability zones. Then [link your workspace to the new cluster](../azure-monitor/logs/logs-dedicated-clusters.md#link-a-workspace-to-a-cluster).
47+
48+
> [!IMPORTANT]
49+
> Availability zone is defined on the cluster at creation time and can’t be modified.
50+
51+
Transitioning to a new cluster can be a gradual process. Don't remove the previous cluster until it has been purged of any data. For example, if your workspace retention is set 60 days, you may want to keep your old cluster running for that period before removing it.
52+
53+
Any queries against your workspace will query both clusters as required to provide you with a single, unified result set. That means that all Azure Monitor features relying on the workspace such as workbooks and dashboards will keep getting the full, unified result set based on data from both clusters.
54+
55+
## Billing
56+
There is a [cost for using a dedicated cluster](../azure-monitor/logs/logs-dedicated-clusters.md#create-a-dedicated-cluster). It requires a daily capacity reservation of 500 GB.
57+
58+
If you already have a dedicated cluster and choose to retain it to access its data, you’ll be charged for both dedicated clusters. Starting August 4, 2021, the minimum required capacity reservation for dedicated clusters is reduced from 1000GB/Daily to 500GB/Daily, so we’d recommend applying that minimum to your old cluster to reduce charges.
59+
60+
The new cluster isn’t billed during its first day to avoid double billing during configuration. Only the data ingested before the migration completes would still be billed on the date of migration.
61+
62+
63+
## Next steps
64+
65+
Learn more about:
66+
67+
> [!div class="nextstepaction"]
68+
> [Azure Monitor Logs Dedicated Clusters](../azure-monitor/logs/logs-dedicated-clusters.md)
69+
70+
> [!div class="nextstepaction"]
71+
> [Azure Services that support Availability Zones](az-region.md)

0 commit comments

Comments
 (0)