eventstream_create
Create a new Eventstream item in Microsoft Fabric with a required workspace ID and optional custom name, ID, definition, and description.
Instructions
Create an Eventstream item in Microsoft Fabric.
Authentication is handled transparently using Azure Identity.
User-friendly options:
- Provide only eventstream_name: Auto-generates IDs and creates basic eventstream
- Provide only eventstream_id: Auto-generates name as "Eventstream_YYYYMMDD_HHMMSS"
- Provide both: Uses your specified values
- Provide full definition: Advanced users can specify complete eventstream config
:param workspace_id: The workspace ID (UUID)
:param eventstream_name: Name for the new eventstream (auto-generated if not provided)
:param eventstream_id: ID for the eventstream (auto-generated if not provided)
:param definition: Eventstream definition (auto-generated basic one if not provided)
:param description: Optional description for the eventstream
:return: Created eventstream details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| definition | No | ||
| description | No | ||
| workspace_id | Yes | ||
| eventstream_id | No | ||
| eventstream_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |