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/platform/move-workspace.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
@@ -25,16 +25,17 @@ The workspace source and destination subscriptions must exist within the same Az
25
25
```
26
26
27
27
## Workspace move considerations
28
-
Managed solutions that are installed in the workspace will be moved with the Log Analytics workspace move operation. Connected agents will remain connected and keep send data to the workspace after the move. Since the move operation requires that there is no link from the workspace to any automation account, solutions that rely on that link must be removed.
28
+
Managed solutions that are installed in the workspace will be moved with the Log Analytics workspace move operation. Connected agents will remain connected and keep send data to the workspace after the move. 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.
29
29
30
30
Solutions that must be removed before you can unlink your automation account:
31
31
32
32
- Update Management
33
33
- Change Tracking
34
34
- Start/Stop VMs during off-hours
35
+
- Azure Security Center
35
36
36
37
37
-
### Delete in Azure portal
38
+
### Delete solutions in Azure portal
38
39
Use the following procedure to remove the solutions using the Azure portal:
39
40
40
41
1. Open the menu for the resource group that any solutions are installed in.
For the**Start/Stop VMs** solution, you also need to remove the alert rules created by the solution. Use the following procedure in the Azure portal to remove these rules.
57
+
### Remove alert rules for Start/Stop VMs solution
58
+
To remove**Start/Stop VMs** solution, you also need to remove the alert rules created by the solution. Use the following procedure in the Azure portal to remove these rules.
58
59
59
60
1. Open the **Monitor** menu and then select **Alerts**.
60
61
2. Click **Manage alert rules**.
@@ -95,8 +96,6 @@ To move your workspace using PowerShell, use the [Move-AzResource](/powershell/m
0 commit comments