What are the main differences when using
- Azure Web API (technically using Azure Web Site Module) - https://www.windowsazure.com/en-us/develop/net/tutorials/rest-service-using-web-api/#bkmk_createmvc4app VS
- Azure Mobile Services - https://www.windowsazure.com/en-us/develop/mobile/tutorials/get-started-ios/
I'd like to build a webservice that will be used by both mobile and web client. Which should I use?
Thanks