Answered Host podcasts on Azure?

  • Saturday, April 07, 2012 12:45 AM
     
     
    Is it possible to host podcasts on Azure?

All Replies

  • Saturday, April 07, 2012 12:56 AM
     
     
    Yes.
  • Tuesday, April 10, 2012 6:26 PM
     
     

    Can you elaborate a bit more?. From the specs here at http://apple.com/itunes/podcasts/specs.html , this is what I am thinking:

    1. Host the episode/file on server (Azure storage)
    2. Create an RSS feed and host on Azure (A WCF syndication service as a hosted service on Azure (Azure compute))
    3. Provide RSS url to itunes?

    Per the spec, the episodes should be hosted on server with byte-range support. When you say Azure supports podcasts, I guess Azure handles this?

     

    
    
    
  • Wednesday, April 11, 2012 9:41 AM
    Moderator
     
     Answered

    Hi,

    I am not familiar with Apple’s spec. But if you want to host static RSS feeds in Windows Azure, you can use blob storage without a hosted service. If the RSS feeds need to be dynamically generated, then you can use a web role with a service. As for byte range support, from my experience, blob storage supports Range header.

    In addition, please also make sure you configure content type correctly when you upload files to blob.

    Best Regards,

    Ming Xu.


    Please mark the replies as answers if they help or unmark if not.
    If you have any feedback about my replies, please contact msdnmg@microsoft.com.
    Microsoft One Code Framework

    • Marked As Answer by Valli Kamakodu Thursday, April 12, 2012 8:17 PM
    •