Sorry if this is a duplicate, but I am unable to find an answer to this question. I have a traditional ASP.Net website that I want to move from sinlge VM running IIS to an Azure "Web App". I frequently add and remove data from the application cache. If the the web app is running on multiple nodes, does azure have some clever mechanism for keeping the application cache in sync across all nodes? Or do i need to implement this myself?
If I do, is there a recommended mechanism to achieve this for azure web apps? I cant seem to find these answers anywhere.