Host podcasts on Azure?
-
sábado, 7 de abril de 2012 00:45Is it possible to host podcasts on Azure?
Todas as Respostas
-
sábado, 7 de abril de 2012 00:56Yes.
-
terça-feira, 10 de abril de 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?
-
quarta-feira, 11 de abril de 2012 09:41Moderador
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- Marcado como Resposta Valli Kamakodu quinta-feira, 12 de abril de 2012 20:17

