I have an Azure Web App with all files stored on the web app itself. I'm looking at using Azure blob storage for all Kentico files (add key="CMSExternalStorageName" value="azure"). Which files and folders would I need to move from the web app to blob storage? Would it be everything under wwwroot?
If you've read the documentation, they highly recommend not storing all the files in blob storage, UNLESS you're running Cloud Services, especially files in the /App_Data directory (like Smart Search) due to the frequent access of them.
/App_Data
Please, sign in to be able to submit a new answer.