1

There are many articles about Azure like this one.

But all those words are still pretty general. Yes, that's clear that Azure is cloud etc. and so on.

However, still, what could I get from moving my (let's say, even mobile services) from Web API implementation to Azure in my particular application (services)?

What are the exact benefits? All the same but a bit more convenient and reliable?

Thank you!

4

2 回答 2

2

我不太清楚您要问什么,因为您可以将 Web API 应用程序作为云服务或网站托管在 Windows Azure 上。

您能否阐明 Azure 与 Web API 的含义?

编辑:

如果您正在寻找移动现有应用程序,我会选择网站。它很简单,可以让您以最少的更改加入 Windows Azure。

迁移到移动服务的好处是平台附带的一切。通过使用移动服务构建您的服务,您将可以访问推送通知、可扩展性、微软对平台所做的更新等。

如果您的应用程序已经投入生产,我会先转到网站,然后看看您的需求是什么。

于 2013-11-12T19:39:31.517 回答
1

如果我理解您的问题,您想知道移动服务的主要功能是什么。我对吗?

移动服务器是为您的移动应用程序构建后端的简单方法。它还提供推送通知,允许您向任何设备(ios、android、wp)发送通知。但是,如果您不需要它,您可以只使用您的 webapi。

看看 Azure 也提供的许多功能的概述:

http://www.windowsazure.com/en-us/develop/net/fundamentals/intro-to-windows-azure/

于 2013-11-14T11:02:00.550 回答