Skip to content

Commit 025aca1

Browse files
authored
Merge pull request #64574 from eiurbach/patch-1
Update delete-workspace.md
2 parents fb3a678 + d8b0dd8 commit 025aca1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ You must have at least *Log Analytics Contributor* permissions to delete a works
109109
* If you get an error message *This workspace name is already in use* or *conflict* when creating a workspace, it could be since:
110110
* The workspace name isn't available and being used by someone in your organization, or by other customer.
111111
* The workspace was deleted in the last 14 days and its name kept reserved for the soft-delete period. To override the soft-delete and permanently delete your workspace to create a new workspace with the same name, follow these steps to recover the workspace first and perform permanent delete:<br>
112-
1. [Recover](#recover-workspace) your workspace.
113-
2. [Permanently delete](#permanent-workspace-delete) your workspace.
114-
3. Create a new workspace using the same workspace name.
112+
1. [Recover](#recover-workspace) your workspace.
113+
2. [Permanently delete](#permanent-workspace-delete) your workspace.
114+
3. Create a new workspace using the same workspace name.
115+
* If you see a 204 response code that shows *Resource not found*, the cause might be consecutive tries to use the delete workspace operation. 204 is an empty response, which usually means that the resource doesn't exist, so the delete completed without doing anything.
116+
After the deletion call is successfully completed on the back end, you can restore the workspace and complete the permanent delete operation in one of the methods suggested earlier.
117+

0 commit comments

Comments
 (0)