A CDN is a service that can be used to scale your apps globally. It caches your static content, such as HTML pages, style sheets, images, documents, files, and client-side scripts on edge servers in different regions. This way, it will take less time to download them because the content is physically closer to the user, which increases the performance of your apps.
Azure CDN offers the following pricing tiers: Azure CDN Standard from Microsoft, Azure CDN Standard from Akamai, Azure CDN Standard from Verizon, and Azure CDN Premium from Verizon.
Azure CDN offers the following key features:
- Dynamic site acceleration: Normally, CDNs have the ability to cache files closer to the end users to speed up the performance of loading the files. However, with dynamic web applications, the content is generated in response to the user behavior. Speeding up the loading process is more...