Azure CDN - How to Create and Configure CDN

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ค. 2019
  • The Azure Content Delivery Network is designed to send audio, video, apps, photos, and other files to your customers faster and more reliably, using the servers closest to each user. Acceleration Data Transfer provides dynamic site acceleration of non-cacheable, dynamic content generated by your web applications
    Covered
    How CDN works
    Azure CDN Providers and cost model
    CDN features
    Cost effective way of CDN configuration
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 22

  • @rbattle2u
    @rbattle2u 2 ปีที่แล้ว

    This is brilliant. The title should include "Deep dive".

  • @poultryfarmchicks123
    @poultryfarmchicks123 4 ปีที่แล้ว +1

    Thanks for Explaining Content Delivery Network - Let's Make Sure *BelugaCDN* is Cheapest Online CDN Service Provider!

  • @vigneshplays1
    @vigneshplays1 3 ปีที่แล้ว

    WOW ! Clear Explanation with use cases.

  • @techguy1678
    @techguy1678 2 ปีที่แล้ว

    Thank you sir, your video is very helpful. I was originally having trouble accessing my files as I was just using the endpoint hostname which returned nothing but adding the link to my files with the url helped!!

  • @sdminhas
    @sdminhas 4 ปีที่แล้ว +1

    Wow ! Well explained with live example ,,, salute sir ,,,,

    • @munaga6897
      @munaga6897  4 ปีที่แล้ว

      Thanks and welcome

  • @IamCkNitin
    @IamCkNitin 3 ปีที่แล้ว

    I like the way how you describe the CDN, very easy to understand.
    Please try to zoom the screen with the help of magnifier or some other tool so we can watch the video on mobile easily. I appreciated your efforts.
    Thanks

  • @diegolagosmorales2536
    @diegolagosmorales2536 2 ปีที่แล้ว

    excellent video ;D

  • @gadeykarthik6439
    @gadeykarthik6439 2 ปีที่แล้ว

    Well Explained!

  • @chandrashekhar2461
    @chandrashekhar2461 4 ปีที่แล้ว

    Detailed and ON POINT!!

  • @Hari-ed5es
    @Hari-ed5es 3 ปีที่แล้ว

    Good one. Thank you

  • @TellaTrix
    @TellaTrix 2 ปีที่แล้ว

    Very wonder explanation on azure cdn profile.

  • @OvRaf
    @OvRaf 3 ปีที่แล้ว

    thnaks

  • @gangapuramramesh7470
    @gangapuramramesh7470 4 ปีที่แล้ว

    tq sir plz explain more concepts in azure

  • @srujanashankar9517
    @srujanashankar9517 9 หลายเดือนก่อน

    I have a doubt.. let's say I have deployed a rule policy where we are relying on a rule, block on referer
    Is there a security vulnerability there. Can a hacker spoof the referer

  • @katieandmaaya2107
    @katieandmaaya2107 3 ปีที่แล้ว

    How to enable daignotic log on cdn endpoint and monitoring cdn jobs, could yyou please help me out i have requirements for that

  • @RameshKumar-zz8uk
    @RameshKumar-zz8uk 5 ปีที่แล้ว

    Very Good. Please explain the same concept with asp.net core angular application deployment including azure content delivery methodology

    • @munaga6897
      @munaga6897  5 ปีที่แล้ว

      I already planned two more video regarding to CDN.
      1. Enabling CDN for Sitecore CMS
      2. Asp.Net core with CDN

  • @rmahmoud4771
    @rmahmoud4771 4 ปีที่แล้ว

    As we know azure traffic manager technology operates for globally (end point azure web app ,VM machine holding web app in different regions) and its route the traffic base on DNS..priority..weighting
    what about a content delivery network (point of presence ) does it make caching from different regions(globally) end points (azure web app , storage etc)or only with in same region end points ?
    if in a case CDN has ability to caching from different regions(globally) then how azure traffic manager will perform its task along CDN?

    • @munaga6897
      @munaga6897  4 ปีที่แล้ว +1

      The major use of CDN is
      1. To reduce server burden by reducing the requests for static content (css, images, js, and any other static files)
      2. To improve the performance of overall page by reducing download time of static content.
      Example: Single page requires 50 requests to render. Out of 50 requests, 20 may be related to static content (*.js, *.jpeg, *.css, etc). the rest 30 requests are non-static. In this scenario, 20 requests delivered from CDN quickly.
      Few users will use Azure Traffic Manager with Azure CDN to load balance among multiple CDN endpoints for failover, geo-load balancing.