File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-monitor/logs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -520,15 +520,15 @@ N/A
520
520
``` azurecli
521
521
az account set --subscription "cluster-subscription-id"
522
522
523
- az monitor log-analytics cluster update --resource-group "resource-group-name" --name "cluster-name" --sku-capacity 100
523
+ az monitor log-analytics cluster update --resource-group "resource-group-name" --name "cluster-name" --sku-capacity 500
524
524
```
525
525
526
526
#### [ PowerShell] ( #tab/powershell )
527
527
528
528
``` powershell
529
529
Select-AzSubscription "cluster-subscription-id"
530
530
531
- Update-AzOperationalInsightsCluster -ResourceGroupName "resource-group-name" -ClusterName "cluster-name" -SkuCapacity 100
531
+ Update-AzOperationalInsightsCluster -ResourceGroupName "resource-group-name" -ClusterName "cluster-name" -SkuCapacity 500
532
532
```
533
533
534
534
#### [ REST API] ( #tab/restapi )
You can’t perform that action at this time.
0 commit comments