Basically I have an angular project I want to get hosted on azure storage. It's basically consists of the regular bundles and a few folders with images, etc..
I followed this guide here for setting up a static web site on Azure storage: https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website Basically uploaded index.html and 404.html to the $web container.
So far so good, but then how to create subfolders to place images etc.?