Can I use fetch() to serve a .zip file (or any other content) from an azure blob?
Blobs are not yet supported by the fetch method inside Wix Code but you can add a HTML Component to your page and initiate that fetch in that window I guess.
@andreas-kviby thx.
In the end I Used wixLocation.to(urlToBlob);
It served my purpose for now, but a full REST solution in the backend would be useful.