I haven\'t been able to get a working example. My following example tells me that the createBlockBlob method is undefined.
Note: I\'ve also tried createBlockBlobFromLoca
Here are some differences between storage JS v2 and V10 SDK regarding browser scenarios support:
V10 support browser scenarios with npm package and classic single JS bundle file; V2 only supports browser usage with classic single JS bundle file like Peter Pan's sample.
V10 doesn't support SharedKeyCredential in browsers, while V2 supports.
So, if you are building a React Web APP and importing storage SDK using npm dependency. Please use V10. Also please don't use account name and key in browsers, because it's not safe.