.show workload_group command
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer
Shows a specific workload group or all workload group definitions.
Permissions
You must have Cluster AllDatabasesAdmin permissions to run this command.
Note
The admin
role inherits Cluster AllDatabasesAdmin
permissions.
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}}]} |