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/logs/move-workspace.md
+61-3Lines changed: 61 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ In this article, you'll learn the steps to move a Log Analytics workspace to ano
24
24
- To verify the Azure Active Directory tenant, you need `Microsoft.AzureActiveDirectory/b2cDirectories/read` permissions, as provided by the [Log Analytics Reader built-in role](./manage-access.md#log-analytics-reader), for example.
25
25
- To delete a solution, you need `Microsoft.OperationsManagement/solutions/delete` permissions on it, as provided by the [Log Analytics Contributor built-in role](./manage-access.md#log-analytics-contributor), for example.
26
26
- To remove alert rules for the Start/Stop VMs solution, you need `microsoft.insights/scheduledqueryrules/delete` permissions, as provided by the [Monitoring Contributor built-in role](../../role-based-access-control/built-in-roles.md#monitoring-contributor), for example.
27
-
To unlink the Automation account, you need
27
+
-To unlink the Automation account, you need `Microsoft.OperationalInsights/workspaces/linkedServices/delete` permissons on the linked workspace, as provided by the [Log Analytics Contributor built-in role](./manage-access.md#log-analytics-contributor), for example.
28
28
- To move a Log Analytics workspace, you need `Microsoft.OperationalInsights/workspaces/delete` and `Microsoft.OperationalInsights/workspaces/write` permissions on it, as provided by the [Log Analytics Contributor built-in role](./manage-access.md#log-analytics-contributor), for example.
### Remove alert rules for the Start/Stop VMs solution
142
-
To remove 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:
142
+
143
+
To remove the **Start/Stop VMs** solution, you also need to remove the alert rules created by the solution.
144
+
145
+
### [Portal](#tab/azure-portal)
143
146
144
147
1. Open the **Monitor** menu and then select **Alerts**.
145
148
1. Select **Manage alert rules**.
@@ -151,15 +154,70 @@ To remove the **Start/Stop VMs** solution, you also need to remove the alert rul
151
154
152
155
[](media/move-workspace/delete-rules.png#lightbox)
153
156
157
+
### [REST API](#tab/rest-api)
158
+
159
+
Delete the following alert rules by calling the Scheduled Query Rules - Delete API:
0 commit comments