You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, seblob(s) creates "block" blob which limits size of blob up to 256 MB.
Consider using "block" blob as default and add support for two others: "append" and "page" blobs.
See remarks for more information.
Unlocking "page" blob operation we should be able to upload into container up to 8 TB of data.
Sub question: clarify what API version (something like 2018-11-09) we use by default.
The text was updated successfully, but these errors were encountered:
Currently, seblob(s) creates "block" blob which limits size of blob up to 256 MB.
Consider using "block" blob as default and add support for two others: "append" and "page" blobs.
See remarks for more information.
Unlocking "page" blob operation we should be able to upload into container up to 8 TB of data.
Sub question: clarify what API version (something like 2018-11-09) we use by default.
The text was updated successfully, but these errors were encountered: