Token导航 LogoToken导航TokenDH.com
云服务external-servicegithub未标认证来源可访问许可证需确认审计通过

azure-event-hubsAzure event hubs 部署

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

894

周安装

38

GitHub Stars

519

下载量

313
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:azure-event-hubs(Azure event hubs 部署)
来源仓库:https://github.com/microsoftdocs/agent-skills
仓库路径:skills/azure-event-hubs
安装命令:
npx skills add https://github.com/microsoftdocs/agent-skills --skill azure-event-hubs
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/microsoftdocs/agent-skills --skill azure-event-hubs

简介

指导 Event Hubs 命名空间规划、分区策略与消费者组管理。

  • 适用于百万级 TPS 事件流摄入与多消费者并行处理场景。
  • 提供 Exactly-Once 语义与捕获功能的启用配置方法。
  • 参考 quotas.md 确认每秒事务数与保留期设置边界值。
  • 启用异地复制前应评估 RPO/RTO 目标与额外成本支出。

SKILL.md

Azure Event Hubs Skill

This skill provides expert guidance for Azure Event Hubs. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.

How to Use This Skill

IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g., L35-L120), use read_file with the specified lines. For categories with file links (e.g., [security.md](security.md)), use read_file on the linked reference file
IMPORTANT for Agent: If metadata.generated_at is more than 3 months old, suggest the user pull the latest version from the repository. If mcp_microsoftdocs tools are not available, suggest the user install it: Installation Guide

This skill requires network access to fetch documentation content:

  • Preferred: Use mcp_microsoftdocs:microsoft_docs_fetch with query string from=learn-agent-skill. Returns Markdown.
  • Fallback: Use fetch_webpage with query string from=learn-agent-skill&accept=text/markdown. Returns Markdown.

Category Index

CategoryLinesDescription
TroubleshootingL37-L49Diagnosing and fixing Event Hubs runtime issues: Kafka/AMQP errors,.NET/legacy exceptions, ARM failures, auth problems, checkpoint store, and connectivity (transient/permanent).
Best PracticesL50-L55Guidance on routing events between AMQP, Kafka, and HTTPS, and on designing/scaling Event Hubs with partitions and throughput units for performance and capacity.
Decision MakingL56-L61Guidance on choosing the right Event Hubs tier and planning migrations from Apache Kafka, including feature, cost, and compatibility considerations.
Architecture & Design PatternsL62-L69Patterns and guidance for Event Hubs reliability: availability/consistency design, geo-disaster recovery, and building/operating replication tasks (often with Azure Functions).
Limits & QuotasL70-L78Event Hubs capacity, quotas, and throughput limits, plus auto-inflate, geo-disaster recovery, and governance via application groups and FAQs on behavior and scaling.
SecurityL79-L105Security, auth, and compliance for Event Hubs: Entra ID, SAS, RBAC, managed identities, encryption, TLS, network isolation (VNet, Private Link, NSP, firewalls), and Azure Policy governance.
ConfigurationL106-L118Configuring Event Hubs behavior: partitions, retention, compaction, scaling, replication, metrics/logs, governance (application groups), and Premium processing units.
Integrations & Coding PatternsL119-L136Patterns and code for integrating Event Hubs with.NET, Kafka (clients, Streams, Connect, Debezium), Flink, Spark, Akka, schema/JSON registry, and adding metadata or managing hubs programmatically
DeploymentL137-L143Guides for deploying Event Hubs with Kafka mirroring (MirrorMaker 1/2), setting up geo-replication, and running/local-testing Event Hubs apps using the emulator.

Troubleshooting

TopicURL
Resolve common Kafka compatibility issues in Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/apache-kafka-frequently-asked-questions
Troubleshoot Azure Event Hubs for Apache Kafkahttps://learn.microsoft.com/en-us/azure/event-hubs/apache-kafka-troubleshooting-guide
Troubleshoot AMQP errors in Azure Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-amqp-troubleshoot
Handle legacy Azure Event Hubs messaging exceptionshttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-messaging-exceptions
Handle Azure Event Hubs.NET exceptions and recommended actionshttps://learn.microsoft.com/en-us/azure/event-hubs/exceptions-dotnet
Resolve Azure Resource Manager exceptions for Event Hubs operationshttps://learn.microsoft.com/en-us/azure/event-hubs/resource-manager-exceptions
Troubleshoot authentication and authorization failures in Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/troubleshoot-authentication-authorization
Resolve Blob Storage checkpoint store issues for Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/troubleshoot-checkpoint-store-issues
Troubleshoot permanent and transient connectivity issues in Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/troubleshooting-guide

Best Practices

TopicURL
Exchange Event Hubs events across AMQP, Kafka, and HTTPShttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-exchange-events-different-protocols
Scale Azure Event Hubs with partitions and throughput unitshttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-scalability

Decision Making

Architecture & Design Patterns

Limits & Quotas

TopicURL
Configure Event Hubs auto-inflate throughput unit limitshttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-auto-inflate
Azure Event Hubs FAQ including limits and behavioral detailshttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-faq
Review Azure Event Hubs quotas and limitshttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-quotas
Use Event Hubs geo-replication for DRhttps://learn.microsoft.com/en-us/azure/event-hubs/geo-replication
Govern Event Hubs resources with application groupshttps://learn.microsoft.com/en-us/azure/event-hubs/resource-governance-overview

Security

