0

我需要你解决我的大问题。我创建了一个 IIS 平滑流应用程序来传递媒体内容。

我正在使用 azure windows virtual machine, small instance (CUP 1 Core)作为媒体服务器。我在 vm(虚拟机)上安装了 IIS 媒体服务,并在其上创建了发布点。

用户数太多,vm上的负载会增加。因此,我决定使用负载平衡/自动缩放选项。好吧,我是第一次这样做。

这是我的媒体服务器架构:

我想实现3 层架构,就像我将创建 3 个虚拟机并希望它们相互通信以平衡负载。我的意思是如果 vm-1 上的负载增加,那么负载将与 vm-2 和/或 vm-3 平衡。我也想自动缩放虚拟机。

我怎样才能做到这一点?

提前致谢

德文德拉

4

1 回答 1

2

to do so you can create an availability set where you can join the 3 VMs , here are some resources I think they will be very beneficial

"managing the availability of the Virtual Machines" http://www.windowsazure.com/en-us/manage/windows/common-tasks/manage-vm-availability/

here is a second one for the load balancing I think it is a bit like the first one: http://www.windowsazure.com/en-us/manage/windows/common-tasks/how-to-load-balance-virtual-machines/

for the scaling I think it is still in the preview, you can test it by adding this feature to your account. after that you will be able to access it in your cloud service after creating the Virtual Machines required.

于 2013-07-12T00:10:15.950 回答