Is azure blob object replication creating blob storage events?
The use case is to replicate blobs between azure regions/subscriptions. When the blob arrives at the target storage account, Snowpipe should be notify via event grid and storage queue (as in here).
After setting object replication, event grid and queue, I can see files arriving, but no event seems to be generated. Only if I manually delete a blob or create one, events are pushed to queue. My first guess is that object replication is not creating event, but maybe there is another issue with this setup?