-
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. |
Review request for Microsoft.ContainerService to add version 2022-10-02-preview (Azure#21439) * Adds base for updating Microsoft.ContainerService from version preview/2022-09-02-preview to version 2022-10-02-preview * Updates readme * Updates API version in new specs and examples * Pmiller/nodeosupgradechannel (Azure#21326) * missed working comment * matthew comments * unpatched is a word * Add MaintenanceWindow into MaintenanceConfigurationProperties (Azure#21337) * Add MaintenanceWindow into MaintenanceConfigurationProperties * Fx PrettierCheck * Fix ARM ID format for samples (Azure#21402) * Fix Swagger Model Validation for the 2022-10-02-preview dev branch of container service (Azure#21373) * fix API version * fix INVALID_FORMAT byte * fix INVALID_FORMAT arm-id * fix missing resource id * fix LRO_RESPONSE_HEADER * Update readmes for the 2022-10-02-preview dev branch of container service (Azure#21366) * update readmes * remove fleets * Updating abort apis response to make it long running (Azure#21362) * Updating response abort abort apis * Updating abort AP and MC examples * Changes per CI checks * Adding x-ms-long-running-operation-options * Adding location header Co-authored-by: InduSridhar <[email protected]> * fix 202 location header * fix ProvisioningState validation * add x-ms-long-running-operation-options * fix ResourceNameRestriction * Fix abort location url in example (Azure#21446) * Updating response abort abort apis * Updating abort AP and MC examples * Changes per CI checks * Adding x-ms-long-running-operation-options * Adding location header * Fixing location url in abort examples Co-authored-by: InduSridhar <[email protected]> * Abort api response fix (Azure#21559) * Updating response abort abort apis * Updating abort AP and MC examples * Changes per CI checks * Adding x-ms-long-running-operation-options * Adding location header * Fixing location url in abort examples * Fixing headers and body for abort response * Linter fix * Lint fix * Updating managedclusters.json responses Co-authored-by: InduSridhar <[email protected]> * Node os upgrade desc fix (Azure#21636) * Updating response abort abort apis * Updating abort AP and MC examples * Changes per CI checks * Adding x-ms-long-running-operation-options * Adding location header * Fixing location url in abort examples * Fixing headers and body for abort response * Linter fix * Lint fix * Updating managedclusters.json responses * Minor edit to node os upgrade description based on ARM review Co-authored-by: InduSridhar <[email protected]> Co-authored-by: Paul Miller <[email protected]> Co-authored-by: Thalia Wang <[email protected]> Co-authored-by: Matthew Christopher <[email protected]> Co-authored-by: InduSridhar <[email protected]> Co-authored-by: InduSridhar <[email protected]>
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: