create_fabric_notebook
Creates a new Microsoft Fabric notebook in a specified workspace, using integration or streaming templates to set up optimized code structures for data workflows.
Instructions
Create a new notebook optimized for Microsoft Fabric using advanced templates.
Args:
workspace: Name or ID of the workspace
notebook_name: Name of the new notebook
template_type: Type of Fabric template ('fabric_integration', 'streaming')
ctx: Context object containing client information
Returns:
A string containing the ID of the created notebook or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| notebook_name | Yes | ||
| template_type | No | fabric_integration |