TopicURL
Associate network security perimeters with Event Hubs namespaceshttps://learn.microsoft.com/en-us/azure/event-hubs/associate-network-security-perimeter
Authenticate applications with Entra ID for Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/authenticate-application
Authenticate to Event Hubs using managed identitieshttps://learn.microsoft.com/en-us/azure/event-hubs/authenticate-managed-identity
Authenticate to Event Hubs using SAS tokenshttps://learn.microsoft.com/en-us/azure/event-hubs/authenticate-shared-access-signature
Authorize Event Hubs access using Entra RBAC roleshttps://learn.microsoft.com/en-us/azure/event-hubs/authorize-access-azure-active-directory
Choose authorization options for Azure Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/authorize-access-event-hubs
Authorize Event Hubs access with SAS ruleshttps://learn.microsoft.com/en-us/azure/event-hubs/authorize-access-shared-access-signature
Configure customer-managed keys for Event Hubs encryption at resthttps://learn.microsoft.com/en-us/azure/event-hubs/configure-customer-managed-key
Enable and configure managed identities for Event Hubs namespaceshttps://learn.microsoft.com/en-us/azure/event-hubs/enable-managed-identity
Configure managed identity for Event Hubs Capturehttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-capture-managed-identity
Obtain secure connection strings for Azure Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-get-connection-string
Configure IP firewall rules for Azure Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-ip-filtering
Secure Event Hubs with virtual network service endpointshttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-service-endpoints
Configure network security for Azure Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/network-security
Secure Event Hubs with Network Security Perimeterhttps://learn.microsoft.com/en-us/azure/event-hubs/network-security-perimeter
Migrate Event Hubs apps to passwordless authentication with Entra IDhttps://learn.microsoft.com/en-us/azure/event-hubs/passwordless-migration-event-hubs
Use built-in Azure Policy definitions for Event Hubs governancehttps://learn.microsoft.com/en-us/azure/event-hubs/policy-reference
Restrict Event Hubs access using Private Link endpointshttps://learn.microsoft.com/en-us/azure/event-hubs/private-link-service
Apply regulatory compliance policies to Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/security-controls-policy
Audit Event Hubs TLS compliance using Azure Policyhttps://learn.microsoft.com/en-us/azure/event-hubs/transport-layer-security-audit-minimum-version
Configure Event Hubs client applications to use specific TLS versionshttps://learn.microsoft.com/en-us/azure/event-hubs/transport-layer-security-configure-client-version
Set minimum TLS version for Azure Event Hubs namespaceshttps://learn.microsoft.com/en-us/azure/event-hubs/transport-layer-security-configure-minimum-version
Enforce minimum TLS version for Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/transport-layer-security-enforce-minimum-version

Configuration

TopicURL
Configure partitioning, retention, and cleanup for Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/configure-event-hub-properties
Configure processing units for Event Hubs Premiumhttps://learn.microsoft.com/en-us/azure/event-hubs/configure-processing-units-premium-namespace
Dynamically increase partitions in an Event Hubhttps://learn.microsoft.com/en-us/azure/event-hubs/dynamically-add-partitions
Configure code-free Event Hubs replication taskshttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-federation-configuration
Understand and use Event Hubs captured Avro schemahttps://learn.microsoft.com/en-us/azure/event-hubs/explore-captured-avro-files
Configure Azure Monitor metrics and alerts for Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/monitor-event-hubs
Reference for Event Hubs metrics, logs, and diagnostic settingshttps://learn.microsoft.com/en-us/azure/event-hubs/monitor-event-hubs-reference
Configure Event Hubs application groups for resource governancehttps://learn.microsoft.com/en-us/azure/event-hubs/resource-governance-with-app-groups
Configure and use log compaction in Azure Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/use-log-compaction

Integrations & Coding Patterns

TopicURL
Add custom metadata to Event Hubs eventshttps://learn.microsoft.com/en-us/azure/event-hubs/add-custom-data-event
Configure Apache Kafka clients for Azure Event Hubs compatibilityhttps://learn.microsoft.com/en-us/azure/event-hubs/apache-kafka-configurations
Use Kafka Streams with Azure Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/apache-kafka-streams
Use Kafka transactions with Azure Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/apache-kafka-transactions
Connect.NET applications to Azure Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/connect-event-hub
Connect Akka Streams to Azure Event Hubs via Kafkahttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-kafka-akka-streams-tutorial
Use Debezium CDC with Kafka Connect on Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-kafka-connect-debezium
Integrate Kafka Connect with Azure Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-kafka-connect-tutorial
Connect Apache Flink to Azure Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-kafka-flink-tutorial
Connect Apache Spark streaming apps to Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-kafka-spark-tutorial
Use.NET management libraries to provision Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-management-libraries
Implement client-side schema enforcement for Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/schema-registry-client-side-enforcement
Use JSON Schema registry with Kafka clients on Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/schema-registry-json-schema-kafka
Choose and use client SDKs for Azure Event Hubshttps://learn.microsoft.com/en-us/azure/event-hubs/sdks

Deployment

适合场景

01

Azure 资源规划

02

云服务升级

03

基础设施检查

04

企业云环境自动化

能力概览

能力 1

整理 Azure 服务操作流程

能力 2

提示 CLI/MCP 前置条件

能力 3

辅助云资源检查和规划

能力 4

保留官方服务来源线索

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.93%
按下载量换算109

Claude

32.71%
按下载量换算102

Cursor

19.21%
按下载量换算60

Gemini CLI

11.12%
按下载量换算35

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills