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

azure-event-gridAzure event grid 部署

Agent Skill

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

总安装

1,028

周安装

42

GitHub Stars

521

下载量

329
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

为事件驱动架构提供 Event Grid 主题、订阅与死信队列配置指导。

  • 适用于微服务解耦、实时通知推送与批处理作业触发场景。
  • 区分推送与拉取交付模式的选择依据与性能对比指标。azure-event-grid 属于云服务类 Skill,可作为该场景下的辅助能力补充。
  • 使用 read_file 获取各 Azure 服务的原生事件类型列表。
  • 跨租户事件路由需配置服务主体并授予相应权限委托。

SKILL.md

Azure Event Grid Skill

This skill provides expert guidance for Azure Event Grid. 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-L45Diagnosing and fixing Event Grid issues: MQTT broker problems, error codes, common failures, network connectivity, and event subscription validation errors.
Best PracticesL46-L50Guidance on designing client-side failover for Event Grid, including using multiple regions, retry logic, and resilient publishing patterns for high availability.
Decision MakingL51-L58Guidance on choosing Event Grid tiers, matching event schemas, comparing Azure vs Kubernetes Event Grid, and migrating from Event Grid on IoT Edge to IoT Edge hub.
Architecture & Design PatternsL59-L64Patterns for routing events across Event Grid namespace topics and implementing MQTT-based request/response command workflows using Event Grid.
Limits & QuotasL65-L75Event Grid delivery/retry behavior, custom headers, event retention, MQTT protocol support, and regional quotas/service limits for topics, namespaces, and brokers
SecurityL76-L127Securing Event Grid: auth (keys, SAS, Entra ID, JWT, OAuth), RBAC, managed identities, webhooks/MQTT, TLS, IP firewalls, private endpoints, network perimeters, and Azure Policy controls.
ConfigurationL128-L205Configuring Event Grid and MQTT: topics, subscriptions, filters, routing, dead-lettering, monitoring/metrics, and detailed event schemas for many Azure and Microsoft services.
Integrations & Coding PatternsL206-L247Patterns for publishing, routing, and consuming Event Grid events with HTTP/webhooks, MQTT, Azure/M365/SaaS sources, and handlers like Event Hubs, Monitor, Relay, and custom endpoints.
DeploymentL248-L251Guides for deploying Event Grid on Azure Arc-enabled Kubernetes, including installing and configuring the Event Grid extension on Arc clusters.

Troubleshooting

Best Practices

TopicURL
Implement client-side failover for Azure Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/custom-disaster-recovery-client-side

Decision Making

TopicURL
Choose the correct Azure Event Grid tierhttps://learn.microsoft.com/en-us/azure/event-grid/choose-right-tier
Choose compatible event schemas for Azure Event Grid subscriptionshttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-compatibility
Compare Event Grid on Kubernetes vs Azure Event Grid featureshttps://learn.microsoft.com/en-us/azure/event-grid/kubernetes/features
Migrate from Event Grid on IoT Edge to IoT Edge hubhttps://learn.microsoft.com/en-us/azure/event-grid/transition

Architecture & Design Patterns

Limits & Quotas

TopicURL
Understand Azure Event Grid delivery and retry behaviorhttps://learn.microsoft.com/en-us/azure/event-grid/delivery-and-retry
Configure custom delivery headers for Azure Event Grid eventshttps://learn.microsoft.com/en-us/azure/event-grid/delivery-properties
Understand event retention for Event Grid namespace topicshttps://learn.microsoft.com/en-us/azure/event-grid/event-retention
MQTT feature and protocol support in Event Grid brokerhttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-support
Set custom delivery headers for Event Grid namespaceshttps://learn.microsoft.com/en-us/azure/event-grid/namespace-delivery-properties
Delivery and retry behavior for Event Grid namespace pushhttps://learn.microsoft.com/en-us/azure/event-grid/namespace-delivery-retry
Azure Event Grid quotas and service limits by regionhttps://learn.microsoft.com/en-us/azure/event-grid/quotas-limits

Security

TopicURL
Assign Event Grid managed identities to Azure roles on destinationshttps://learn.microsoft.com/en-us/azure/event-grid/add-identity-roles
Use access keys and SAS to authenticate Event Grid clientshttps://learn.microsoft.com/en-us/azure/event-grid/authenticate-with-access-keys-shared-access-signatures
Authenticate Event Grid namespace publishers with Entra IDhttps://learn.microsoft.com/en-us/azure/event-grid/authenticate-with-entra-id-namespaces
Configure Microsoft Entra ID auth for Event Grid publishinghttps://learn.microsoft.com/en-us/azure/event-grid/authenticate-with-microsoft-entra-id
Configure JWT authentication for Event Grid namespaceshttps://learn.microsoft.com/en-us/azure/event-grid/authenticate-with-namespaces-using-json-web-tokens
Configure webhook authentication for Event Grid namespaceshttps://learn.microsoft.com/en-us/azure/event-grid/authenticate-with-namespaces-using-webhook-authentication
Authenticate Event Grid publishers to topics and domainshttps://learn.microsoft.com/en-us/azure/event-grid/authentication-overview
Configure access, identity, and data residency for Event Grid topicshttps://learn.microsoft.com/en-us/azure/event-grid/configure-custom-topic
Configure IP firewall rules for Event Grid topics and domainshttps://learn.microsoft.com/en-us/azure/event-grid/configure-firewall
Configure IP firewall rules for Event Grid namespaceshttps://learn.microsoft.com/en-us/azure/event-grid/configure-firewall-namespaces
Configure network security perimeters for Azure Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/configure-network-security-perimeter
Configure private endpoints for Event Grid topics and domainshttps://learn.microsoft.com/en-us/azure/event-grid/configure-private-endpoints
Configure private endpoints for Azure Event Grid namespaceshttps://learn.microsoft.com/en-us/azure/event-grid/configure-private-endpoints-pull
Configure private link delivery for Azure Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/consume-private-endpoints
Configure cross-tenant Event Grid delivery with managed identityhttps://learn.microsoft.com/en-us/azure/event-grid/cross-tenant-delivery-using-managed-identity
Enforce Event Grid security controls with custom Azure Policieshttps://learn.microsoft.com/en-us/azure/event-grid/custom-azure-policies-for-security-control
Configure custom domains for Event Grid MQTT and HTTPhttps://learn.microsoft.com/en-us/azure/event-grid/custom-domains-namespaces
Deliver Event Grid events securely using managed identitieshttps://learn.microsoft.com/en-us/azure/event-grid/deliver-events-using-managed-identity
Enable managed identity on Event Grid custom topics and domainshttps://learn.microsoft.com/en-us/azure/event-grid/enable-identity-custom-topics-domains
Enable managed identity on Event Grid partner topicshttps://learn.microsoft.com/en-us/azure/event-grid/enable-identity-partner-topic
Enable managed identity on Event Grid system topicshttps://learn.microsoft.com/en-us/azure/event-grid/enable-identity-system-topics
Validate webhook endpoints using CloudEvents schema in Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/end-point-validation-cloud-events-schema
Enable and use managed identities for Event Grid namespaceshttps://learn.microsoft.com/en-us/azure/event-grid/event-grid-namespace-managed-identity
Retrieve and manage access keys for Event Grid resourceshttps://learn.microsoft.com/en-us/azure/event-grid/get-access-keys
Use managed identities to deliver events from Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/managed-service-identity
Configure MQTT client access control in Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-access-control
Authenticate MQTT clients with CA certificate chainshttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-certificate-chain-client-authentication
Configure MQTT client authentication for Event Grid namespaceshttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-client-authentication
Configure MQTT client certificate authentication in Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-client-certificate-authentication
Configure OAuth 2.0 JWT auth for Event Grid MQTThttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-client-custom-jwt
Use Entra JWT auth and RBAC for MQTT clientshttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-client-microsoft-entra-token-and-rbac
Configure custom webhook authentication for Event Grid MQTThttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-client-webhook-authentication
Secure Event Grid MQTT namespaces with IP firewallhttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-configure-firewall
Configure private endpoints for Event Grid MQTT namespaceshttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-configure-private-endpoints
Understand TLS connection flow for Event Grid MQTT brokerhttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-transport-layer-security-flow
Secure Azure Event Grid with network rules and private endpointshttps://learn.microsoft.com/en-us/azure/event-grid/network-security
Configure network security for Azure Event Grid namespaceshttps://learn.microsoft.com/en-us/azure/event-grid/network-security-namespaces
Authenticate Event Grid namespaces using OAuth JWThttps://learn.microsoft.com/en-us/azure/event-grid/oauth-json-web-token-authentication
Built-in Azure Policy definitions for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/policy-reference
Secure Event Grid webhook delivery with Entra applicationhttps://learn.microsoft.com/en-us/azure/event-grid/scripts/powershell-webhook-secure-delivery-microsoft-entra-app
Secure Event Grid webhook delivery with Entra userhttps://learn.microsoft.com/en-us/azure/event-grid/scripts/powershell-webhook-secure-delivery-microsoft-entra-user
Secure Event Grid webhooks with Microsoft Entra IDhttps://learn.microsoft.com/en-us/azure/event-grid/secure-webhook-delivery
Authenticate event delivery to handlers in Azure Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/security-authentication
Configure Azure RBAC access control for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/security-authorization
Azure Policy regulatory compliance controls for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/security-controls-policy
Configure minimum TLS version for Event Grid topics and domainshttps://learn.microsoft.com/en-us/azure/event-grid/transport-layer-security-configure-minimum-version
Configure minimum TLS version for Event Grid topics/domainshttps://learn.microsoft.com/en-us/azure/event-grid/transport-layer-security-configure-minimum-version
Enforce minimum TLS versions for Azure Event Grid endpointshttps://learn.microsoft.com/en-us/azure/event-grid/transport-layer-security-enforce-minimum-version

