How to create CDN in Windows Azure

后端 未结 3 826
北荒
北荒 2020-12-19 20:07

I\'m trying to deliver a file via CDN.I created a Blob and uploaded the file to it. Now i want to use a CDN to deliver it as per Azure docs here http://www.windowsazure.com/

相关标签:
3条回答
  • 2020-12-19 20:25

    Astaykov is correct, access to CDN is being limited. It might be worth contacting MS support by submitting a ticket through the management portal to see whether CDN could be added to your subscription.

    0 讨论(0)
  • 2020-12-19 20:47

    If you are new to Azure (you created your account recently) you will not see CDN in the portal. Currently CDN is only enabled for customers who have used it before (~2-3 years). But I do believe we will very soon see CDN enabled for all customers.

    And Application Services is a group which you will see when you click the big plus (+) sign at the bottom left of management portal.

    0 讨论(0)
  • 2020-12-19 20:47

    Azure CDN is available as of April 3, 2014, as announced at the //build conference (pricing is available here).

    You'll find CDN on the left-side along with the other services:

    enter image description here

    When you choose to add the endpoint, you can select from your storage accounts (or cloud services):

    enter image description here

    You'll then see your CDN endpoint, ready for use:

    enter image description here

    0 讨论(0)
提交回复
热议问题