How to make sure the message go into the Blob Queue

Roger Leung (SUP) 0 Reputation points
2025-10-02T07:59:26.51+00:00

I have created a Event Subscription with messages coming in . But for some reason there's nothing in the end point blob queue. May i know why?

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
{count} votes

1 answer

Sort by: Most helpful
  1. Rakesh Mishra 2,265 Reputation points Microsoft External Staff Moderator
    2025-10-10T01:28:45.3666667+00:00

    Hi Roger Leung (SUP),
    Could you please check below.

    1. Confirm that the Storage Queue you want to use exists and is in the same region as your storage account.
    2. Check the permissions associated with the storage account to ensure Event Grid has the necessary access rights. Event Grid needs a SAS/key or a managed identity with Storage Queue Data Message Sender role (if you’re using managed identity). If auth fails deliveries will be rejected.
    3. Make sure you are reacting to supported Blob events such as BlobCreated, BlobDeleted, etc.
    4. If the storage account has firewall/VNet restrictions, Event Grid may be blocked unless you allow trusted services or use a system-assigned identity + correct configuration.
    5. Advanced filters / included event types in your subscription’s filters might be excluding the incoming events.

    Please share requested information if you're still facing the issue and need any further assistance on this.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.