Windows Azure Mobile Services Matt Milner

Slides:



Advertisements
Similar presentations
Cross Platform Push with Azure
Advertisements

Building Windows Store Apps with Windows Azure Mobile Services Name Title Organization.
Attie Naude 14 May 2013 Windows Azure Mobile Services.
What Is Azure ! Thierry Gasser Technical Solution Professional (TSP)
Microsoft Ignite /16/2017 4:11 PM
WEB APPS LOGIC APPS MOBILE APPS App Service API APPS Fabrikam Kable 1. Customer books appointment 2. Customer valet assigns a technician.
DiscoverFollow Node.js Express ASP.NET Web API SQL Table Storage Blob Storage WNS APNS GCM Mongo DB Notification Hubs Source Control Facebook.
Building Connected iOS Apps with Mobile Services Chris Risner Senior Technical Microsoft Azure.
| Basel Discovering Windows Azure Mobile Services and Media Services Ken Casada
DISCLAIMER DON’T PANIC These frameworks are still supported.
Kirill Gavrylyuk | Principal Program Manager Lead, Azure Mobile Miranda Luna | Product Manager, Azure Mobile.
Visual Studio Load Test Web Service Test Agent Pool - Dynamic Results database Worker Azure Blobs Azure Tables.
Windows Azure Rugby Tickets On-Premises Existing Systems of Record.
Esri UC 2014 | Demo Theater | Using ArcGIS for Server in the Microsoft Azure Cloud Nikhil Shampur.
WINDOWS AZURE Mark Brown Senior Product Marketing Manager – Community & Web Windows Azure
Cross Platform Mobile Backend with Mobile Services James
Windows Azure Conference 2014 Windows Azure Mobile Services from ground up.
Building Android Apps with Mobile Services Speaker Name Speaker Title Speaker Company Twitter:
Dr Greg Low CEO and Principal Mentor SQL Down Under.
Twitter:
Windows Azure: Microsoft’s Cloud Platform By Shahed Chowdhuri.
Building Connected Android Apps with Azure Chris Risner Technical Evangelist
Cloud Powered Android Apps in Minutes Chris Risner Senior Technical Microsoft Azure.
SDKs Source control, table scripts, custom API & Scheduler FacebookTwitterMicrosoftGoogle Active Directory SQL Table Storage Blob Storage WNS & MPNS.
Building Connected iOS Apps With Mobile Services Chris Risner Senior Technical Microsoft Azure.
I am familiar with Mobile Services Node.js Express ASP.NET Web API SQL Table Storage Blob Storage WNS APNS GCM Mongo DB Notification Hubs Source.
DeviceProfileTime MoneyData It is the user’s:
Trunica Inc. 500 East Kennedy Blvd #300 Tampa, FL Cross Platform Mobile Apps With Cordova and Visual Studio 2015 © Copyright 2015.
JMN Resident Download The Application Download The Application Download the application from Google Play Store for Android phones and Apple Store for.
Building Mobile Phone Applications With Windows Azure Nick HarrisWindows Azure Technical Evangelist Microsoft Blog:
WINDOWS AZURE MOBILE SERVICES AN INTRODUCTION Bret Stateham Technical Evangelist
Mobile + Cloud: Building Mobile Applications with Windows Azure Wade Wegner Blog:
Microsoft Confidential Automation Query, Manage and Configure Windows Azure resources (VMs, Cloud Services, Websites, Storage, Queues, Databases etc…)
 Mike Martin  Architect  MEET Member  Crew Member of Azug  Windows Azure Insider  Windows Azure MVP  
Building Windows Phone Apps with Mobile Services Speaker Name Speaker Title Speaker Company Twitter:
ActionHTTP VerbURL Suffix CreatePOST/tasks RetrieveGET/tasks?$filter=id%3D42 UpdatePATCH/tasks/id Delete /tasks/id
குறுச்செயலிகள் உறுவாக்க தொழில்நுட்பம் தி. ந. ச. வெங்கடரங்க ன் Blog: venkatarangan.com உத்தமம் செல்பேசிக் கணிமை பிப்ரவரி
MAINFRA ME Line of Business MS DYNAMICS CRM.

New Database Existing Database Designer Centric Code Centric Database First Reverse engineer model in EF Designer Classes auto-generated from.
ACCELERATE INNOVATIONS USING CLOUD DIFFERENTIATE WITH DESIGN AND USER EXPERIENCE DELIVER SCALE AND AGILITY TO THE CLOUD. THE RIGHT WAY. What we do at.
Based on Web API Supports various data stores: Azure databases SQL server on- prem/IaaS Table Storage MongoDB Facebook Twitter Google Microsoft.
Integration choices 3 Connect your Existing apps to the cloud Build out your business without building new datacenters Run existing integrations in.
Mobile Services Recap Windows Azure Mobile Services.
Modern Business Applications brought to you by [insert partner name] Speaker name 00/00/0000 Insert your Logo here.
Windows Azure and iOS Chris Risner Windows Azure Technical Evangelist Microsoft
The changing cloud continuum COST-EFFICIENCY Simpler Management PaaS SaaS platform as a service software as a service IaaS infrastructure.
Building Windows Store Apps with Windows Azure Mobile Services Nikola Metulev Windows Platform Technical Evangelist.
Mobile Application Solution
Windows 8 + Windows Phone + cloud
Secure Mobile Apps in the Enterprise
Azure Mobile Services + Windows Phone 8
Mobile App Trends: lifecycle, functions, and cognitive
Mobile Application Solution
SQL Server Data Tools for Visual Studio Part I: Core SQL Server Tools
Building Cross-Platform Apps with Windows Azure Mobile Services
Hybrid Apps: Azure Mobile Engagement and the App Economy
PaaS - Development Stefan Geiger Gerry
Microsoft Connect /19/2018 5:08 AM
Building Windows Phone 7 Applications with the Windows Azure Platform
12/7/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Integrating Hybrid Apps with Line of Business Apps
TechEd /11/ :21 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
ACS Deployment Scenarios
TechEd /15/2019 8:08 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
TechEd /18/ :01 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Consumer Mobile Apps that Scale
5/25/2019 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Sessions about to start – Get your rig on!
Building Windows Store Apps with Windows Azure Mobile Services
Presentation transcript:

Windows Azure Mobile Services Matt Milner

Matt Milner

MSDN Subscribers: you’ve got it, now use it Redeem your benefit today! 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!

Outline WhyWhatHow

Why Mobile Services?

Why Mobile Services?

Expectations Data storage Identity Notifications Scheduled jobs

What is Azure Mobile Services?

Node.js What is Azure Mobile Services? REST API Your scripts (insert/update/delete/read) SQL Tables Notification services SDKs IOS Android Win8 JS WinPhone 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? Download the appropriate SDK(s) Provision Mobile Service in an Azure subscription

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)? Setup notifications with provider Update mobile service configuration with identifiers Update clients to store notification channel / URL 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