Download presentation
Presentation is loading. Please wait.
Published byRaymond Gilmore Modified over 8 years ago
1
iOS and Android with Windows Azure Websites Name Title Organization @twitter Email Address Website
2
Review Windows Azure Websites Options for service layers Storage Connections Demos in action Agenda
3
Windows Azure Websites
4
Windows Azure Web Sites
5
Start Simple Get started with 10 free web sites Create new sites in seconds Easily manage and scale your sites Automatic load balancing and shared storage across instances Scale out or up to reserved instances for improved performance and scale
6
Code Smart Use ASP.NET, ASP, PHP, or Node.js SQL Azure or MySQL databases Start with open source apps Develop with VS and WebMatrix Supports any Web development tool on any platform (Windows, OSX, Linux)
7
Go Live Rapid deployment for quick iteration Integrated source control with Team Foundation Server (TFS) and Git Built-in monitoring of perf and usage data Quick access to request logs, failed requests, and diagnostics
8
The Service Layer
9
Web Service Layer PHP (we’ll use this today) Node.js ASP.NET ASP
10
PHP and Node! PHP / Node.js! Compatible with OSX / Linux Doesn’t require Visual Studio or.NET
11
Storage
12
Storage: What are our options? Benefits: Non-relational structured storage Massive scale-out Tables Benefits: Big files..or just files. Blobs Benefits: Persistent Async Messaging Enqueue, Dequeue Queues Benefits: Relational database Database
13
Supported Databases
14
Setting up a PHP Site demo
15
Connecting with iOS and Android
16
iOS: NSURLConnection Normal HTTP Requests Android: HTTPUrlConnection Normal HTTP Requests Connecting
17
URL Shortener demo
18
Using Storage and MySQL MySQL isn’t great for file storage Windows Azure Blob Storage IS great Use PHP to get a SAS Use the SAS to upload from your app
19
Geolocation demo
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.