Azure Blob Storage and jsTree

Image

I recently had a need to provide an interface for some users to our Azure Blob Storage.  Rather than download the Microsoft Storage Explorer and give the users access to the storage account I decided I would make a web based storage explorer.  The two main needs were:  The users needed to be able to navigate around the blob containers the users needed to be able to download archived files....

Azure Key Vault Authentication

Image

When I first started developing this blog, I was experimenting with Azure B2C for authentication.  I was able to get it to work, but it was overly complicated for what I actually needed.  As I was the only person that was going to be writing posts and logging in I didnt need all the overhead that comes with the B2C authentication.  Additionally I didnt want a database solution since I am using Azure Table Storage for this blog....