Skip to content

Commit 7eacd7c

Browse files
Merge pull request #271476 from quillanogle/docs-editor/logs-dedicated-clusters-1712592238
Update logs-dedicated-clusters.md
2 parents da03a10 + 27708a3 commit 7eacd7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Provide the following properties when creating new dedicated cluster:
5656
- **ClusterName**: Must be unique for the resource group.
5757
- **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).
5858
- **Location**
59-
- **SkuCapacity**: You can set the commitment tier to 100, 200, 300, 400, 500, 1000, 2000, 5000, 10000, 25000, 50000 GB per day. For more information on cluster costs, see [Dedicate clusters](./cost-logs.md#dedicated-clusters).
59+
- **SkuCapacity**: You can set the commitment tier to 100, 200, 300, 400, 500, 1000, 2000, 5000, 10000, 25000, 50000 GB per day. The minimum commitment tier supported in CLI is 500 currently. Use REST to configure lower commitment tiers with minimum of 100. For more information on cluster costs, see [Dedicate clusters](./cost-logs.md#dedicated-clusters).
6060
- **Managed identity**: Clusters support two [managed identity types](../../active-directory/managed-identities-azure-resources/overview.md#managed-identity-types):
6161
- 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.
6262

@@ -762,11 +762,11 @@ Authorization: Bearer <token>
762762

763763
### Cluster Get
764764

765-
- 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.
765+
- 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.
766766

767767
### Cluster Delete
768768

769-
- 409--Can't delete a cluster while in provisioning state. Wait for the Async operation to complete and try again.
769+
- 409--Can't delete a cluster while in provisioning state. Wait for the Async operation to complete and try again.
770770

771771
### Workspace link
772772

0 commit comments

Comments
 (0)