I want to use a database hosted on Azure with some sort of backend for my app made with apache cordova tools for visual studio.
My thought was that I could create my JS object in the app itself send that to the C#/JS code on azure which will then put that data in the database.
I have created an Azure .NET mobile service with a database but I have no idea how to actually use it to store data.

1) How do I pass data from my app to the db?
2) Do I need C# code?
3) Where do I put it?