Mobile Services Recap Windows Azure Mobile Services.

Slides:



Advertisements
Similar presentations
Building Windows Store Apps with Windows Azure Mobile Services Name Title Organization.
Advertisements

Attie Naude 14 May 2013 Windows Azure Mobile Services.
Building Connected iOS Apps Chris Risner Technical Evangelist Microsoft
What Is Azure ! Thierry Gasser Technical Solution Professional (TSP)
Kako uklopiti oblak u svoju postojeću infrastrukturu? Tomica Kaniški CITUS d.o.o.
Ken Casada Technical Evangelist Microsoft Switzerland What’s new in Microsoft Azure.
Windows Azure Mobile Services. Data Push Notifications Auth Scheduler Diagnostics & Scale Agenda.
“It’s going to take a month to get a proof of concept going.” “I know VMM, but don’t know how it works with SPF and the Portal” “I know Azure, but.
Microsoft Ignite /16/2017 4:11 PM
Microsoft Ignite /16/2017 5:11 PM
Building Connected iOS Apps with Mobile Services Chris Risner Senior Technical Microsoft Azure.
| Basel Discovering Windows Azure Mobile Services and Media Services Ken Casada
Microsoft Azure Virtual Networks. Networking Compute Storage Virtual Machine Operating System Applications Data & Access Runtime Provision.
Kirill Gavrylyuk | Principal Program Manager Lead, Azure Mobile Miranda Luna | Product Manager, Azure Mobile.
VM Role (PaaS)Virtual Machine (IaaS) StorageNon-Persistent StoragePersistent Storage Easily add additional storage DeploymentBuild VHD offsite and upload.
Windows Azure Networking & Active Directory Nasir (Muhammad Nasiruddin) Developer Evangelist - Azure Microsoft Corporation
LB VIP:Input Endpoint Internal Endpoint foo.cloudapp.net  VIP.
Cross Platform Mobile Backend with Mobile Services James
Windows Azure Conference 2014 Windows Azure Mobile Services from ground up.
Microsoft Confidential - Signed NDA Required Windows Azure Executive Vision and Roadmap NAME TITLE Microsoft Corporation.
Building Android Apps with Mobile Services Speaker Name Speaker Title Speaker Company Twitter:
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
Building Android Apps with Windows Azure Mobile Services Chris Risner Technical Evangelist Microsoft
Windows Azure Virtual Machines Speaker Title Organization.
Microsoft Azure Virtual Machines. Networking Compute Storage Virtual Machine Operating System Applications Data & Access Runtime Provision & Manage.
Developing Mobile Apps with Windows Azure Mobile Services Pongsakorn Poosankam Microsoft Innovation Center – Manager Microsoft (Thailand) Limited.
Twitter:
Customer needs EnterpriseGrade HyperScale Hybrid.
Building iOS Apps with Windows Azure Mobile Services Chris Risner Technical Evangelist Microsoft
Building Connected Android Apps Chris Risner Technical Evangelist Microsoft
Building Connected Android Apps with Azure Chris Risner Technical Evangelist
Building iOS Apps with Windows Azure Mobile Services Chris Risner Technical Evangelist Microsoft
Cloud Powered Android Apps in Minutes Chris Risner Senior Technical Microsoft Azure.
Microsoft ® Official Course Module 13 Implementing Windows Azure Active Directory.
Alessandro Cardoso Microsoft MVP | Readify National Manager |
Lugano Microsoft Azure Overview Ken Casada Technical Evangelist Microsoft Switzerland
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.
Building Windows Store Apps with Windows Azure Mobile Services Name Title Organization.
REST API Connected Apps Windows Store iOS Android Windows Phone 8 iOS Android HTML 5/JS.
WINDOWS AZURE MOBILE SERVICES AN INTRODUCTION Bret Stateham Technical Evangelist
Make VMs Resilient to Failures with Availability Sets.
Mobile + Cloud: Building Mobile Applications with Windows Azure Wade Wegner Blog:
Building Windows Phone Apps with Mobile Services Speaker Name Speaker Title Speaker Company Twitter:
Ken Casada Technical Evangelist Microsoft Switzerland What’s new in Microsoft Azure.
PowerPoint Instructions These are not native PowerPoint objects. They are PNG objects. To change the color, you need to go to the Format Tab.
Hello Cloud… Mike Benkovich
SQL Server 2012 Session: 1 Session: 4 SQL Azure Data Management Using Microsoft SQL Server.
Building Connected Windows Store apps with Windows Azure Mobile Services Nick Harris Windows Azure Tech Evangelist Microsoft Corporation WCL217.
Going Hybrid – part 1 Moving to Hybrid Cloud with Windows Azure Virtual Machines & System Center 2012 R2.
Architectural Patterns For The Cloud Brian H. Prince | Microsoft.
Marin Franković MVP: SCCDM Algebra visoko učilište What’s new in Azure for IT Pro.
Building Cross-Platform Apps with Windows Azure Mobile Services.
Building Windows Store Apps with Windows Azure Mobile Services Nikola Metulev Windows Platform Technical Evangelist.
Brian Blanchard Web: Oakwoodsys.com Blog: aka.ms/BrianBlanchard.
WINDOWS AZURE AND THE HYBRID CLOUD. Hybrid Concepts and Cloud Services.
Azure Active Directory is becoming one of, if not the, primary user identity management services for cloud applications. One of Azure Active Directory's.
DreamFactory for Microsoft Azure Is an Open Source REST API Platform That Enables Mobilization of Data in Minutes across Frameworks and Storage Methods.
Mobile Application Solution
Using a Gateway to Leverage On-Premises Data in Power BI
Mobile Application Solution
Building Cross-Platform Apps with Windows Azure Mobile Services
Using a Gateway to Leverage On-Premises Data in Power BI
PaaS - Development Stefan Geiger Gerry
Azure Enables Mobility, Easy Sync and Share, and Allows Companies to Retain Data Control MINI-CASE STUDY “Azure provides the full stack of technology that.
TechEd /15/2019 8:08 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Windows Azure Hybrid Architectures and Patterns
Building Windows Store Apps with Windows Azure Mobile Services
06 | SQL Server and the Cloud
Keeping Data Secure In Azure
Presentation transcript:

