Azure Storage Browser
Azure Storage Browser is a simple directory browsing application for content in
an Azure Storage Static Website.
It is similar to Directory Indexes (mod_autoindex) in Apache or Directory Browse
in IIS, but implemented as a single-page application for use on modern static
website hosting platforms like Azure Storage.
Demo
Example: https://azdirbrowser.z5.web.core.windows.net/
Usage
To use the Azure Storage Browser,
enable Static Website hosting on your storage account, and upload the following file:
index.html
``
Index of /
`
Contributing
This software is currently in preview.
To develop locally, use npm start`.