Configuration

TopicURL
Configure custom domains for Event Grid MQTT and HTTPhttps://learn.microsoft.com/en-us/azure/event-grid/assign-custom-domain-name
Azure Communication Services chat events schema for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/communication-services-chat-events
Presence events schema for Azure Communication Serviceshttps://learn.microsoft.com/en-us/azure/event-grid/communication-services-presence-events
Job Router events schema for Azure Communication Serviceshttps://learn.microsoft.com/en-us/azure/event-grid/communication-services-router-events
Azure Communication Services SMS events schema for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/communication-services-telephony-sms-events
Voice and video calling events schema for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/communication-services-voice-video-events
Create and manage Event Grid namespace event subscriptionshttps://learn.microsoft.com/en-us/azure/event-grid/create-view-manage-event-subscriptions
Create and manage Event Grid namespace topicshttps://learn.microsoft.com/en-us/azure/event-grid/create-view-manage-namespace-topics
Configure dead-lettering for Event Grid namespace subscriptionshttps://learn.microsoft.com/en-us/azure/event-grid/dead-letter-event-subscriptions-namespace-topics
Enable diagnostic logs for Azure Event Grid resourceshttps://learn.microsoft.com/en-us/azure/event-grid/enable-diagnostic-logs-topic
Configure event filtering options in Azure Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-filtering
AKS events schema and usage with Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-aks
AKS resources events schema for Azure Resource Notificationshttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-aks-resources
Use Azure Cache for Redis as an Event Grid sourcehttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-azure-cache
Azure Health Data Services events schema for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-azure-health-data-services
Azure Maps events schema for Azure Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-azure-maps
Azure SignalR Service events schema for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-azure-signalr
Configure Azure Communication Services as Event Grid sourcehttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-communication-services
Container Registry events schema for Azure Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-container-registry
ContainerService maintenance events schema for AKS notificationshttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-containerservice-resources
Azure Data Box events schema for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-data-box
Azure Data Manager for Agriculture events schemahttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-data-manager-for-agriculture
Event Grid namespace events schema for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-event-grid-namespace
Azure Event Hubs events schema for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-event-hubs
Health Resources events schema for Azure Resource Notificationshttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-health-resources
Azure IoT Hub events schema for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-iot-hub
Azure Machine Learning workspace events schemahttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-machine-learning
Maintenance Configuration events schema for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-maintenance-configuration
Azure Media Services events schema for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-media-services
Azure Policy events schema for Azure Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-policy
Resource group lifecycle events schema for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-resource-groups
Resource Management events schema for Azure Resource Notificationshttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-resources
Azure Service Bus events schema for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-service-bus
Azure subscription lifecycle events schema for Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-subscriptions
Determine schema type for an Event Grid topichttps://learn.microsoft.com/en-us/azure/event-grid/get-topic-schema
Manage and publish events with Event Grid event domainshttps://learn.microsoft.com/en-us/azure/event-grid/how-to-event-domains
Configure event filters on Azure Event Grid subscriptionshttps://learn.microsoft.com/en-us/azure/event-grid/how-to-filter-events
Map custom event schemas to Azure Event Grid schemahttps://learn.microsoft.com/en-us/azure/event-grid/input-mappings
Configure batch event delivery for Event Grid on Kuberneteshttps://learn.microsoft.com/en-us/azure/event-grid/kubernetes/batch-event-delivery
Configure event delivery and retry policies in Event Grid on Kuberneteshttps://learn.microsoft.com/en-us/azure/event-grid/kubernetes/delivery-retry
Configure event handlers and destinations for Event Grid on Kuberneteshttps://learn.microsoft.com/en-us/azure/event-grid/kubernetes/event-handlers
Use supported event schemas in Event Grid on Kuberneteshttps://learn.microsoft.com/en-us/azure/event-grid/kubernetes/event-schemas
Define event filters for Event Grid on Kubernetes subscriptionshttps://learn.microsoft.com/en-us/azure/event-grid/kubernetes/filter-events
Configure Event Grid dead-lettering and retry policieshttps://learn.microsoft.com/en-us/azure/event-grid/manage-event-delivery
Microsoft Entra events schema via Microsoft Graph in Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/microsoft-entra-events
View Event Grid metrics and configure alerts in Azure portalhttps://learn.microsoft.com/en-us/azure/event-grid/monitor-event-delivery
Use MQTT broker metrics and logs for monitoringhttps://learn.microsoft.com/en-us/azure/event-grid/monitor-mqtt-delivery-reference
Monitor data reference for Event Grid namespace push deliveryhttps://learn.microsoft.com/en-us/azure/event-grid/monitor-namespace-push-reference
Configure monitoring and alerts for Event Grid namespaceshttps://learn.microsoft.com/en-us/azure/event-grid/monitor-namespaces
Monitor data reference for Event Grid pull deliveryhttps://learn.microsoft.com/en-us/azure/event-grid/monitor-pull-reference
Reference for Event Grid push delivery metrics and logshttps://learn.microsoft.com/en-us/azure/event-grid/monitor-push-reference
Configure MQTT client groups in Event Grid namespaceshttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-client-groups
Use MQTT client lifecycle events in Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-client-life-cycle-events
Configure Azure Event Grid MQTT clients and groupshttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-clients
Configure multiple MQTT sessions per client in Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-establishing-multiple-sessions-per-client
Use MQTT Retain with Azure Event Grid brokerhttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-retain
Configure routing of MQTT messages in Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-routing
Configure enrichments for MQTT routed messageshttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-routing-enrichment
Understand event schema for MQTT routed messageshttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-routing-event-schema
Configure filtering for MQTT routed Event Grid messageshttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-routing-filtering
Configure MQTT topic spaces in Azure Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-topic-spaces
Configure event filtering for Event Grid namespaceshttps://learn.microsoft.com/en-us/azure/event-grid/namespace-event-filtering
Microsoft Outlook events schema in Azure Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/outlook-events
Microsoft Graph API resource events in Azure Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/partner-events-graph-api
Query and list Azure Event Grid subscriptionshttps://learn.microsoft.com/en-us/azure/event-grid/query-event-subscriptions
Create alerts on Event Grid metrics and activity logshttps://learn.microsoft.com/en-us/azure/event-grid/set-alerts
Use Sparkplug B with Azure Event Grid MQTT brokerhttps://learn.microsoft.com/en-us/azure/event-grid/sparkplug-support
Create Event Grid subscriptions in Azure portalhttps://learn.microsoft.com/en-us/azure/event-grid/subscribe-through-portal
Configure Event Grid subscriptions for Microsoft Entra ID eventshttps://learn.microsoft.com/en-us/azure/event-grid/subscribe-to-microsoft-entra-id-events-portal
Subscribe to Azure Resource Notifications AKS Resources eventshttps://learn.microsoft.com/en-us/azure/event-grid/subscribe-to-resource-notifications-aks-resources-events
Subscribe to Azure Resource Notifications ContainerService eventshttps://learn.microsoft.com/en-us/azure/event-grid/subscribe-to-resource-notifications-containerservice-events
Subscribe to Azure Resource Notifications Health Resources eventshttps://learn.microsoft.com/en-us/azure/event-grid/subscribe-to-resource-notifications-health-resources-events
Subscribe to Azure Resource Notifications Resource Management eventshttps://learn.microsoft.com/en-us/azure/event-grid/subscribe-to-resource-notifications-resources-events
Configure Azure Event Grid subscription request schemahttps://learn.microsoft.com/en-us/azure/event-grid/subscription-creation-schema

