I have an existing Node.js app which implements a REST server and connects to my SQL database. How do I deploy it on Azure as a mobile service? I tried making a new API within the service and pasting my code into it, but it doesn't appear to be working
when I send queries to it.
We do not support running existing node.js applications on Mobile Services. Please look at using Mobile Apps via the preview portal (http://portal.azure.com).
Marked as answer byReubendFriday, July 10, 2015 3:14 AM