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
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,12 @@ Capabilities that require dedicated clusters:
20
20
-**[Double encryption](../../storage/common/storage-service-encryption.md#doubly-encrypt-data-with-infrastructure-encryption)** - Protect against a scenario where one of the encryption algorithms or keys may be compromised. In this case, the extra layer of encryption continues to protect your data.
21
21
-**[Cross-query optimization](../logs/cross-workspace-query.md)** - Cross-workspace queries run faster when workspaces are on the same cluster.
22
22
-**Cost optimization** - Link your workspaces in same region to cluster to get commitment tier discount to all workspaces, even to ones with low ingestion that aren't eligible for commitment tier discount.
23
-
-**[Availability zones](../../availability-zones/az-overview.md)** - Protect your data from datacenter failures by relying on datacenters in different physical locations, equipped with independent power, cooling, and networking. The physical separation in zones and independent infrastructure makes an incident far less likely since the workspace can rely on the resources from any of the zones. [Azure Monitor availability zones](./availability-zones.md) covers broader parts of the service and when available in your region, extends your Azure Monitor resiliency automatically. Azure Monitor creates dedicated clusters as availability-zone-enabled (`isAvailabilityZonesEnabled`: 'true') by default in supported regions. You can't alter this setting after creating the cluster.
23
+
-**[Availability zones](../../availability-zones/az-overview.md)** - Protect your data from datacenter failures by relying on datacenters in different physical locations, equipped with independent power, cooling, and networking. The physical separation in zones and independent infrastructure makes an incident far less likely since the workspace can rely on the resources from any of the zones. [Azure Monitor availability zones](./availability-zones.md) covers broader parts of the service and when available in your region, extends your Azure Monitor resilience automatically. Azure Monitor creates dedicated clusters as availability-zone-enabled (`isAvailabilityZonesEnabled`: 'true') by default in supported regions. You can't alter this setting after creating the cluster.
24
24
25
25
Availability zones aren't currently available in all regions. You can enable availability zones on dedicated clusters created before mid-October 2020 in supported regions. New clusters created in supported regions after that date have availability zones enabled by default.
26
26
27
27
## Cluster pricing model
28
-
Log Analytics Dedicated Clusters use a commitment tier pricing model of at least 500 GB/day. Any usage above the tier level will be billed at effective per-GB rate of that commitment tier. See [Azure Monitor Logs pricing details](cost-logs.md#dedicated-clusters) for pricing details for dedicated clusters.
28
+
Log Analytics Dedicated Clusters use a commitment tier pricing model of at least 500 GB/day. Any usage above the tier level incurs charges based on the per-GB rate of that commitment tier. See [Azure Monitor Logs pricing details](cost-logs.md#dedicated-clusters) for pricing details for dedicated clusters.
29
29
## Required permissions
30
30
31
31
To perform cluster-related actions, you need these permissions:
@@ -44,11 +44,11 @@ For more information on Log Analytics permissions, see [Manage access to log dat
44
44
Provide the following properties when creating new dedicated cluster:
45
45
46
46
-**ClusterName**: Must be unique for the resource group.
47
-
-**ResourceGroupName**: You should use a central IT resource group because clusters are usually shared by many teams in the organization. For more design considerations, review Design a Log Analytics workspace configuration(../logs/workspace-design.md).
47
+
-**ResourceGroupName**: Use a central IT resource group because many teams in the organization usually share clusters. For more design considerations, review Design a Log Analytics workspace configuration(../logs/workspace-design.md).
48
48
-**Location**
49
-
-**SkuCapacity**: The Commitment Tier (formerly called capacity reservations) can be set to 500, 1000, 2000 or 5000 GB/day. For more information on cluster costs, see [Dedicate clusters](./cost-logs.md#dedicated-clusters).
50
-
-**Managed identity**: Clusters support two [managed identity types](../../active-directory/managed-identities-azure-resources/overview.md#managed-identity-types): System-assigned and User-assigned managed identity, while a single identity can be defined in a cluster depending on your scenario.
51
-
- System-assigned managed identity is simpler and being generated automatically with the cluster creation when identity `type` is set to "*SystemAssigned*". This identity can be used later to grant storage access to your Key Vault for wrap and unwrap operations.
49
+
-**SkuCapacity**: You can set the commitment tier (formerly called capacity reservations) to 500, 1000, 2000 or 5000 GB/day. For more information on cluster costs, see [Dedicate clusters](./cost-logs.md#dedicated-clusters).
50
+
-**Managed identity**: Clusters support two [managed identity types](../../active-directory/managed-identities-azure-resources/overview.md#managed-identity-types):
51
+
- System-assigned managed identity - Generated automatically with the cluster creation when identity `type` is set to "*SystemAssigned*". This identity can be used later to grant storage access to your Key Vault for wrap and unwrap operations.
52
52
53
53
*Identity in Cluster's REST Call*
54
54
```json
@@ -58,7 +58,7 @@ Provide the following properties when creating new dedicated cluster:
58
58
}
59
59
}
60
60
```
61
-
- User-assigned managed identity lets you configure Customer-managed key at cluster creation, when granting it permissions in your Key Vault before cluster creation.
61
+
- User-assigned managed identity - Lets you configure a customer-managed key at cluster creation, when granting it permissions in your Key Vault before cluster creation.
62
62
63
63
*Identity in Cluster's REST Call*
64
64
```json
@@ -72,9 +72,9 @@ Provide the following properties when creating new dedicated cluster:
72
72
}
73
73
```
74
74
75
-
After you create your cluster resource, you can edit additional properties such as *sku*, *keyVaultProperties, or *billingType*. See more details below.
75
+
After you create your cluster resource, you can edit properties such as *sku*, *keyVaultProperties, or *billingType*. See more details below.
76
76
77
-
You can have up to five active clusters per subscription per region. If the cluster is deleted, it is 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.
77
+
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
78
79
79
> [!NOTE]
80
80
> Cluster creation triggers resource allocation and provisioning. This operation can take a few hours to complete.
@@ -197,7 +197,7 @@ Send a GET request on the cluster resource and look at the *provisioningState* v
197
197
}
198
198
```
199
199
200
-
The *principalId* GUID is generated by the managed identity service at cluster creation.
200
+
The managed identity service generates the *principalId* GUID when you create the cluster.
201
201
202
202
---
203
203
@@ -347,7 +347,7 @@ Authorization: Bearer <token>
347
347
348
348
## Change cluster properties
349
349
350
-
After you create your cluster resource and it's fully provisioned, you can edit additional properties using CLI, PowerShell or REST API. The additional properties that can be set after the cluster has been provisioned include the following:
350
+
After you create your cluster resource and it's fully provisioned, you can edit cluster properties using CLI, PowerShell or REST API. Properties you can set after the cluster is provisioned include:
351
351
352
352
-**keyVaultProperties** - Contains the key in Azure Key Vault with the following parameters: *KeyVaultUri*, *KeyName*, *KeyVersion*. See [Update cluster with Key identifier details](../logs/customer-managed-keys.md#update-cluster-with-key-identifier-details).
353
353
-**Identity** - The identity used to authenticate to your Key Vault. This can be System-assigned or User-assigned.
@@ -465,7 +465,7 @@ The same as for 'clusters in a resource group', but in subscription scope.
465
465
466
466
## Update commitment tier in cluster
467
467
468
-
When the data volume to your linked workspaces change over time and you want to update the Commitment Tier level appropriately. The tier is specified in units of GB and can have values of 500, 1000, 2000 or 5000 GB/day. Note that you don't have to provide the full REST request body but should include the sku.
468
+
When the data volume to your linked workspaces changes over time, you can update the Commitment Tier level appropriately. The tier is specified in units of GB and can have values of 500, 1000, 2000 or 5000 GB/day. You don't have to provide the full REST request body, but you must include the sku.
- A maximum of five active clusters can be created in each region and subscription.
627
627
628
-
- A maximum of seven cluster 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 deleted in past 14 days.
629
629
630
630
- A maximum of 1,000 Log Analytics workspaces can be linked to a cluster.
631
631
632
632
- A maximum of two workspace link operations on particular workspace is allowed in 30 day period.
633
633
634
634
- Moving a cluster to another resource group or subscription isn't currently supported.
635
635
636
-
- Cluster update should not include both identity and key identifier details in the same operation. In case you need to update both, the update should be in two consecutive operations.
636
+
- Cluster update shouldn't include both identity and key identifier details in the same operation. In case you need to update both, the update should be in two consecutive operations.
637
637
638
638
- Lockbox isn't currently available in China.
639
639
640
640
-[Double encryption](../../storage/common/storage-service-encryption.md#doubly-encrypt-data-with-infrastructure-encryption) is configured automatically for clusters created from October 2020 in supported regions. You can verify if your cluster is configured for double encryption by sending a GET request on the cluster and observing that the `isDoubleEncryptionEnabled` value is `true` for clusters with Double encryption enabled.
641
641
- 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
-
- Double encryption setting can't can not be changed after the cluster has been created.
642
+
- Double encryption setting can't be changed after the cluster has been created.
643
643
644
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.
- Some operations are long and can take a while to complete. These are *cluster create*, *cluster key update* and *cluster delete*. You can check the operation status by sending GET request to cluster or workspace and observe the response. For example, unlinked workspace won't have the *clusterResourceId* under *features*.
653
653
654
-
-Workspace link to cluster will fail if it is linked to another cluster.
654
+
-If you attempt to link a Log Analytics workspace that's already linked to another cluster, the operation will fail.
655
655
656
656
## Error messages
657
657
658
658
### Cluster Create
659
659
660
-
- 400--Cluster name is not valid. Cluster name can contain characters a-z, A-Z, 0-9 and length of 3-63.
660
+
- 400--Cluster name isn't valid. Cluster name can contain characters a-z, A-Z, 0-9 and length of 3-63.
661
661
- 400--The body of the request is null or in bad format.
662
662
- 400--SKU name is invalid. Set SKU name to capacityReservation.
663
-
- 400--Capacity was provided but SKU is not capacityReservation. Set SKU name to capacityReservation.
663
+
- 400--Capacity was provided but SKU isn't capacityReservation. Set SKU name to capacityReservation.
664
664
- 400--Missing Capacity in SKU. Set Capacity value to 500, 1000, 2000 or 5000 GB/day.
665
665
- 400--Capacity is locked for 30 days. Decreasing capacity is permitted 30 days after update.
666
666
- 400--No SKU was set. Set the SKU name to capacityReservation and Capacity value to 500, 1000, 2000 or 5000 GB/day.
667
667
- 400--Identity is null or empty. Set Identity with systemAssigned type.
668
668
- 400--KeyVaultProperties are set on creation. Update KeyVaultProperties after cluster creation.
669
-
- 400--Operation cannot be executed now. Async operation is in a state other than succeeded. Cluster must complete its operation before any update operation is performed.
669
+
- 400--Operation can't be executed now. Async operation is in a state other than succeeded. Cluster must complete its operation before any update operation is performed.
670
670
671
671
### Cluster Update
672
672
673
673
- 400--Cluster is in deleting state. Async operation is in progress. Cluster must complete its operation before any update operation is performed.
674
-
- 400--KeyVaultProperties is not empty but has a bad format. See [key identifier update](../logs/customer-managed-keys.md#update-cluster-with-key-identifier-details).
674
+
- 400--KeyVaultProperties isn't empty but has a bad format. See [key identifier update](../logs/customer-managed-keys.md#update-cluster-with-key-identifier-details).
675
675
- 400--Failed to validate key in Key Vault. Could be due to lack of permissions or when key doesn't exist. Verify that you [set key and access policy](../logs/customer-managed-keys.md#grant-key-vault-permissions) in Key Vault.
676
-
- 400--Key is not recoverable. Key Vault must be set to Soft-delete and Purge-protection. See [Key Vault documentation](../../key-vault/general/soft-delete-overview.md)
677
-
- 400--Operation cannot be executed now. Wait for the Async operation to complete and try again.
676
+
- 400--Key isn't recoverable. Key Vault must be set to Soft-delete and Purge-protection. See [Key Vault documentation](../../key-vault/general/soft-delete-overview.md)
677
+
- 400--Operation can't be executed now. Wait for the Async operation to complete and try again.
678
678
- 400--Cluster is in deleting state. Wait for the Async operation to complete and try again.
679
679
680
680
### Cluster Get
681
681
682
-
- 404--Cluster not found, the cluster may 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 soft-delete for 14 days. You can contact support to recover it, or use another name to create a new cluster.
0 commit comments