Skip to content

Commit 1ab24e0

Browse files
authored
Merge pull request #102771 from yossi-y/patch-41
Minor text edits
2 parents 917eea0 + 6205c4f commit 1ab24e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ When you delete a Log Analytics workspace, a soft-delete operation is performed
2020
After the soft-delete period, the workspace resource and its data are non-recoverable – its data is queued for permanent deletion and completely purged within 30 days. The workspace name is 'released' and you can use it to create a new workspace.
2121

2222
> [!NOTE]
23-
> If you want to override the soft-delete behavior and delete your workspace permanently, follow the steps in [Permanent workspace delete](#Permanent workspace delete).
23+
> If you want to override the soft-delete behavior and delete your workspace permanently, follow the steps in [Permanent workspace delete](Permanent workspace delete).
2424
2525
You want to exercise caution when you delete a workspace because there might be important data and configuration that may negatively impact your service operation. Review what agents, solutions, and other Azure services and sources that store their data in Log Analytics, such as:
2626

@@ -60,7 +60,7 @@ The soft-delete method may not fit in some scenarios such as development and tes
6060

6161

6262
> [!IMPORTANT]
63-
> Use caution when permanently deleting your workspace since the operation is irreversible, and your workspace and its data won’t be recoverable.
63+
> Use permanent workspace delete operation with caution since its irreversible and you won’t be able to recover your workspace and its data.
6464
6565
The permanent workspace delete can currently be performed via REST API.
6666

@@ -77,6 +77,7 @@ To permanently delete your workspace, use the [Workspaces - Delete REST]( https:
7777
> 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
7878
> Authorization: Bearer eyJ0eXAiOiJKV1Qi….
7979
> ```
80+
Where ‘eyJ0eXAiOiJKV1Qi…’ represents the full authorization token.
8081
8182
## Recover workspace
8283

0 commit comments

Comments
 (0)