Where does the wwwroot folder go when I use "Publish" inside Visual Studio to deploy to Azure Web Apps?
When new instances are created, where does wwwroot folder comes from?
Is wwwroot referenced inside Azure Storage or is it in the local storage of each instance?
How to serve wwwroot files from Azure CDN instead of serving from Azure Web Apps?