I need this for load balancing. For example, I've two azure storage accounts (say a and b) and the blob addresses for those are a.blob.core.windows.net and b.blob.core.windows.net. Both of them store identical data. Now I need to provide a single external name (say example.com) which points to both the storage accounts and should work in round robin. This can be achieved if I create two CNAME entries in DNS as following and it resolves to one of them in round robing.
example.comCNAMEa.blob.core.windows.netexample.comCNAMEb.blob.core.windows.net
But I can not create two CNAME records for a single name in Windows DNS server.
So is it ever possible?
core.windows.netI'd suspect a similar situation in Azure or something. – ceejayoz Feb 07 '14 at 22:14