Question

I am investigating Azure (ie. beginner). Mobile Services by itself will not work for my mobile app needs (data access is too simplistic). My question is can you mix Mobile Services and Cloud Services such that they both access the same database/schema? In other words, write a mobile app that uses Mobile Services for the basic functionalities it provides (CRUD, authentication, etc), but then perhaps calls my custom REST API running on a Web Role server for more complex database operations. In order to do that, the Cloud Services instance would need to be able to read/write to the same database/schema. Is this possible, and if so, any tips on how to access the auto generated mobile database from the Cloud app? Thanks.

Was it helpful?

Solution

Absolutely, Mobile Services is very much designed with this in mind.

You can

Lots and lots of composition options, so the short answer is YES, definitely!

OTHER TIPS

The short answer, I believe is "Yes".

Furthermore, I believe the main issues are price/licensing, rather than technical:

I suspect your "database" would reside in MS Azure/Cloud, and "access" would be any combination of Mobile/direct access and/or custom web services, both to your Azure/Cloud instance.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top