I want to know if in Azure Websites (shared) I can create a virtual subfolder of the main app. I want to do this because I want to keep some files that are created by the users safe during deployment.
Now I use IIS and I have a virtual folder that is mapped to a different directory. SO when I put a new version. (delete all and put new files) my users files are safe.
I want to know if this is possible in Azure Websites(maybe a sugestion how) ?
How would you handle this kind of scenarios ?