Hi,
In our web application, we used to store all the files in azure blob storage and the requirement is like view and edit those uploaded files within our website.
For view I saw one solution with like "http://view.officeapps.live.com/op/view.aspx?src=file_url", this works fine.
But what I need is that user also able to make changes so that I can replace with updated file in azure blob storage.
Any ideas please?