map_create
Creates a new Map item in a specified Microsoft Fabric workspace. Accepts optional definition, description, and folder placement for organized data mapping.
Instructions
Create a Map item in Microsoft Fabric.
Authentication is handled transparently using Azure Identity.
:param workspace_id: The workspace ID (UUID)
:param map_name: Name for the new map item
:param definition: Map item definition (auto-generated basic one if not provided)
:param description: Optional description for the map
:param folder_id: Optional folder ID (UUID) to place the map in.
If not specified, the Map is created with the workspace root folder.
:return: Created map details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| map_name | Yes | ||
| folder_id | No | ||
| definition | No | ||
| description | No | ||
| workspace_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||