Skip to content

Commit 586bf98

Browse files
authored
Added ASC for solutions to be removed
1 parent fca5e5e commit 586bf98

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,17 @@ The workspace source and destination subscriptions must exist within the same Az
2525
```
2626

2727
## 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.
2929

3030
Solutions that must be removed before you can unlink your automation account:
3131

3232
- Update Management
3333
- Change Tracking
3434
- Start/Stop VMs during off-hours
35+
- Azure Security Center
3536

3637

37-
### Delete in Azure portal
38+
### Delete solutions in Azure portal
3839
Use the following procedure to remove the solutions using the Azure portal:
3940

4041
1. Open the menu for the resource group that any solutions are installed in.
@@ -53,8 +54,8 @@ Remove-AzResource -ResourceType 'Microsoft.OperationsManagement/solutions' -Reso
5354
Remove-AzResource -ResourceType 'Microsoft.OperationsManagement/solutions' -ResourceName "Start-Stop-VM(<workspace-name>)" -ResourceGroupName <resource-group-name>
5455
```
5556

56-
### Remove alert rules
57-
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.
5859

5960
1. Open the **Monitor** menu and then select **Alerts**.
6061
2. Click **Manage alert rules**.
@@ -95,8 +96,6 @@ To move your workspace using PowerShell, use the [Move-AzResource](/powershell/m
9596
Move-AzResource -ResourceId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup01/providers/Microsoft.OperationalInsights/workspaces/MyWorkspace" -DestinationSubscriptionId "00000000-0000-0000-0000-000000000000" -DestinationResourceGroupName "MyResourceGroup02"
9697
```
9798

98-
99-
10099
> [!IMPORTANT]
101100
> After the move operation, removed solutions and Automation account link should be reconfigured to bring the workspace back to its previous state.
102101

0 commit comments

Comments
 (0)