Skip to content

Commit 76fec26

Browse files
committed
Change min CT for cluster to 100
1 parent b8a2e55 commit 76fec26

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

articles/azure-monitor/logs/cost-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Monitor Logs cost calculations and options
33
description: Cost details for data stored in a Log Analytics workspace in Azure Monitor, including commitment tiers and data size calculation.
44
ms.topic: conceptual
55
ms.reviewer: Dale.Koetke
6-
ms.date: 06/23/2023
6+
ms.date: 01/25/2024
77
ms.reviwer: dalek git
88
---
99

@@ -67,7 +67,7 @@ Azure Commitment Discounts, such as discounts received from [Microsoft Enterpris
6767
6868
## Dedicated clusters
6969

70-
An [Azure Monitor Logs dedicated cluster](logs-dedicated-clusters.md) is a collection of workspaces in a single managed Azure Data Explorer cluster. Dedicated clusters support advanced features, such as [customer-managed keys](customer-managed-keys.md), and use the same commitment-tier pricing model as workspaces, although they must have a commitment level of at least 500 GB per day. Any usage above the commitment level (overage) is billed at that same price per GB as provided by the current commitment tier. There's no pay-as-you-go option for clusters.
70+
An [Azure Monitor Logs dedicated cluster](logs-dedicated-clusters.md) is a collection of workspaces in a single managed Azure Data Explorer cluster. Dedicated clusters support advanced features, such as [customer-managed keys](customer-managed-keys.md), and use the same commitment-tier pricing model as workspaces, although they must have a commitment level of at least 100 GB per day. Any usage above the commitment level (overage) is billed at that same price per GB as provided by the current commitment tier. There's no pay-as-you-go option for clusters.
7171

7272
The cluster commitment tier has a 31-day commitment period after the commitment level is increased. During the commitment period, the commitment tier level can't be reduced, but it can be increased at any time. When workspaces are associated to a cluster, the data ingestion billing for those workspaces is done at the cluster level by using the configured commitment tier level.
7373

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Azure Monitor Logs Dedicated Clusters
33
description: Customers meeting the minimum commitment tier could use dedicated clusters
44
ms.topic: conceptual
55
ms.reviewer: yossiy
6-
ms.date: 12/01/2023
6+
ms.date: 01/25/2024
77
ms.custom: devx-track-azurepowershell, devx-track-azurecli
88
---
99

1010
# Create and manage a dedicated cluster in Azure Monitor Logs
1111

12-
Linking a Log Analytics workspace to a dedicated cluster in Azure Monitor provides advanced capabilities and higher query utilization. Clusters require a minimum ingestion commitment of 500 GB per day. You can link and unlink workspaces from a dedicated cluster without any data loss or service interruption.
12+
Linking a Log Analytics workspace to a dedicated cluster in Azure Monitor provides advanced capabilities and higher query utilization. Clusters require a minimum ingestion commitment of 100 GB per day. You can link and unlink workspaces from a dedicated cluster without any data loss or service interruption.
1313

1414
## Advanced capabilities
1515
Capabilities that require dedicated clusters:
@@ -24,7 +24,7 @@ eligible for commitment tier discount.
2424
- **[Ingest from Azure Event Hubs](../logs/ingest-logs-event-hub.md)** - Lets you ingest data directly from an event hub into a Log Analytics workspace. Dedicated cluster lets you use capability when ingestion from all linked workspaces combined meet commitment tier.
2525

2626
## Cluster pricing model
27-
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. The commitment tiers have a 31-day commitment period from the time a commitment tier is selected.
27+
Log Analytics Dedicated Clusters use a commitment tier pricing model of at least 100 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. The commitment tiers have a 31-day commitment period from the time a commitment tier is selected.
2828

2929
## Required permissions
3030

@@ -46,7 +46,7 @@ Provide the following properties when creating new dedicated cluster:
4646
- **ClusterName**: Must be unique for the resource group.
4747
- **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**: 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).
49+
- **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).
5050
- **Managed identity**: Clusters support two [managed identity types](../../active-directory/managed-identities-azure-resources/overview.md#managed-identity-types):
5151
- 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

@@ -120,7 +120,7 @@ Content-type: application/json
120120
},
121121
"sku": {
122122
"name": "capacityReservation",
123-
"Capacity": 500
123+
"Capacity": 100
124124
},
125125
"properties": {
126126
"billingType": "Cluster",
@@ -175,7 +175,7 @@ Send a GET request on the cluster resource and look at the *provisioningState* v
175175
},
176176
"sku": {
177177
"name": "capacityreservation",
178-
"capacity": 500
178+
"capacity": 100
179179
},
180180
"properties": {
181181
"provisioningState": "ProvisioningAccount",
@@ -187,7 +187,7 @@ Send a GET request on the cluster resource and look at the *provisioningState* v
187187
"isAvailabilityZonesEnabled": false,
188188
"capacityReservationProperties": {
189189
"lastSkuUpdate": "last-sku-modified-date",
190-
"minCapacity": 500
190+
"minCapacity": 100
191191
}
192192
},
193193
"id": "/subscriptions/subscription-id/resourceGroups/resource-group-name/providers/Microsoft.OperationalInsights/clusters/cluster-name",
@@ -409,7 +409,7 @@ Authorization: Bearer <token>
409409
},
410410
"sku": {
411411
"name": "capacityreservation",
412-
"capacity": 500
412+
"capacity": 100
413413
},
414414
"properties": {
415415
"provisioningState": "Succeeded",
@@ -421,7 +421,7 @@ Authorization: Bearer <token>
421421
"isAvailabilityZonesEnabled": false,
422422
"capacityReservationProperties": {
423423
"lastSkuUpdate": "last-sku-modified-date",
424-
"minCapacity": 500
424+
"minCapacity": 100
425425
}
426426
},
427427
"id": "/subscriptions/subscription-id/resourceGroups/resource-group-name/providers/Microsoft.OperationalInsights/clusters/cluster-name",
@@ -472,7 +472,7 @@ The same as for 'clusters in a resource group', but in subscription scope.
472472

