Skip to content

Commit 84af77a

Browse files
committed
Moving up the description of the billingType property.
1 parent a4631d0 commit 84af77a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,10 @@ Content-type: application/json
492492

493493
### Update billingType in cluster
494494

495+
The *billingType* property determines the billing attribution for the cluster and its data:
496+
- *Cluster* (default) -- billing is attributed to the Cluster resource
497+
- *Workspaces* -- billing is attributed to linked workspaces proportionally. When data volume from all linked workspaces is below Commitment Tier level, the bill for the remaining volume is attributed to the cluster
498+
495499
#### [CLI](#tab/cli)
496500

497501
N/A
@@ -504,10 +508,6 @@ Select-AzSubscription "cluster-subscription-id"
504508
Update-AzOperationalInsightsCluster -ResourceGroupName "resource-group-name" -ClusterName "cluster-name" -BillingType "Workspaces"
505509
```
506510

507-
The *billingType* property determines the billing attribution for the cluster and its data:
508-
- *Cluster* (default) -- billing is attributed to the Cluster resource
509-
- *Workspaces* -- billing is attributed to linked workspaces proportionally. When data volume from all linked workspaces is below Commitment Tier level, the bill for the remaining volume is attributed to the cluster
510-
511511
#### [REST API](#tab/restapi)
512512

513513
*Call*

0 commit comments

Comments
 (0)