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
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 workplace name and you can create a new workspace using the same name.
61
60
62
-
> [!Important]
63
-
> Use cautious when permanently deleting your workspace since the operation is irreversible and your workspace and its data won’t be recoverable.
64
61
65
-
The permanent workspace delete can be performed via REST API currently.
62
+
> [!IMPORTANT]
63
+
> Use caution when permanently deleting your workspace since the operation is irreversible, and your workspace and its data won’t be recoverable.
64
+
65
+
The permanent workspace delete can currently be performed via REST API.
66
66
67
-
> [Information]
67
+
> [!NOTE]
68
68
> Any API request must include a Bearer authorization token in the request header.
> - Navigate to Azure portal in “developer tool” (F12), look in one of the “batch?” instances and look for the authentication string under “Request Headers” – it looks like this: “authorization: Bearer <token>”. Copy and add it to your API call as shown in the examples.
73
-
> - Navigate to Azure REST documentation site – press “Try it” on any API and copy the Bearer token and add it to your API call.
72
+
> - Navigate to Azure portal using the developer's console (F12) in the browser. Look in one of the **batch?** instances for the authentication string under **Request Headers**. This will be in the pattern *authorization: Bearer <token>*. Copy and add this to your API call as shown in the examples.
73
+
> - Navigate to the Azure REST documentation site. press **Try it** on any API, copy the Bearer token, and add it to your API call.
74
74
To permanently delete your workspace, use the [Workspaces - Delete REST](https://docs.microsoft.com/rest/api/loganalytics/workspaces/delete) API call with a force tag:
0 commit comments