What is the best way to upload a serialized IAsyncEnumerable to Azure Blob Storage
We receive a lot of records from a remote server in the form of IAsyncEnumerable
and after a simple convert and JSON serialization we are trying to upload the result (a JSON file) to Azure Blob Storage.