Skip to content

Commit c2c3c7d

Browse files
committed
Update logs-dedicated-clusters.md
1 parent 71ec7a0 commit c2c3c7d

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Capabilities that require dedicated clusters:
2020
- **[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.
2121
- **[Cross-query optimization](../logs/cross-workspace-query.md)** - Cross-workspace queries run faster when workspaces are on the same cluster.
2222
- **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.
2424

2525
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.
2626

2727
## 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.
2929
## Required permissions
3030

3131
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
4444
Provide the following properties when creating new dedicated cluster:
4545

4646
- **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).
4848
- **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.
5252

5353
*Identity in Cluster's REST Call*
5454
```json
@@ -58,7 +58,7 @@ Provide the following properties when creating new dedicated cluster:
5858
}
5959
}
6060
```
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.
6262

6363
*Identity in Cluster's REST Call*
6464
```json
@@ -72,9 +72,9 @@ Provide the following properties when creating new dedicated cluster:
7272
}
7373
```
7474

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.
7676

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.
7878

7979
> [!NOTE]
8080
> 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
197197
}
198198
```
199199

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.
201201

202202
---
203203

@@ -347,7 +347,7 @@ Authorization: Bearer <token>
347347

348348
## Change cluster properties
349349

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:
351351

352352
- **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).
353353
- **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.
465465

466466
## Update commitment tier in cluster
467467

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.
469469

470470
#### [CLI](#tab/cli)
471471

@@ -625,21 +625,21 @@ 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 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.
629629

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

632632
- A maximum of two workspace link operations on particular workspace is allowed in 30 day period.
633633

634634
- Moving a cluster to another resource group or subscription isn't currently supported.
635635

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.
637637

638638
- Lockbox isn't currently available in China.
639639

640640
- [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.
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.
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.
643643

644644
- 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.
645645

@@ -651,35 +651,35 @@ Authorization: Bearer <token>
651651

652652
- 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*.
653653

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.
655655

656656
## Error messages
657657

658658
### Cluster Create
659659

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.
661661
- 400--The body of the request is null or in bad format.
662662
- 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.
664664
- 400--Missing Capacity in SKU. Set Capacity value to 500, 1000, 2000 or 5000 GB/day.
665665
- 400--Capacity is locked for 30 days. Decreasing capacity is permitted 30 days after update.
666666
- 400--No SKU was set. Set the SKU name to capacityReservation and Capacity value to 500, 1000, 2000 or 5000 GB/day.
667667
- 400--Identity is null or empty. Set Identity with systemAssigned type.
668668
- 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.
670670

671671
### Cluster Update
672672

673673
- 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).
675675
- 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.
678678
- 400--Cluster is in deleting state. Wait for the Async operation to complete and try again.
679679

680680
### Cluster Get
681681

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.
683683

684684
### Cluster Delete
685685

0 commit comments

Comments
 (0)