Hi Roger Leung (SUP),
Could you please check below.
- Confirm that the Storage Queue you want to use exists and is in the same region as your storage account.
- 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.
- Make sure you are reacting to supported Blob events such as
BlobCreated,BlobDeleted, etc. - 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.
- 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.