-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event not received when blob is appended in blob storage account #21402
Comments
@EmmaZhu any updates on this? |
Hi @amit12cool , You can see from the document, it only triggers event for four types of operations: https://docs.microsoft.com/en-us/azure/event-grid/event-schema-blob-storage?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json&tabs=cloud-event-schema#list-of-events-for-blob-rest-apis Upload/append won't trigger the event. Let me talk with service team to see whether they have plans to add move events. Thanks |
@EmmaZhu Does the update event trigger when we use the |
@amit12cool , This is not a SDK issue. You can open a help request on Azure Portal to ask service about this: |
hey @EmmaZhu I noticed when I update/edit the blob on |
Hi @amit12cool , this is not a SDK issue. You should be able to get more detailed answer about service behavior by the Help Request from Azure Portal. |
Any further assistant required, please feel free to reactive this issue. |
Describe the bug
I'm appending the blob contents using this api AppendBlock.
I need to get an event which has the info of the content that is appended in blob.
Question:-
To Reproduce
Steps to reproduce the behavior:
Expected behavior
An event should be received with the appended content info.
The text was updated successfully, but these errors were encountered: