create_workspace
Create a new Microsoft Fabric workspace by providing a display name. Optionally link it to a capacity, add a description, or assign a domain for better organization.
Instructions
Create a new Fabric workspace.
Args:
display_name: Workspace display name
capacity_id: Optional capacity ID
description: Optional description
domain_id: Optional domain identifier
ctx: Context object containing client information
Returns:
A string confirming creation or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_id | No | ||
| capacity_id | No | ||
| description | No | ||
| display_name | Yes |