Integrations & Coding Patterns

TopicURL
Connect Auth0 to Azure via Event Grid partner topicshttps://learn.microsoft.com/en-us/azure/event-grid/auth0-how-to
Send Auth0 events to Application Insights via Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/auth0-log-stream-app-insights
Stream Auth0 logs to Blob Storage using Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/auth0-log-stream-blob-storage
Use CloudEvents v1.0 schema with Azure Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/cloud-event-schema
Use Microsoft Cloud Printing events with Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/cloud-printing-events
Use ACS Advanced Messaging events with Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/communication-services-advanced-messaging-events
Use Azure Communication Services email events with Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/communication-services-email-events
Use Microsoft 365 Group Conversation events with Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/conversation-events
Understand Azure Event Grid proprietary event schemahttps://learn.microsoft.com/en-us/azure/event-grid/event-schema
Use Azure API Center as an Event Grid sourcehttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-api-center
Use API Management as an Event Grid sourcehttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-api-management
Use Azure App Configuration as an Event Grid sourcehttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-app-configuration
Use Azure App Service as an Event Grid sourcehttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-app-service
Use Azure Blob Storage as an Event Grid sourcehttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-blob-storage
Consume Azure Key Vault events from Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/event-schema-key-vault
Alert on Health Resources events using Azure Monitorhttps://learn.microsoft.com/en-us/azure/event-grid/handle-health-resources-events-using-azure-monitor-alerts
Handle Key Vault expiration events with Azure Monitor alertshttps://learn.microsoft.com/en-us/azure/event-grid/handle-key-vault-events-using-azure-monitor-alerts
Route MQTT events to Microsoft Fabric via Event Hubshttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-events-fabric
Publish MQTT messages via HTTP using Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-how-to-http-publish
Publish MQTT messages via HTTP using Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/mqtt-http-publish
Integrate Event Grid namespaces with Event Hubs handlershttps://learn.microsoft.com/en-us/azure/event-grid/namespace-handler-event-hubs
Configure webhook handlers for Event Grid namespace topicshttps://learn.microsoft.com/en-us/azure/event-grid/namespace-handler-webhook
Use supported event handlers for Event Grid namespace pushhttps://learn.microsoft.com/en-us/azure/event-grid/namespace-topics-event-handlers
Use Microsoft OneDrive events with Azure Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/one-drive-events
Publish events to Event Grid custom topics with access keyshttps://learn.microsoft.com/en-us/azure/event-grid/post-to-custom-topic
Push Event Grid namespace events to Event Hubs via CLIhttps://learn.microsoft.com/en-us/azure/event-grid/publish-deliver-events-with-namespace-topics
Configure Event Grid namespace push to Event Hubs in portalhttps://learn.microsoft.com/en-us/azure/event-grid/publish-deliver-events-with-namespace-topics-portal
Deliver Event Grid namespace events to webhooks via CLIhttps://learn.microsoft.com/en-us/azure/event-grid/publish-deliver-events-with-namespace-topics-webhook
Deliver Event Grid namespace events to webhooks using portalhttps://learn.microsoft.com/en-us/azure/event-grid/publish-deliver-events-with-namespace-topics-webhook-portal
Use HTTP publisher operations for Event Grid namespace topicshttps://learn.microsoft.com/en-us/azure/event-grid/publisher-operations
Implement HTTP endpoints to receive Event Grid eventshttps://learn.microsoft.com/en-us/azure/event-grid/receive-events
Use Microsoft Security Alert events with Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/security-alert-events
Deliver Event Grid events to private webhooks via Azure Relayhttps://learn.microsoft.com/en-us/azure/event-grid/send-events-webhooks-private-destinations
Use Microsoft SharePoint events with Azure Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/share-point-events
Subscribe to Microsoft Graph change events via Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/subscribe-to-graph-api-events
Use HTTP subscriber operations for Event Grid namespace topicshttps://learn.microsoft.com/en-us/azure/event-grid/subscriber-operations
Use Microsoft Teams events with Azure Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/teams-events
Use Microsoft To Do task events with Event Gridhttps://learn.microsoft.com/en-us/azure/event-grid/to-do-events

Deployment

TopicURL
Install Event Grid extension on Azure Arc-enabled Kuberneteshttps://learn.microsoft.com/en-us/azure/event-grid/kubernetes/install-k8s-extension

适合场景

01

Azure 资源规划

02

云服务升级

03

基础设施检查

04

企业云环境自动化

能力概览

能力 1

整理 Azure 服务操作流程

能力 2

提示 CLI/MCP 前置条件

能力 3

辅助云资源检查和规划

能力 4

保留官方服务来源线索

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

平台分布

Codex

35.13%
按下载量换算116

Claude

29.13%
按下载量换算96

Cursor

19.21%
按下载量换算63

Gemini CLI

9.84%
按下载量换算32

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills