Skip to content

Commit 95c0480

Browse files
authored
Merge pull request #116461 from yossi-y/patch-4
Added Troubleshooting
2 parents 3488412 + 19da88d commit 95c0480

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/azure-monitor/learn/quick-create-workspace-cli.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.subservice: logs
55
ms.topic: conceptual
66
author: bwren
77
ms.author: bwren
8-
ms.date: 03/12/2019
8+
ms.date: 05/26/2020
99

1010
---
1111

@@ -114,6 +114,14 @@ The deployment can take a few minutes to complete. When it finishes, you see a m
114114

115115
![Example result when deployment is complete](media/quick-create-workspace-cli/template-output-01.png)
116116

117+
## Troubleshooting
118+
When you create a workspace that was deleted in the last 14 days and in [soft-delete state](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#soft-delete-behavior), the operation could have different outcome depending on your workspace configuration:
119+
1. If you provide the same workspace name, resource group, subscription and region as in the deleted workspace, your workspace will be recovered including its data, configuration and connected agents.
120+
2. If you use the same workspace name, but different resource group, subscription or region, you will get an error *The workspace name 'workspace-name' is not unique*, or *conflict*. To override the soft-delete and permanently delete your workspace and create a new workspace with the same name, follow these steps to recover the workspace first and perform permanent delete:
121+
* [Recover](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#recover-workspace) your workspace
122+
* [Permanently delete](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#permanent-workspace-delete) your workspace
123+
* Create a new workspace using the same workspace name
124+
117125
## Next steps
118126
Now that you have a workspace available, you can configure collection of monitoring telemetry, run log searches to analyze that data, and add a management solution to provide additional data and analytic insights.
119127

0 commit comments

Comments
 (0)