create_warehouse
Create a new warehouse in Microsoft Fabric by specifying a name and optional workspace, description, or folder. Use it to provision dedicated SQL analytics storage for your data.
Instructions
Create a new warehouse in a Fabric workspace.
Args:
name: Name of the warehouse
workspace: Name or ID of the workspace (optional)
description: Description of the warehouse (optional)
ctx: Context object containing client information
Returns:
A string confirming the warehouse has been created or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| folder_id | No | ||
| workspace | No | ||
| description | No |