What problem does it solve?
Setting up Microsoft Fabric Activator (Reflex) alerts requires assembling complex ReflexEntities.json definitions with correctly wired entity graphs, stringified rule templates, and valid source references β a process that fails with opaque 400 errors when done by hand.
Core Features & Use Cases
- Alert Authoring: Create, update, and delete Activator items, rules, data sources (Eventstream, KQL, Real-Time Hub, Power BI, Digital Twin Builder), and actions (Teams, email, Fabric item invocation) through the Fabric REST API.
- Alert Inspection: List Activators, decode ReflexEntities.json definitions, and explain existing rules, sources, and actions in read-only consumption mode.
- Use Case: Ask to be notified on Teams when average temperature crosses 30 β the skill validates the source data, builds the entity graph with Python, and persists it via updateDefinition.
Quick Start
Ask the assistant to create an Activator alert that emails you when a value in your Eventstream crosses a threshold.