开发者

Azure as a dumb hosting for several sites?

I have several 开发者_JAVA技巧web sites with very low requirements for the server (mostly no DBs, few visitors).

I am certain an extra small instance on Azure will meet my computational needs. The cost seems to be competitive too.

Actually these sites don't need the Azure architecture. The reason I am looking at it is that I have it to play with.

One option I saw is deploying a VM, but it seems a bit too involved for my liking.

Is there another option? And is what I am trying to do reasonable?


Take a look at the Windows Azure Platform Training Kit, where you'll see a lab for creating multiple sites within a Web Role. Unless you have something very esoteric where the install can't be automated or completed within a very short timespan, you have no reason to use a VM Role.

I answered a similar question about multiple sites within an Extra Small instance, here.

One other thought is to store static content (jpg's, etc.) in blob storage, as this will remove load from your Web role instances, and also let you update your content without pushing out a new deployment.


You should use Windows Azure Accelerator for Web Roles (http://waawebroles.codeplex.com/). Its exactly what your looking for :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