AppServices与CloudService中的WebApp [英] WebApp in AppServices vs CloudService

查看:98
本文介绍了AppServices与CloudService中的WebApp的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

新发布的"Azure AppService"中的WebApp(以前是Azure网站)相对于使用"Azure CloudServices"而言,是构建高度可扩展的Web应用程序的首选方法吗?

Is WebApp (formerly Azure Website) in the newly announced "Azure AppService" the preferred approach to building highly scalable web applications as opposed to using "Azure CloudServices"?

我最初的理解是,托管为"Azure CloudServices"的Web应用程序可以更好地扩展,而"Azure网站"则用于更简单的网站/应用程序.

My original understanding was that web applications hosted as "Azure CloudServices" would scale better and "Azure Websites" were for simpler web sites/applications.

我正在构建Web应用程序,可伸缩性是一个大问题.哪个是更好"的方法?

I'm building a web application and scalability is a big concern. Which is the "better" approach?

推荐答案

您的确切答案可能取决于您所说的更好地扩展"的意思,但是一般而言,WebApp现在与云服务相当.请参阅 http://azure.microsoft .com/en-us/documentation/articles/choose-web-site-cloud-service-vm/

Your exact answer might depend on what you mean by "scale better", but in general WebApps are now pretty much on parity with Cloud Services. See http://azure.microsoft.com/en-us/documentation/articles/choose-web-site-cloud-service-vm/

要认真扩展,您需要使Web应用程序中的功能保持最少,并委派给外部资源进行计算,消息传递和存储.这意味着更好的Web技术是一种可以与外部资源更好地通信的技术,而App Service体系结构显然为WebApp带来了这一优势.

To seriously scale you need to keep functionality minimal in the web application and delegate to external resources for computation, messaging and storage. That means the better web technology is the one that can communicate better with outside resources, and the App Service architecture clearly gives that advantage to WebApps.

App Service预览只是Microsoft打算继续主要投资和推广WebApp的最新迹象.因此,除非迫切需要云服务功能,否则我将选择WebApps.

The App Service preview is just the latest indication that Microsoft intends to continue investing in and promoting WebApps predominately. So unless there's a compelling need for a Cloud Service feature, I would choose WebApps.

这篇关于AppServices与CloudService中的WebApp的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