Skip to content

Commit eb6aaf1

Browse files
authored
Merge pull request #108509 from bwren/am-workspace
Azure Monitor delete workspace title fix
2 parents 7cbb7df + 0a5011e commit eb6aaf1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 01/14/2020
99

1010
---
1111

12-
# Delete and restore Azure Log Analytics workspace
12+
# Delete and recover Azure Log Analytics workspace
1313

1414
This article explains the concept of Azure Log Analytics workspace soft-delete and how to recover deleted workspace.
1515

@@ -29,14 +29,14 @@ You want to exercise caution when you delete a workspace because there might be
2929
* Agents running on Windows and Linux computers in your environment
3030
* System Center Operations Manager
3131

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.
3333

3434
## Soft-delete behavior
3535

3636
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.
3737

3838
> [!NOTE]
39-
> Installed solutions and linked services like your Azure Automation account are permanently removed from the workspace at deletion time and cant 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.
4040
4141
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).
4242

@@ -55,11 +55,11 @@ PS C:\>Remove-AzOperationalInsightsWorkspace -ResourceGroupName "resource-group-
5555
```
5656

5757
## Permanent workspace delete
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.
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.
5959

6060

6161
> [!IMPORTANT]
62-
> Use permanent workspace delete operation with caution since its irreversible and you wont 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.
6363
6464
The permanent workspace delete can currently be performed via REST API.
6565

@@ -76,7 +76,7 @@ To permanently delete your workspace, use the [Workspaces - Delete REST]( https:
7676
> DELETE https://management.azure.com/subscriptions/<subscription-id>/resourcegroups/<resource-group-name>/providers/Microsoft.OperationalInsights/workspaces/<workspace-name>?api-version=2015-11-01-preview&force=true
7777
> Authorization: Bearer eyJ0eXAiOiJKV1Qi….
7878
> ```
79-
Where eyJ0eXAiOiJKV1Qi… represents the full authorization token.
79+
Where 'eyJ0eXAiOiJKV1Qi…' represents the full authorization token.
8080
8181
## Recover workspace
8282

0 commit comments

Comments
 (0)