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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.service: log-analytics
11
11
ms.workload: na
12
12
ms.tgt_pltfrm: na
13
13
ms.topic: conceptual
14
-
ms.date: 05/07/2018
14
+
ms.date: 09/26/2019
15
15
ms.author: magoedte
16
16
---
17
17
@@ -36,7 +36,7 @@ The workspace delete operation removes the workspace Resource Manager resource,
36
36
> [!NOTE]
37
37
> Installed solutions and linked services like 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 previous functionality.
38
38
39
-
You can delete a workspace using [PowerShell](https://docs.microsoft.com/powershell/module/azurerm.operationalinsights/remove-azurermoperationalinsightsworkspace?view=azurermps-6.13.0), [API](https://docs.microsoft.com/rest/api/loganalytics/workspaces/delete), or in [Azure portal](https://portal.azure.com).
39
+
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 [Azure portal](https://portal.azure.com).
40
40
41
41
### Delete workspace in Azure portal
42
42
1. To sign in, go to the [Azure portal](https://portal.azure.com).
@@ -49,11 +49,12 @@ You can delete a workspace using [PowerShell](https://docs.microsoft.com/powersh
49
49
## Recover workspace
50
50
If you have Contributor permissions to the subscription and resource group to where the workspace was associated before the soft-delete operation, you can recover it during its soft-delete period including its data, configuration and connected agents. After the soft-delete period, the workspace is non-recoverable and assigned for permanent deletion.
51
51
52
-
You can recover a workspace by re-creating the workspace using any of the supported create methods: PowerShell, Azure CLI, or from the Azure portal as long as these properties are populated with the deleted workspace’s details including:
52
+
You can recover a workspace by re-creating the workspace using [PowerShell](https://docs.microsoft.com/powershell/module/az.operationalinsights/New-AzOperationalInsightsWorkspace) or [REST API](https://docs.microsoft.com/rest/api/loganalytics/workspaces/createorupdate) workspace create methods as long as these properties are populated with the deleted workspace’s details including:
53
53
1. Subscription ID
54
54
2. Resource Group name
55
55
3. Workspace name
56
56
4. Region
57
57
58
58
> [!NOTE]
59
-
> Names of deleted workspaces are kept preserved for the soft-delete period and they can't be used when creating a new workspace. The workspace names are *released* and available for use for new workspace creation after the soft-delete period has expired.
59
+
> * Workspace recovery isn’t supported in the [Azure portal](https://portal.azure.com). Re-creating a workspace during the soft-delete period gives an indication that this workspace name is already in use.
60
+
> * Names of deleted workspaces are preserved for the soft-delete period and they can't be used when creating a new workspace.
0 commit comments