473473
## Update commitment tier in cluster
474474

475-
When the data volume to linked workspaces changes over time, you can update the Commitment Tier level appropriately to optimize cost. The tier is specified in units of Gigabytes (GB) and can have values of 500, 1000, 2000 or 5000 GB per day. You don't have to provide the full REST request body, but you must include the sku.
475+
When the data volume to linked workspaces changes over time, you can update the Commitment Tier level appropriately to optimize cost. The tier is specified in units of Gigabytes (GB) and can have values of 100, 200, 300, 400, 500, 1000, 2000, 5000, 10000, 25000, 50000 GB per day. You don't have to provide the full REST request body, but you must include the sku.
476476

477477
During the commitment period, you can change to a higher commitment tier, which restarts the 31-day commitment period. You can't move back to pay-as-you-go or to a lower commitment tier until after you finish the commitment period.
478478

@@ -481,15 +481,15 @@ During the commitment period, you can change to a higher commitment tier, which
481481
```azurecli
482482
az account set --subscription "cluster-subscription-id"
483483
484-
az monitor log-analytics cluster update --resource-group "resource-group-name" --name "cluster-name" --sku-capacity 500
484+
az monitor log-analytics cluster update --resource-group "resource-group-name" --name "cluster-name" --sku-capacity 100
485485
```
486486

487487
#### [PowerShell](#tab/powershell)
488488

489489
```powershell
490490
Select-AzSubscription "cluster-subscription-id"
491491
492-
Update-AzOperationalInsightsCluster -ResourceGroupName "resource-group-name" -ClusterName "cluster-name" -SkuCapacity 500
492+
Update-AzOperationalInsightsCluster -ResourceGroupName "resource-group-name" -ClusterName "cluster-name" -SkuCapacity 100
493493
```
494494

495495
#### [REST API](#tab/restapi)
@@ -679,9 +679,9 @@ Authorization: Bearer <token>
679679
- 400--The body of the request is null or in bad format.
680680
- 400--SKU name is invalid. Set SKU name to capacityReservation.
681681
- 400--Capacity was provided but SKU isn't capacityReservation. Set SKU name to capacityReservation.
682-
- 400--Missing Capacity in SKU. Set Capacity value to 500, 1000, 2000 or 5000 GB/day.
682+
- 400--Missing Capacity in SKU. Set Capacity value to 100, 200, 300, 400, 500, 1000, 2000, 5000, 10000, 25000, 50000 GB per day.
683683
- 400--Capacity is locked for 30 days. Decreasing capacity is permitted 30 days after update.
684-
- 400--No SKU was set. Set the SKU name to capacityReservation and Capacity value to 500, 1000, 2000 or 5000 GB/day.
684+
- 400--No SKU was set. Set the SKU name to capacityReservation and Capacity value to 100, 200, 300, 400, 500, 1000, 2000, 5000, 10000, 25000, 50000 GB per day.
685685
- 400--Identity is null or empty. Set Identity with systemAssigned type.
686686
- 400--KeyVaultProperties are set on creation. Update KeyVaultProperties after cluster creation.
687687
- 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.

0 commit comments

Comments
 (0)