Skip to content

Commit b36655d

Browse files
Merge pull request #231352 from yossi-y/main
Remove soft-delete mentions
2 parents a5f0401 + f42682e commit b36655d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/azure-monitor/logs/logs-dedicated-clusters.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Provide the following properties when creating new dedicated cluster:
7575

7676
After you create your cluster resource, you can edit properties such as *sku*, *keyVaultProperties, or *billingType*. See more details below.
7777

78-
You can have up to five active clusters per subscription per region. If the cluster is deleted, it's still reserved for 14 days. You can have up to seven clusters per subscription and region, five active, plus two deleted in past 14 days.
78+
Deleted clusters take two weeks to be completely removed. You can have up to seven clusters per subscription and region, five active, and two deleted in past two weeks.
7979

8080
> [!NOTE]
8181
> Cluster creation triggers resource allocation and provisioning. This operation can take a few hours to complete.
@@ -577,13 +577,13 @@ N/A
577577

578578
You need to have *write* permissions on the cluster resource.
579579

580-
When deleting a cluster, you're losing access to all data in cluster, which was ingested from workspaces that were linked to it. This operation isn't reversible.
581-
The cluster's billing stops when deleted, regardless of the 30-days commitment tier in cluster.
580+
When deleting a cluster, you're losing access to all data, which was ingested from workspaces that were linked to it. This operation isn't reversible.
581+
The cluster's billing stops when cluster is deleted, regardless of the 30-days commitment tier defined in cluster.
582582

583-
If you delete your cluster while workspaces are linked, Workspaces get automatically unlinked from the cluster before the cluster delete, and new data sent to workspaces gets ingested to Log Analytics store instead. If the retention of data in workspaces older than the period it was linked to the cluster, you can query workspace for the time range before the link to cluster and after the unlink, and the service performs cross-cluster queries seamlessly.
583+
If you delete your cluster while workspaces are linked, workspaces get automatically unlinked from the cluster before the cluster delete, and new data to workspaces gets ingested to Log Analytics clusters instead. You can query workspace for the time range before it was linked to the cluster, and after the unlink, and the service performs cross-cluster queries seamlessly.
584584

585585
> [!NOTE]
586-
> - There is a limit of seven clusters per subscription and region, five active, plus two deleted in past 14 days.
586+
> - There is a limit of seven clusters per subscription and region, five active, plus two that were deleted in past two weeks.
587587
> - Cluster's name remain reserved for 14 days after deletion, and can't be used for creating a new cluster.
588588
589589
Use the following commands to delete a cluster:
@@ -625,7 +625,7 @@ Authorization: Bearer <token>
625625

626626
- A maximum of five active clusters can be created in each region and subscription.
627627

628-
- A maximum of seven clusters allowed per subscription and region, five active, plus two deleted in past 14 days.
628+
- A maximum of seven clusters allowed per subscription and region, five active, plus two that were deleted in past 2 weeks.
629629

630630
- A maximum of 1,000 Log Analytics workspaces can be linked to a cluster.
631631

@@ -641,11 +641,11 @@ Authorization: Bearer <token>
641641
- If you create a cluster and get an error "region-name doesn't support Double Encryption for clusters.", you can still create the cluster without Double encryption by adding `"properties": {"isDoubleEncryptionEnabled": false}` in the REST request body.
642642
- Double encryption setting can't be changed after the cluster has been created.
643643

644-
- Deleting a linked workspace is permitted while linked to cluster. If you decide to [recover](./delete-workspace.md#recover-a-workspace) the workspace during the [soft-delete](./delete-workspace.md#soft-delete-behavior) period, it returns to previous state and remains linked to cluster.
644+
- Deleting a linked workspace is permitted while linked to cluster. If you decide to [recover](./delete-workspace.md#recover-a-workspace) a workspace during the [soft-delete](./delete-workspace.md#soft-delete-behavior) period, it returns to previous state and remains linked to cluster.
645645

646646
## Troubleshooting
647647

648-
- If you get conflict error when creating a cluster, it may be that you've deleted your cluster in the last 14 days and it's in a soft-delete state. The cluster name remains reserved during the soft-delete period and you can't create a new cluster with that name. The name is released after the soft-delete period when the cluster is permanently deleted.
648+
- If you get conflict error when creating a cluster, it might have been deleted in past 2 weeks and in deletion process yet. The cluster name remains reserved during the 2 weeks deletion period and you can't create a new cluster with that name.
649649

650650
- If you update your cluster while the cluster is at provisioning or updating state, the update will fail.
651651

@@ -679,7 +679,7 @@ Authorization: Bearer <token>
679679

680680
### Cluster Get
681681

682-
- 404--Cluster not found, the cluster might have been deleted. If you try to create a cluster with that name and get conflict, the cluster is in soft-delete for 14 days. You can contact support to recover it, or use another name to create a new cluster.
682+
- 404--Cluster not found, the cluster might have been deleted. If you try to create a cluster with that name and get conflict, the cluster is in deletion process.
683683

684684
### Cluster Delete
685685

@@ -689,7 +689,7 @@ Authorization: Bearer <token>
689689

690690
- 404--Workspace not found. The workspace you specified doesn't exist or was deleted.
691691
- 409--Workspace link or unlink operation in process.
692-
- 400--Cluster not found, the cluster you specified doesn't exist or was deleted. If you try to create a cluster with that name and get conflict, the cluster is in soft-delete for 14 days. You can contact support to recover it.
692+
- 400--Cluster not found, the cluster you specified doesn't exist or was deleted.
693693

694694
### Workspace unlink
695695
- 404--Workspace not found. The workspace you specified doesn't exist or was deleted.

0 commit comments

Comments
 (0)