Setup Xamarin CRM Azure Mobile Service for customer and order data - xamarin/demo-xamarincrm GitHub Wiki

(Incomplete. More coming soon.)

###1. Create a javascript-backed Azure Mobile App Service (formerly Azure Mobile Service)

Complete details of this task is beyond the scope of this instruction document. You may find more information here: http://azure.microsoft.com/en-us/updates/general-availability-mobile-services-net-backend/

###2. Create two tables: Account and Order.

images/XamarinCRMv2CustomerDataService_AddTables.png

###3. Create columns for the Account table:

images/XamarinCRMv2CustomerDataService_AccountColumns.png

###4. Create columns for the Order table:

images/XamarinCRMv2CustomerDataService_OrderColumns.png

###5. Connect to your service's DB

When you created the mobile service, it created a database for you. Browse to that database in Visual Studio:

images/XamarinCRMv2CustomerDataService_OpenDB.png

###6. (Incomplete. More coming soon.)