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/automation/automation-solution-vm-management-remove.md
+75Lines changed: 75 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,81 @@ After you enable the Start/Stop VMs during off-hours feature to manage the runni
23
23
24
24
To delete the resource group, follow the steps outlined in the [Azure Resource Manager resource group and resource deletion](../azure-resource-manager/management/delete-resource-group.md) article.
25
25
26
+
## Delete the Automation account
27
+
28
+
To delete your Automation account dedicated to Start/Stop VMs during off-hours, perform the following steps.
29
+
30
+
1. Sign in to Azure at [https://portal.azure.com](https://portal.azure.com).
31
+
32
+
2. Navigate to your Automation account, and select **Linked workspace** under **Related resources**.
33
+
34
+
3. Select **Go to workspace**.
35
+
36
+
4. Click **Solutions** under **General**.
37
+
38
+
5. On the Solutions page, select **Start-Stop-VM[Workspace]**.
39
+
40
+
6. On the **VMManagementSolution[Workspace]** page, select **Delete** from the menu.
41
+
42
+
7. While the information is verified and the feature is deleted, you can track the progress under **Notifications**, chosen from the menu. You're returned to the Solutions page after the removal process.
43
+
44
+
### Unlink workspace from Automation account
45
+
46
+
There are two options for unlinking the Log Analytics workspace from your Automation account. You can perform this process from the Automation account or from the linked workspace.
47
+
48
+
To unlink from your Automation account, perform the following steps.
49
+
50
+
1. In the Azure portal, select **Automation Accounts**.
51
+
52
+
2. Open your Automation account and select **Linked workspace** under **Related Resources** on the left.
53
+
54
+
3. On the **Unlink workspace** page, select **Unlink workspace** and respond to prompts.
55
+
56
+

57
+
58
+
While it attempts to unlink the Log Analytics workspace, you can track the progress under **Notifications** from the menu.
59
+
60
+
To unlink from the workspace, perform the following steps.
61
+
62
+
1. In the Azure portal, select **Log Analytics workspaces**.
63
+
64
+
2. From the workspace, select **Automation Account** under **Related Resources**.
65
+
66
+
3. On the Automation Account page, select **Unlink account** and respond to prompts.
67
+
68
+
While it attempts to unlink the Automation account, you can track the progress under **Notifications** from the menu.
69
+
70
+
### Delete Automation account
71
+
72
+
1. In the Azure portal, select **Automation Accounts**.
73
+
74
+
2. Open your Automation account and select **Delete** from the menu.
75
+
76
+
While the information is verified and the account is deleted, you can track the progress under **Notifications**, chosen from the menu.
77
+
78
+
## Delete the feature
79
+
80
+
To delete Start/Stop VMs during off-hours from your Automation account, perform the following steps. The Automation account and Log Analytics workspace aren't deleted as part of this process. If you don't want to keep the Log Analytics workspace, you must manually delete it. For more information about deleting your workspace, see [Delete and recover Azure Log Analytics workspace](../azure-monitor/logs/delete-workspace.md).
81
+
82
+
1. Navigate to your Automation account, and select **Linked workspace** under **Related resources**.
83
+
84
+
2. Select **Go to workspace**.
85
+
86
+
3. Click **Solutions** under **General**.
87
+
88
+
4. On the Solutions page, select **Start-Stop-VM[Workspace]**.
89
+
90
+
5. On the **VMManagementSolution[Workspace]** page, select **Delete** from the menu.
91
+
92
+

93
+
94
+
6. In the Delete Solution window, confirm that you want to delete the feature.
95
+
96
+
7. While the information is verified and the feature is deleted, you can track the progress under **Notifications**, chosen from the menu. You're returned to the Solutions page after the removal process.
97
+
98
+
8. If you don't want to keep the resources created by the feature or by you afterwards (such as, variables, schedules, etc.), you have to manually delete them from the account.
0 commit comments