eventstream_create
Create a new Eventstream in Microsoft Fabric for real-time data streaming. Automatically generates IDs and name if not provided, or accepts custom values.
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 |