Skip to content

Azure Storage Blob client library samples for TypeScript

Choose a tag to compare

released this 22 Jun 22:41
12e443e
Remove unneeded awaits for PagedAsyncIterableIterators (#9065)

* [storage-blob] clean up container iteration readme

The async iterator is returned synchronously, so no need for the `await`.

* Fix other storage readmes

* Fix a bunch of needless awaits

* Fix overzealous deawaiting

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>