Windows Azure Mobile Services - Heartland Developer Conference

Download Report

Transcript Windows Azure Mobile Services - Heartland Developer Conference

Windows Azure Mobile Services
Matt Milner
http://mattmilner.com/
@milnertweet
Matt Milner
MSDN Subscribers:
you’ve got it, now use it
Develop & Test on cloud VMs at no additional cost!
Activate your MSDN Benefit & try it by 9/30
You could win* an Aston Martin V8 Vantage!
Redeem your benefit
today!
http://bit.ly/140uAwb
Outline
Why
What
How
Why Mobile Services?
http://youtu.be/OFro7RlKzE8
Why Mobile Services?
Expectations
•
•
•
•
Data storage
Identity
Notifications
Scheduled jobs
What is Azure Mobile Services?
What is Azure Mobile Services?
IOS
Android
JS
SDKs
Win8 WinPhone
REST API
Node.js
Your scripts (insert/update/delete/read)
Notification services
SQL Tables
Other services
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
How?
Provision
Mobile
Service in an
Azure
subscription
Download
the
appropriate
SDK(s)
How (Data)?
Create tables
for your data
Update
applications
to read/write
data
Modify
server
scripts as
needed
How (identity)?
Create
applications
with the identity
providers
Update mobile
service
configuration
with secrets
Code
application to
login with SDK
How (notifications)?
Update
clients to
store
notification
channel / URL
Setup
notifications
with provider
Update
mobile
service
configuration
with
identifiers
Update server
scripts to
push
notifications
How (Scheduled jobs)?
Configure script
in mobile service
configuration
Get Started Today!
Azure trial
subscription
Sign up for
mobile services
preview
Provision your
service
Download the
starter solution