帮助你查询、解析并核查 Microsoft Fabric Eventstream 实时管道配置与状态。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "eventstream-consumption-cli" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/skills-for-fabric/main/plugins/fabric-skills/skills/eventstream-consumption-cli/SKILL.md 2. 保存为 ~/.claude/skills/eventstream-consumption-cli/SKILL.md 3. 装好后重载技能,告诉我可以用了
请列出 workspace-analytics 中所有 Microsoft Fabric Eventstream,返回名称、ID、状态,并按名称筛选包含 orders 的项目。
返回该工作区内的 Eventstream 清单,并标出名称匹配 orders 的项目及其基本状态信息。
请检查 Eventstream orders-realtime,解码其 base64 图拓扑,说明事件从源节点经过哪些操作节点,最终流向哪些目标节点。
输出清晰的事件流路径说明,列出源节点、处理中间节点和目标节点之间的连接关系。
请检查 Eventstream customer-events 的配置,验证源连接 ID 和目标连接是否有效,并确认 retention days 与 throughput level 是否符合规范。
返回配置核查结果,指出连接是否有效、保留天数是否在 1-90 天范围内,以及吞吐设置是否合理。
Update Check — ONCE PER SESSION (mandatory) The first time this skill is used in a session, run the check-updates skill before proceeding.
- GitHub Copilot CLI / VS Code: invoke the
check-updatesskill.- Claude Code / Cowork / Cursor / Windsurf / Codex: compare local vs remote package.json version.
- Skip if the check was already performed earlier in this session.
CRITICAL NOTES
- To find the workspace details (including its ID) from workspace name: list all workspaces and, then, use JMESPath filtering
- To find the item details (including its ID) from workspace ID, item type, and item name: list all items of that type in that workspace and, then, use JMESPath filtering
- Eventstream ≠ Eventhouse. Eventstream is a real-time event ingestion and routing pipeline. For KQL queries, use
eventhouse-consumption-cli.
| Task | Reference | Notes |
|---|---|---|
| Finding Workspaces and Items in Fabric | COMMON-CLI.md § Finding Workspaces and Items in Fabric | Mandatory — READ link first [needed for finding workspace id by its name or item id by its name, item type, and workspace id] |
| Fabric Topology & Key Concepts | COMMON-CORE.md § Fabric Topology & Key Concepts | |
| Environment URLs | COMMON-CORE.md § Environment URLs | |
| Authentication & Token Acquisition | COMMON-CORE.md § Authentication & Token Acquisition | Wrong audience = 401; read before any auth issue |
| Core Control-Plane REST APIs | COMMON-CORE.md § Core Control-Plane REST APIs | Includes pagination, LRO polling, and rate-limiting patterns |
| Gotchas, Best Practices & Troubleshooting | COMMON-CORE.md § Gotchas, Best Practices & Troubleshooting | |
| Tool Selection Rationale | COMMON-CLI.md § Tool Selection Rationale | |
| Authentication Recipes | COMMON-CLI.md § Authentication Recipes | az login flows and token acquisition |
Fabric Control-Plane API via az rest | COMMON-CLI.md § Fabric Control-Plane API via az rest | Always pass --resource; includes pagination and LRO helpers |
| Gotchas & Troubleshooting (CLI-Specific) | COMMON-CLI.md § Gotchas & Troubleshooting (CLI-Specific) | az rest audience, shell escaping, token expiry |
| Quick Reference | COMMON-CLI.md § Quick Reference | az rest template + token audience/tool matrix |
| Listing and Discovering Eventstreams | EVENTSTREAM-CONSUMPTION-CORE.md § Listing and Discovering Eventstreams | List, Get, Search across workspaces |
| Inspecting Eventstream Topology | EVENTSTREAM-CONSUMPTION-CORE.md § Inspecting Eventstream Topology | Decode base64 definition → trace graph flow |
| Monitoring Eventstream Health | EVENTSTREAM-CONSUMPTION-CORE.md § Monitoring Eventstream Health | Retention and throughput checks |
| Source and Destination Status | EVENTSTREAM-CONSUMPTION-CORE.md § Source and Destination Status | Validation checklist for sources and destinations |
…
帮助将 Databricks 笔记本、作业与数据路径系统迁移到 Microsoft Fabric。
帮助用户查询 Fabric Eventhouse 的 KQL 数据,并进行实时与时序分析监控。
用 PySpark 与 Livy 会话交互分析 Lakehouse 数据并完成高级处理
帮助用户对 Fabric Eventhouse 执行 KQL 查询、分析时序数据并查看表结构与摄取状态。
执行 DAX 查询并检查 Power BI 语义模型元数据,快速获取表、列、度量与关系信息。
用自然语言查询 Power BI 报表与仪表板,快速获得业务数据答案。
帮助你列出、解析并检查 Microsoft Fabric Eventstream 的拓扑与配置状态。
帮助你列出、解析并检查 Microsoft Fabric Eventstream 的拓扑与配置健康状态。
帮助你创建、修改并发布 Microsoft Fabric Eventstream 实时流拓扑与路由定义。
帮助你通过 REST API 创建、更新并发布 Microsoft Fabric Eventstream 实时流拓扑。
通过 REST API 创建、更新并发布 Microsoft Fabric Eventstream 实时流拓扑。
帮助你查询 Fabric Eventhouse 数据、分析时序趋势并监控摄取状态。