Azure CDN : Article 04
Hello Everyone this is my Fourth Article in Azure Series. If you missed to read my Azure Resource Group article please click here.
What is Azure CDN?
A content delivery network (CDN) is a distributed network of servers that can efficiently deliver web content to users. CDNs store cached content on edge servers in point-of-presence (POP) locations that are close to end users, to minimize latency.
Azure Content Delivery Network (CDN) offers developers a global solution for rapidly delivering high-bandwidth content to users by caching their content at strategically placed physical nodes across the world. Azure CDN can also accelerate dynamic content, which cannot be cached, by leveraging various network optimizations using CDN POPs. For example, route optimization to bypass Border Gateway Protocol (BGP).
Features
- Dynamic site acceleration
- CDN caching rules
- HTTPS custom domain support
- Azure diagnostics logs
- File compression
- Geo-filtering
At the our subscription will not allow you to create CDN. So we need to Register.
Register Subscription
Step 1 : At the search bar type subscription,search and select
Step 2 : Once you select the subscription you will get this window
Step 3 : Click on Azure for students and select Resource Providers at the left navigation bar
Step 4: At the search bar type cdn
Step 5 : Select and click register
Create CDN
Step 1 : Search for the CDN
Step 2 : Click Add
Step 3 : Fill the details and click create
This is the end of this article. See you in the next article..!
Thank you…!
Next Article: Azure FrontDoor