简体   繁体   English

Azure 存储帐户 blob 事件订阅失败警报

[英]Azure Storage account blob event subscription failure alert

I have created an event subscription in storage account for blob creation events using system topic event grid.我已经使用系统主题事件网格在存储帐户中为 blob 创建事件创建了一个事件订阅。 Is there a way to track the delivery of "blob created" notifications from storage to the event grid system topic?有没有办法跟踪从存储到事件网格系统主题的“blob 创建”通知的传递? I'm not asking for delivery of notifications from system topic to end point like function, queue etc.我不要求将通知从系统主题传递到端点,如 function、队列等。

By following @Shweta Lodha document , you can Get Notified Via Azure Event Grid Whenever Azure Blob Is Updated.通过关注@Shweta Lodha 文档,您可以在 Azure Blob 更新时通过 Azure 事件网格获得通知。

  • When creating Event Grid in Additional features select Enable dead lettering to catch any events that are not delivered successfully to the subscribers as shown in below image.其他功能中创建事件网格时 select启用死信以捕获任何未成功传递给订阅者的事件,如下图所示。 This will send any undelivered events to the specified storage account这会将任何未传送的事件发送到指定的存储帐户

在此处输入图像描述

  • you can track the delivery of "blob created" notifications from storage to the Event Grid system topic by Enable logging for the Event Grid topic as shown in the image In the Diagnostic logs section turn on Stream to an event hub .如图所示,您可以通过为事件网格主题启用日志记录来跟踪“已创建 blob”通知从存储到事件网格系统主题的传送。在诊断日志部分,打开Stream 到事件中心 It will allow you to view the logs in an Azure Event Hub or export them to a storage account它将允许您在 Azure 事件中心查看日志或将它们导出到存储帐户在此处输入图像描述在此处输入图像描述 By following this Microsoft document, you can view metrics按照此 Microsoft 文档,您可以查看指标在此处输入图像描述Reference link参考链接

  • For more information like how to use Azure event grid to route blob storage to web end points follow this document.有关如何使用 Azure 事件网格将 blob 存储路由到 web 端点等更多信息,请参阅此文档。在此处输入图像描述

  • In Event Grid response status codes 200,201 etc. you can track the delivery of blob created notifications from your storage account to the event grid system topic在事件网格响应状态代码 200,201 等中,您可以跟踪从存储帐户到事件网格系统主题的 blob 创建通知的传递

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 创建 Azure 事件订阅 Blob 存储 - Creating up a Azure Event Subscription to blob storage 在 Terraform 中为 Azure 存储帐户创建事件订阅 - Creating an event subscription for Azure storage account in Terraform Azure 存储帐户事件订阅:事件未传送到订阅 - Azure Storage Account Event subscription: Event not getting delivered to subscription 用于存储帐户 blob 创建事件网格订阅的 ARM 模板 - ARM template for storage account blob create event grid subscription 将 Azure Blob 存储事件通知发送到另一个帐户上的事件中心 - Send Azure Blob Storage event notifications to Event Hubs on another account Azure:尝试将 blob 复制到不同租户中的存储帐户时,SAS 被拒绝并出现 Blob 下载失败? - Azure: SAS is rejected with Blob Download Failure when attempting to copy blob to storage account in different tenant? 创建 Azure 逻辑应用程序接收的 Azure 存储帐户事件订阅时出现问题 - Issues creating Azure Storage Account Event Subscription to be received by Azure Logic App 将 Azure 存储帐户迁移到其他订阅 - Migrate Azure Storage account to a different subscription Azure如何将高级Blob存储更改为标准Blob存储帐户? - Azure how to change premium blob storage to standard blob storage account? WCF在Azure本地存储帐户中上传Blob - WCF Upload Blob in Azure Local Storage Account
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM