Skip to content

Commit 8306eb9

Browse files
committed
Update move-workspace.md
1 parent ea8726a commit 8306eb9

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

articles/azure-monitor/logs/move-workspace.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
title: Move a Log Analytics workspace in Azure Monitor | Microsoft Docs
33
description: Learn how to move your Log Analytics workspace to another subscription or resource group.
44
ms.topic: conceptual
5-
ms.date: 11/12/2020
5+
ms.service: azure-monitor
6+
author: yossi-y
7+
ms.author: yossiy
8+
ms.date: 03/01/2022
69
ms.custom: devx-track-azurepowershell
710

811
---
@@ -12,7 +15,7 @@ ms.custom: devx-track-azurepowershell
1215
In this article, you'll learn the steps to move Log Analytics workspace to another resource group or subscription in the same region. You can learn more about moving Azure resources through the Azure portal, PowerShell, the Azure CLI, or the REST API. at [Move resources to a new resource group or subscription](../../azure-resource-manager/management/move-resource-group-and-subscription.md).
1316

1417
> [!IMPORTANT]
15-
> You can't move a workspace to a different region.
18+
> You can't move a workspace to a different region using this procedure. Follow [move a Log Analytics workspace to another region](./move-workspace-region.md) article to move workspace across regions.
1619
1720
## Verify Active Directory tenant
1821
The workspace source and destination subscriptions must exist within the same Azure Active Directory tenant. Use Azure PowerShell to verify that both subscriptions have the same tenant ID.
@@ -23,9 +26,9 @@ The workspace source and destination subscriptions must exist within the same Az
2326
```
2427

2528
## Workspace move considerations
26-
- Managed solutions that are installed in the workspace will be moved with the Log Analytics workspace move operation.
29+
- Managed solutions that are installed in the workspace will be moved in this operation.
2730
- Workspace keys (both primary and secondary) are re-generated with workspace move operation. If you keep a copy of your workspace keys in key vault, update them with the new keys generated after the workspace move.
28-
- Connected agents will remain connected and keep send data to the workspace after the move.
31+
- Connected [MMA agents](../agents/log-analytics-agent.md) will remain connected and keep send data to the workspace after the move. [AMA agents](../agents/azure-monitor-agent-overview.md) via DCR will be disconnected during the move and should be reconfigured after the move.
2932
- Since the move operation requires that there are no Linked Services from the workspace, solutions that rely on that link must be removed to allow the workspace move. Solutions that must be removed before you can unlink your automation account:
3033
- Update Management
3134
- Change Tracking
@@ -57,7 +60,7 @@ Use the following procedure to remove the solutions using the Azure portal:
5760
2. Select the solutions to remove.
5861
3. Click **Delete Resources** and then confirm the resources to be removed by clicking **Delete**.
5962

60-
![Delete solutions](media/move-workspace/delete-solutions.png)
63+
[![Delete solutions](media/move-workspace/delete-solutions.png)](media/move-workspace/delete-solutions.png#lightbox)
6164

6265
### Delete using PowerShell
6366

@@ -80,7 +83,7 @@ To remove **Start/Stop VMs** solution, you also need to remove the alert rules c
8083
- ScheduledStartStop_Parent
8184
- SequencedStartStop_Parent
8285

83-
![Delete rules](media/move-workspace/delete-rules.png)
86+
[![Delete rules](media/move-workspace/delete-rules.png)](media/move-workspace/delete-rules.png#lightbox)
8487

8588
## Unlink Automation account
8689
Use the following procedure to unlink the Automation account from the workspace using the Azure portal:
@@ -89,7 +92,7 @@ Use the following procedure to unlink the Automation account from the workspace
8992
2. In the **Related Resources** section of the menu, select **Linked workspace**.
9093
3. Click **Unlink workspace** to unlink the workspace from your Automation account.
9194

92-
![Unlink workspace](media/move-workspace/unlink-workspace.png)
95+
[![Unlink workspace](media/move-workspace/unlink-workspace.png)](media/move-workspace/unlink-workspace.png#lightbox)
9396

9497
## Move your workspace
9598

@@ -102,7 +105,7 @@ Use the following procedure to move your workspace using the Azure portal:
102105
4. Select a destination **Subscription** and **Resource group**. If you're moving the workspace to another resource group in the same subscription, you won't see the **Subscription** option.
103106
5. Click **OK** to move the workspace and selected resources.
104107

105-
![Screenshot shows the Overview pane in the Log Analytics workspace with options to change the resource group and subscription name.](media/move-workspace/portal.png)
108+
[![Screenshot shows the Overview pane in the Log Analytics workspace with options to change the resource group and subscription name.](media/move-workspace/portal.png)](media/move-workspace/portal.png#lightbox)
106109

107110
### PowerShell
108111
To move your workspace using PowerShell, use the [Move-AzResource](/powershell/module/AzureRM.Resources/Move-AzureRmResource) as in the following example:

0 commit comments

Comments
 (0)