Request for Documentation Entry about “Create BLOB” action. #1437
v-murakamit
started this conversation in
Feature Ideas/Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When the “Create BLOB” action is chunked, the BLOB's etag is rewritten for each split operation.
However, this behavior does not appear to be explicitly documented anywhere.
Since the function app is triggered as an event when the etag is rewritten, please explicitly state in the documentation if this is the intended behavior.
When uploading a single 100 MB blob in a single workflow, the etag is overwritten as follows.
PutBlob 0x8DDFF10B861D1C9
SetBlobMetadata 0x8DDFF10B8641B6F
PutBlock 0x8DDFF10BD571581
PutBlock 0x8DDFF10C0AE9D0B
Beta Was this translation helpful? Give feedback.
All reactions