activator-authoring-cli

Automate Microsoft Fabric Activator alert and action configuration via Azure CLI.

14|3|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/patrikborosch/AnalyticsPlatformAgents --skill activator-authoring-cli-patrikborosch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: activator-authoring-cli
Source: https://github.com/patrikborosch/AnalyticsPlatformAgents/tree/main/creator/skills/activator-authoring-cli
Command: npx skills add https://github.com/patrikborosch/AnalyticsPlatformAgents --skill activator-authoring-cli-patrikborosch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually configuring Microsoft Fabric Activator alerts, notifications, and event-driven automated actions through the UI or raw API calls is time-consuming, error-prone, and requires deep knowledge of Fabric's REST API and definition payload structures. This Skill eliminates that friction by providing a complete CLI-based authoring workflow with built-in validation and guardrails.

Core Features & Use Cases

  • End-to-end Activator Authoring: Create, update, and delete Fabric Activator (Reflex) items and their associated alert rules, notifications, and automated actions via Azure CLI and REST API.
  • Multi-Source Support: Connect alerts to Fabric Eventstream, KQL databases, Digital Twin Builder/Ontology, and Real-time Hub workspace events.
  • Flexible Action Triggers: Configure rule logic for threshold alerts, event state changes, heartbeats, and occurrence windows, with support for triggering Teams messages, emails, and executions of Fabric items like pipelines, notebooks, dataflows, and UDFs.
  • Use Case: A data engineer can use this Skill to set up an alert that sends a Teams notification to the operations team and triggers a data remediation pipeline when real-time sensor telemetry from a KQL database exceeds a critical temperature threshold, all without manual UI configuration.

Quick Start

Use the activator-authoring-cli skill to create a temperature alert that sends a Teams message to the operations team and runs a remediation pipeline when real-time KQL sensor data exceeds 30°C.

Frequently Asked Questions about activator-authoring-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Microsoft Fabric Activator alerts via Azure CLI?

Microsoft Fabric Activator alerts can be created via Azure CLI by automating Reflex item configuration, rule logic, and action triggers through REST API workflows that handle Base64 payload assembly and dynamic workspace ID resolution, replacing manual UI configuration.

Can I trigger Microsoft Teams messages and emails from Fabric event automation rules?

Yes, Fabric event automation rules support triggering Microsoft Teams messages and emails. You configure rule logic for threshold alerts, event state changes, and heartbeats to dispatch notifications automatically when real-time data conditions are met.

Does Fabric Activator support connecting alerts to KQL databases and Eventstream?

Yes, Fabric Activator supports connecting alerts to KQL databases, Eventstream, Digital Twin Builder/Ontology, and Real-time Hub workspace events, enabling you to monitor real-time telemetry and trigger automated actions across multiple Fabric data sources.

What is the best way to automate Fabric Activator rule authoring without the UI?

The best way to automate Fabric Activator rule authoring without the UI is using Azure CLI and REST API workflows, which provide end-to-end configuration of alerts and actions, including long-running operation handling and dynamic item ID resolution, with built-in validation.

How do I execute Fabric pipelines and notebooks from Activator event-driven actions?

You can execute Fabric pipelines and notebooks from Activator event-driven actions by configuring automated action triggers within your alert rules. These triggers support executions of Fabric items including dataflows and UDFs when real-time event conditions are met.