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/logs/logs-dedicated-clusters.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Provide the following properties when creating new dedicated cluster:
75
75
76
76
After you create your cluster resource, you can edit properties such as *sku*, *keyVaultProperties, or *billingType*. See more details below.
77
77
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.
79
79
80
80
> [!NOTE]
81
81
> Cluster creation triggers resource allocation and provisioning. This operation can take a few hours to complete.
@@ -577,13 +577,13 @@ N/A
577
577
578
578
You need to have *write* permissions on the cluster resource.
579
579
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.
582
582
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.
584
584
585
585
> [!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.
587
587
> - Cluster's name remain reserved for 14 days after deletion, and can't be used for creating a new cluster.
588
588
589
589
Use the following commands to delete a cluster:
@@ -625,7 +625,7 @@ Authorization: Bearer <token>
625
625
626
626
- A maximum of five active clusters can be created in each region and subscription.
627
627
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.
629
629
630
630
- A maximum of 1,000 Log Analytics workspaces can be linked to a cluster.
- 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.
642
642
- Double encryption setting can't be changed after the cluster has been created.
643
643
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.
645
645
646
646
## Troubleshooting
647
647
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.
649
649
650
650
- If you update your cluster while the cluster is at provisioning or updating state, the update will fail.
651
651
@@ -679,7 +679,7 @@ Authorization: Bearer <token>
679
679
680
680
### Cluster Get
681
681
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.
683
683
684
684
### Cluster Delete
685
685
@@ -689,7 +689,7 @@ Authorization: Bearer <token>
689
689
690
690
- 404--Workspace not found. The workspace you specified doesn't exist or was deleted.
691
691
- 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.
693
693
694
694
### Workspace unlink
695
695
- 404--Workspace not found. The workspace you specified doesn't exist or was deleted.
0 commit comments