I am moving my MVC4 application static data like(CSS,IMG,Javascript,etc) to Azure Blob storage enabled with CDN. It will offload my server and in return will increase system Performance and responsiveness.
I have two queries here :
- Will migrating static data to Blob actually increase Performance as compared to MVC4 bundling feature to deliver the content to browser.
- What & How to accommodate the code changes involved in the process.How to change the Virtual Path to the Actual corresponding blob URI.
Thanks in advance !