Mobile Services Recap

Windows Azure Mobile Services

Multi-Platform Apps

You don’t need a different Mobile Service for each platform!

Connect them all!

Cross-Platform Support

Multi-Device Push

Single Platform Push Notifications

Multi-Platform Push Notifications

Don’t forget to check the response on error (or getFeedback for APNS) Also, check out Delivering Push Notifications to Millions of Devices –

Virtual Tables

Create a table Use it’s endpoint Don’t call request.Execute

Custom API

Custom API Demo

Talking to Azure Storage

It’s doable It’s not perfect Scripts and the Azure module

Reading Tables

Reading Table Rows

Creating Containers

Reading and “Creating” Blobs

Storage Demo

Talking REST

ActionHTTP VerbURL Suffix CreatePOST/TodoItem RetrieveGET/TodoItem?$filter=id%3D42 UpdatePATCH/TodoItem/id DeleteDELETE/TodoItem/id

JSON ValueT-SQL Type Numeric values (integer, decimal, floating point) Float BooleanBit DateTimeDateTimeOffset(3) StringNvarchar(max)

Postman & Runscope Demo

Sending s

Sending an

Setting up SendGrid Demo

The CLI

It’s awe SOME

CLI Demo

Service Filters and DelegatingHandlers

Client side Intercepts requests Intercepts responses

Sending Version Info with Each Request

DelegatingHandlers are Service Filters

Script Versioning

Checking the Version in Scripts

For more on versioning, check out Going Live and Beyond with Windows Azure Mobile Services 10:30 am

Talking Twitter

v1 is dead v1.1 is hard

Part 1: The Helpers

Part 2: The Work (part 1)

Part 2.2: The Work

That was terrible Do this

The Easy Way

Script Source Control

Enable on dashboard Creates Git repo Changes push from client

Shared Scripts

require(‘jsfile.js'); *Need a config change on update (for now)

Auth Part 1: Custom

Pass creds in Validate Hash your salt Create a JWT

Part 1: The Helpers

Part 2: The Work

Part 3: Signing In

…or just use Auth0 Check out Who’s that User? – 2pm

Auth Part 2: Identity Caching

Storing Credentials in.NET

Getting and Setting Credentials

Auth Part 3: Expired Tokens

DelegationHandlers (again)

ServiceFilter (iOS)

Auth Demo

One-to-Many

Client Server

Client

Server 1

Server 2

Remember API call #s when considering client side one-to-many

Paging Data

Client Server

Client

Server Scripts

On-Prem

Secure Site-to-Site Network Connectivity Windows Azure Virtual Network Data Synchronization SQL Data Sync Application-Layer Connectivity & Messaging Service Bus Secure Point-to-Site Network Connectivity Windows Azure Virtual Network

On-premises Your datacenter Individual computers behind corporate firewall Route-based VPN Windows Azure Virtual Network DNS Server VPN Gateway

On-premises Your datacenter Hardware VPN or Windows RRAS Windows Azure Virtual Network DNS Server VPN Gateway Extend your premises to the cloud securely On-ramp for migrating services to the cloud Use your on-prem resources in Azure (monitoring, AD, …)

Pricing

$ Preview No availability SLA Shared (multitenant environment) Small instance is the only size available; multiple may be purchased First 10 Mobile Services are free, with no plans to start charging Reserved (private VM) Small instance is the only size available; multiple may be purchased Charge for Preview will be at the same reduced rate as Web Sites Up to 100 Mobile Services

$ General Availability 99.9% FreeStandardPremium PriceFree (up to 10 services/month) $25 USD/mo (per unit*) $199 USD/mo (per unit*) API Calls500K (per subscription) 1.5M (per unit) 15M (per unit) Active Devices100 (per subscription) 5K (per unit) 100K (per unit) ScaleN/AUp to 6 Standard units Up to 10 Enterprise units Scheduled JobsLimitedIncluded SQL Database (required) 20MB Included, Standard rates apply for more capacity 20MB Included, Standard rates apply for more capacity 20MB Included, Standard rates apply for more capacity