16
Windows Azure Mobile Services Matt Milner http://mattmilner.com/ @milnertweet

Windows Azure Mobile Services Matt Milner @milnertweet

Embed Size (px)

Citation preview

Page 1: Windows Azure Mobile Services Matt Milner  @milnertweet

Windows Azure Mobile Services

Matt Milnerhttp://mattmilner.com/

@milnertweet

Page 2: Windows Azure Mobile Services Matt Milner  @milnertweet

Matt Milner

Page 3: Windows Azure Mobile Services Matt Milner  @milnertweet

MSDN Subscribers: you’ve got it, now use it

Redeem your benefit today!http://bit.ly/140uAwb

*No purchase necessary. Open to eligible Visual Studio Professional, Premium or Ultimate with MSDN subscribers as of June 1, 2013. Ends 11:59 p.m. PT on September 30, 2013. For full official rules including odds, eligibility and prize restrictions see website. Sponsor: Microsoft Corporation. Aston Martin is a trademark owned and licensed by Aston Martin Lagonda Limited.

Develop & Test on cloud VMs at no additional cost!Activate your MSDN Benefit & try it by 9/30You could win* an Aston Martin V8 Vantage!

Page 4: Windows Azure Mobile Services Matt Milner  @milnertweet

Outline

Why

What

How

Page 5: Windows Azure Mobile Services Matt Milner  @milnertweet

Why Mobile Services?

http://youtu.be/OFro7RlKzE8

Page 6: Windows Azure Mobile Services Matt Milner  @milnertweet

Why Mobile Services?

Page 7: Windows Azure Mobile Services Matt Milner  @milnertweet

Expectations

• Data storage• Identity• Notifications• Scheduled

jobs

Page 8: Windows Azure Mobile Services Matt Milner  @milnertweet

What is Azure Mobile Services?

Page 9: Windows Azure Mobile Services Matt Milner  @milnertweet

Node.js

What is Azure Mobile Services?

REST API

Your scripts (insert/update/delete/read)

SQL Tables

Notification services

SDKsIOS Android Win8JS WinPhone

Other services

Page 10: Windows Azure Mobile Services Matt Milner  @milnertweet

What is Azure Mobile Services?

Data• SQL Tables• REST API• Resource oriented model

Identity• Twitter• Google• Facebook• Microsoft

Notifications• Apple Push Notifications (APN)• Android • Windows Phone Notification Service• Windows 8 Notification Service

Scheduled jobs

• CRON jobs on the server

Page 11: Windows Azure Mobile Services Matt Milner  @milnertweet

How?

Download the appropriate

SDK(s)

Provision Mobile Service in an

Azure subscription

Page 12: Windows Azure Mobile Services Matt Milner  @milnertweet

How (Data)?

Create tables for your data

Update applications to read/write data

Modify server scripts as needed

Page 13: Windows Azure Mobile Services Matt Milner  @milnertweet

How (identity)?

Create applications with

the identity providers

Update mobile service

configuration with secrets

Code application to login with SDK

Page 14: Windows Azure Mobile Services Matt Milner  @milnertweet

How (notifications)?

Setup notifications with provider

Update clients to store notification channel / URL

Page 15: Windows Azure Mobile Services Matt Milner  @milnertweet

How (Scheduled jobs)?

Configure script in mobile service

configuration

Page 16: Windows Azure Mobile Services Matt Milner  @milnertweet

Get Started Today!

Azure trial subscriptio

n

Sign up for mobile

services preview

Provision your

service

Download the starter

solution