For us this scenario is very valid. We have built a hosted service that uses its own Azure Storage Account. We can scale this hosted service by adding compute instances to it, but eventually it could outgrow the scaling capabilities of a single storage account.
So our further scaling capability is to create additional hosted services, each of which has their own storage account.
Our initial plan is to roll out with one of these hosted services in each of 3 different data centers. Giving us geolocation and scale together. However if one region were to outgrow the scaling capability of a single hosted service we might want to add
a second or third hosted service within the same data center.
What I am hearing is that using Traffic Manager we are currently limited to a single hosted service per data center. A significant limitation for us. In our scenario using a round robin approach for multiple hosted services within a datacenter would be just
fine, in fact exactly what we would want. Wouldn't this be fairly easy to accomplish? Nested policies is way more than we need and I suspect is much more complicated.
I will add this request to the uservoice site, but I now suspect this may never see the light of day if you guys haven't heard this request before. Ugg, what a dissapointment, a gaping hole in our architecture.