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!