Overview Of Azure CDN

  • Azure CDN is one of the services of Azure which helps in dealing with Content Delivery Network.
  • It is the global CDN solution for delivering high-bandwidth content in low response time.
  • Azure CDN caches the static files (Images, videos, etc) loaded from Azure Blob storage by using the closest point-of-preference(pop) server.
  • Azure CDN can also handle dynamic content which cannot be cached. It does it by leveraging various network and routing optimizations.

How To Use Azure CDN For Content Delivery ?

Imagine, you are running a social media platform. Users from different parts of the world register in it and use it. The content feed in the application should be dynamically updated. The content such as images, text, etc is stored on a server in India. Users from other countries such as the US, and Europe found that the platform is leading to slower loading times and a less responsive user experience. The solution for this can be the usage of a Content Delivery Network(CDN)

Similar Reads

What Is CDN?

Content Delivery Network (CDN) is a tool that usually helps the content to be distributed among various servers based on a geographical location. This provides an alternative server node for users to download resources.In the above scenario, using CDN helps to distribute the content among various servers across the world. So the users from the US or Europe can access the data or content from the nearby servers based on their geographical location....

Overview Of Azure CDN

Azure CDN is one of the services of Azure which helps in dealing with Content Delivery Network....

Step-By-Step Approach Of Using Azure CDN For Content Delivery

Step 1: Login In To Azure Portal...

Azure CDN For Content Delivery – FAQ’s

What Is Azure CDN?...