0PricingLogin
Azure Fundamentals · Lesson

Azure CDN Profiles and Endpoints

Create an Azure CDN endpoint backed by a Blob Storage origin, configure caching rules and query string behaviour, and purge cached content on demand.

What Is a Content Delivery Network?

A Content Delivery Network (CDN) is a distributed network of servers placed at geographic Points of Presence (PoPs) close to end users. When a user requests content, the CDN serves it from the nearest PoP cache instead of your origin server. This reduces latency (especially for users far from your origin region), lowers origin server load, and improves resilience. Azure CDN integrates natively with Blob Storage, App Service, and any publicly reachable HTTP origin.

Azure CDN Providers

Azure CDN is offered through multiple provider tiers: Azure CDN Standard from Microsoft — the default, tightly integrated option with basic caching rules and HTTP/2 support. Azure CDN Standard from Akamai — broad global PoP coverage with fast propagation. Azure CDN Standard/Premium from Verizon — advanced rules engine and analytics (Premium tier). Each provider has different feature sets and pricing; for most AZ-900 scenarios, Azure CDN Standard from Microsoft is the focus.

All lessons in this course

  1. Azure CDN Profiles and Endpoints
  2. Azure Front Door: Global Load Balancing
  3. Web Application Firewall on Front Door
  4. Optimising Performance with CDN Rules
← Back to Azure Fundamentals