The system stores files there so it can show thumbnails faster. There are scheduled tasks to clear that data up so those files will not remain on the server indefinitely.
Without seeing your set up, code, etc., it's hard to say 100% what is going on but I can tell you the following:
- The custom code for the custom Azure Provider needs to be in both the MVC project and the CMS project.
- When you migrate all the files to Azure Blob storage, clear out both the MVC and CMS project file systems on the server. This will help you identify if there are additional files being stored on the server and where.
-
Be sure to map all possible locations:
/<sitecodename>/media
- default location of media library
/<sitecodename>/files
- default location of page attachements
/<sitecodename>/bizformfiles
- default location of form attachments
You could also map the /App_Data/AzureCache
and /App_Data/AzureTemp
directories too.