Search code examples
azuremulticastazure-web-rolesazure-worker-roles

UDP multicast in Windows Azure cloud service


Is there any support for multicast UDP within a Windows Azure cloud service? I've set up internal endpoints for the UDP protocol in my roles, but my guess is that they're only opened for the IP addresses assigned to the web/worker roles in my cloud service, and that the roles don't listen on 224.0.0.0 - 239.255.255.255.

I can imagine a workaround for my situation, based on unicast and additional configuration, but by default we run on multicast, so it would be lovely.

Thanks!


Solution

  • Windows Azure does not support Multicast UDP currently. Due to security concerns they have decided to support UDP, but not multicast. Based on a recent comment by Corey Sanders on the my great windows azure idea site they do not plan on implementing this in the near future.