Host podcasts on Azure?
-
samedi 7 avril 2012 00:45Is it possible to host podcasts on Azure?
Toutes les réponses
-
samedi 7 avril 2012 00:56Yes.
-
mardi 10 avril 2012 18:26
Can you elaborate a bit more?. From the specs here at http://apple.com/itunes/podcasts/specs.html , this is what I am thinking:
- Host the episode/file on server (Azure storage)
- Create an RSS feed and host on Azure (A WCF syndication service as a hosted service on Azure (Azure compute))
- 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?
-
mercredi 11 avril 2012 09:41Modérateur
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- Marqué comme réponse Valli Kamakodu jeudi 12 avril 2012 20:17

