Azure Mobile Services - more than just cloud data

19
Craig Dunn Developer Evangelist Xamarin [email protected] @conceptdev Windows Azure Mobile Services more than cloud storage! 17th December 2013

description

Xamarin Webinar 13-Dec-2013

Transcript of Azure Mobile Services - more than just cloud data

Page 1: Azure Mobile Services - more than just cloud data

Craig DunnDeveloper EvangelistXamarin

[email protected]@conceptdev

Windows Azure Mobile Servicesmore than cloud storage!

17th December 2013

Page 2: Azure Mobile Services - more than just cloud data

What is Windows Azure?www.windowsazure.com

Page 3: Azure Mobile Services - more than just cloud data

What is Windows Azure?www.windowsazure.com

Page 4: Azure Mobile Services - more than just cloud data

Azure Mobile Services

(REST)

SERVERS DATABASES

SOCIAL PUSH

webservices

Page 5: Azure Mobile Services - more than just cloud data

REST Web Services

GETPOSTPATCHDELETE

Page 6: Azure Mobile Services - more than just cloud data

REST Web Services

GETPOSTPATCHDELETEEASI

ER

WAY

Page 7: Azure Mobile Services - more than just cloud data

Azure Component

easy to add to Xamarin apps

Page 8: Azure Mobile Services - more than just cloud data

Azure Component

Page 9: Azure Mobile Services - more than just cloud data

...but wait, there’s more!www.windowsazure.com

Xamarin documentation available directly in the Azure portal

Page 10: Azure Mobile Services - more than just cloud data

Azure Demoexisting app (local database)

• how to share data?

• how to share business rules?

• how to authenticate?

• push notifications...

Page 11: Azure Mobile Services - more than just cloud data

Azure Component

Page 12: Azure Mobile Services - more than just cloud data

Azure Portal: Service

Page 13: Azure Mobile Services - more than just cloud data

Azure Portal: Data

Page 14: Azure Mobile Services - more than just cloud data

Azure Portal: Table

Page 15: Azure Mobile Services - more than just cloud data

Azure Data Demoinitialize

await a list of data

await inserting a new object

Page 16: Azure Mobile Services - more than just cloud data

Azure Validation Demoscript

c# code

Page 17: Azure Mobile Services - more than just cloud data

Azure Auth Democonfigure

set permissions

filter rows by user

c# code

tag rows with user

Page 18: Azure Mobile Services - more than just cloud data

Azure Push Democonfigure c# code