Multiple roles on the same instance in Windows Azure

前端 未结 4 1502
执念已碎
执念已碎 2020-12-09 03:49

Is it possible to deploy multiple roles in the same instance?

I have three web roles (website in asp.net mvc3, and two WCF services instances) and two worker roles (

4条回答
  •  遥遥无期
    2020-12-09 04:34

    Check this episode of cloud cover. you can put couple of web role in the same instance. worker role you can always put multiple thread to work the data.

    http://channel9.msdn.com/Shows/Cloud+Cover/Cloud-Cover-Episode-37-Multiple-Websites-in-a-Web-Role.

    Note that each time you upload a new version to azure you need to upload all the web roles/ worker roles to azure again

提交回复
热议问题