create_sql_pool
Add a custom SQL pool to a Microsoft Fabric workspace. Configure resource percentage, default pool, read optimization, and classifier rules for workload management.
Instructions
Add a new custom SQL pool to a workspace.
Args:
workspace: Workspace name or GUID.
name: Pool name (must be unique within the workspace).
max_percent: Max resource percentage (1-100).
is_default: Whether this pool is the default pool. Defaults to false.
optimize_for_reads: Enable read optimisation. Defaults to true.
classifier_type: Classifier type (e.g. "Application Name").
classifier_values: List of classifier values (e.g. application names).
Requires workspace admin role. This tool targets a beta / preview API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| name | Yes | ||
| max_percent | Yes | ||
| is_default | No | ||
| optimize_for_reads | No | ||
| classifier_type | No | ||
| classifier_values | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||