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/delete-workspace.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.date: 01/14/2020
9
9
10
10
---
11
11
12
-
# Delete and restore Azure Log Analytics workspace
12
+
# Delete and recover Azure Log Analytics workspace
13
13
14
14
This article explains the concept of Azure Log Analytics workspace soft-delete and how to recover deleted workspace.
15
15
@@ -29,14 +29,14 @@ You want to exercise caution when you delete a workspace because there might be
29
29
* Agents running on Windows and Linux computers in your environment
30
30
* System Center Operations Manager
31
31
32
-
The soft-delete operation deletes the workspace resource and any associated users’ permission is broken. If users are associated with other workspaces, then they can continue using Log Analytics with those other workspaces.
32
+
The soft-delete operation deletes the workspace resource and any associated users' permission is broken. If users are associated with other workspaces, then they can continue using Log Analytics with those other workspaces.
33
33
34
34
## Soft-delete behavior
35
35
36
36
The workspace delete operation removes the workspace Resource Manager resource, but its configuration and data are kept for 14 days, while giving the appearance that the workspace is deleted. Any agents and System Center Operations Manager management groups configured to report to the workspace remain in an orphaned state during the soft-delete period. The service further provides a mechanism for recovering the deleted workspace including its data and connected resources, essentially undoing the deletion.
37
37
38
38
> [!NOTE]
39
-
> Installed solutions and linked services like your Azure Automation account are permanently removed from the workspace at deletion time and can’t be recovered. These should be reconfigured after the recovery operation to bring the workspace to its previously configured state.
39
+
> Installed solutions and linked services like your Azure Automation account are permanently removed from the workspace at deletion time and can't be recovered. These should be reconfigured after the recovery operation to bring the workspace to its previously configured state.
40
40
41
41
You can delete a workspace using [PowerShell](https://docs.microsoft.com/powershell/module/azurerm.operationalinsights/remove-azurermoperationalinsightsworkspace?view=azurermps-6.13.0), [REST API](https://docs.microsoft.com/rest/api/loganalytics/workspaces/delete), or in the [Azure portal](https://portal.azure.com).
The soft-delete method may not fit in some scenarios such as development and testing, where you need to repeat a deployment with the same settings and workspace name. In such cases you can permanently delete your workspace and “override” the soft-delete period. The permanent workspace delete operation releases the workspace name and you can create a new workspace using the same name.
58
+
The soft-delete method may not fit in some scenarios such as development and testing, where you need to repeat a deployment with the same settings and workspace name. In such cases you can permanently delete your workspace and "override" the soft-delete period. The permanent workspace delete operation releases the workspace name and you can create a new workspace using the same name.
59
59
60
60
61
61
> [!IMPORTANT]
62
-
> Use permanent workspace delete operation with caution since its irreversible and you won’t be able to recover your workspace and its data.
62
+
> Use permanent workspace delete operation with caution since its irreversible and you won't be able to recover your workspace and its data.
63
63
64
64
The permanent workspace delete can currently be performed via REST API.
65
65
@@ -76,7 +76,7 @@ To permanently delete your workspace, use the [Workspaces - Delete REST]( https:
0 commit comments