CDN Azure (Content Delivery Network)

Published: 04 July 2022
on channel: Show me Your Code
163
0

* Learnings*
We don’t want to store images, cs, or javascript files with our web application itself
There could be various projects pr parts within an organization that could utilize the images
Now where CDN will help us it will cache the files which are gonna get used
CDN Comes with the benefits of the cloud, like scalability, security, etc
The azure front door can also help us do the same but we don’t put the load on one service because it also has other responsibilities to fill + you will see the benefits of using CDN for content
We can use different endpoints & profiles for different cache
compressed on the fly by the CDN if it is served from the CDN cache
Manage geo-filtering on your endpoint to block or allow content in the selected countries/regions
So for the first time we try to access our resource our CDN will try to retrieve the content but because it doesn’t exist there, it will go to the storage account & fetch & give it from there, but after that, it will cache those resources, & now if we access it for 2nd time, it will give it back from CDN
LinkedIn:-   / adarshkunwar  
Instagram -   / adarsh_whysoserious  


Watch video CDN Azure (Content Delivery Network) online without registration, duration hours minute second in high quality. This video was added by user Show me Your Code 04 July 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 163 once and liked it 0 people.