The answer from bedane is incorrect. This question is about Azure websites (not Azure Web role)
1) Yes, thatβs true. Azure websites store your content using Azure Storage units, which are mounted and presented on the website as a read / write share.
2) By virtue of 1) when you upload a file, you upload it to a shared resource, and therefore all instances will immediately see the download.
3) All instances point to one drive (just repeating point 1)
This Azure website architecture has been specifically designed to include applications such as Umbraco, Wordpress, etc. that install plugins and make changes directly to the siteβs content directory. This design point fixes an issue in Azure Web Roles.
Bilallam
source share