Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Switch services using the Version drop-down list. Learn more about navigation.
Applies to: ✅ Azure Data Explorer
Shows a specific workload group or all workload group definitions.
Permissions
You must have Cluster AllDatabasesAdmin permissions to run this command.
Syntax
.show workload_group WorkloadGroupName
.show workload_groups
Learn more about syntax conventions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| WorkloadGroupName | string |
✔️ | Name of the workload group. Can be specified with bracket notation ['WorkLoadGroupName']. |
Examples
Show definition for a given workload group
Show definition for MyWorkloadGroup workload group:
.show workload_group MyWorkloadGroup
Output
| WorkloadGroupName | WorkloadGroup |
|---|---|
| MyWorkloadGroup | {"RequestRateLimitPolicies": [{"IsEnabled": true, "Scope": "WorkloadGroup", "LimitKind": "ConcurrentRequests", "Properties": {"MaxConcurrentRequests": 30}}]} |