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.
Applies to: ✅ Azure Data Explorer
Shows a specific workload group or all workload group definitions.
You must have Cluster AllDatabasesAdmin permissions to run this command.
.show
workload_group
WorkloadGroupName
.show
workload_groups
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
WorkloadGroupName | string |
✔️ | Name of the workload group. Can be specified with bracket notation ['WorkLoadGroupName']. |
Show definition for MyWorkloadGroup workload group:
.show workload_group MyWorkloadGroup
Output
WorkloadGroupName | WorkloadGroup |
---|---|
MyWorkloadGroup | {"RequestRateLimitPolicies": [{"IsEnabled": true, "Scope": "WorkloadGroup", "LimitKind": "ConcurrentRequests", "Properties": {"MaxConcurrentRequests": 30}}]} |