Azure CDN – Preloading Contents on CDN Endpoint
In this short post, let's have a look at how to preload the assets on CDN endpoint POPs even before user tries to request them. Prerequisite You would need to…
In this short post, let's have a look at how to preload the assets on CDN endpoint POPs even before user tries to request them. Prerequisite You would need to…
In this short post, let's quickly have a look at how to selectively purge the contents from CDN Endpoint. Prerequisites You would need to have an Azure account with an active subscription. …
In this series about Azure CDN, we have tried different things to understand how Azure CDN works. If you want to go through them, below is the list: Azure Content…
We already have created an Azure CDN profile and created an endpoint which can be used with Azure Storage Account. In this post, we are going to create a web…
Compression is now a very common method to improve the file transfer speed and increase page load performance by reducing the file size. The file is compressed just before sending…
Azure CDN helps in efficiently delivering the web contents to the user, by placing them nearer to the user. The contents are cached at CDN POP. But in real world,…
In this post, let's see how to create the Azure CDN profile and how to add the endpoints. This is almost similar to what we have done in the previous…
In this post, let's see how to use Azure Content Delivery Network (CDN) to cache content from Azure Storage. You would need to have an Azure account with an active subscription. If you…