A web based Notepad made using JS and .NET Framework. Stores .txt files on Azure Container
If you want to compile the code, please search for the keywoord AzureStorageConnectionString in the web.config file and in the "connectionString="enter_your_connection string"", replace it with the actual connection string of your blob storage on azure.
Open file from the dropdown list. All the files shown are stored as blobs on Azure Storage Containter. Clicking on the dropdown option loads the azure blob stored on cloud
openFile.mp4
The app allows you to save the file to cloud storage
saveFile.mp4
Save new file on cloud storage