Cloud Cover Episode 46 - Windows Azure Traffic Manager
- Posted: May 13, 2011 at 9:00 AM
- 39,761 Views
- 4 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Join Wade and Steve each week as they cover the Windows Azure Platform. You can follow and interact with the show @CloudCoverShow.
In this episode, Steve and Wade discuss the Windows Azure Traffic Manager. Traffic Manager provides several ways to load balance traffic to multiple hosted services. You can choose from three load balancing methods: Performance, Failover, or Round Robin. Watch as Wade demonstrates how to configure Traffic Manager policies and test with your own applications.
In the news:
Grab the source code for the Windows Azure Toolkit for iOS.
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
How does traffic manager relate to multiple instances. I thought multiple instances was supposed to do all this
Now I get the feeling that all my eggs are in one datacenter basket - is that so (without traffic manager)
What about storage? How redundant is that?
wheres bo
@paulm This isn't about multiple instances - yes you already have that in your deployment. Traffic manager is about deploying your app to multiple locations so that:
A) A single data centre doesn't become a single point of failure
B) Sending users to the data centre that is closest to them
C) Distributing load over multiple data centres
I think point C is a stretch personally. Its points A and B that are most appealing about the traffic manager. Check out the MIX videos on the topic for more info.
@paulm Also, when you deploy currently, yes its on one datacentre. When you go through the process of deploying an Azure application, you are required to pick which datacenter it goes to.
Storage is currently redundant up to at least 3 copies, all at one datacentre (because there is a cost to replication across the internet). However you can deliver your blobs closer to your users with the CDN option.
Remove this comment
Remove this thread
close