Hi Dear,
What storage of a web site (dynamic content PHP/mySQL) would you use if you'd need to access it from more virtual machines / scale set? Azure disk can be accessed only from one VM, Azure files do not use chmod/chown filesystem functions (can be set only on the whole directory level and not individual files) and blob storage I do not think it's the right way to store dynamic site content.
Currently, all the data can be stored on one/more disk/s operated by 1 VM but when the traffic will go to the skies I need a build a solution for more VMs to access one website content.
Or is the Azure WEB Apps the only solution suitable for this?
Thanks and regards,
Josef