Windows Azure and iOS Chris Risner Windows Azure Technical Evangelist Microsoft

Slides:



Advertisements
Similar presentations
Windows Azure for SharePoint people Dennis – Solution Architect Microsoft Windows Azure.
Advertisements

Attie Naude 14 May 2013 Windows Azure Mobile Services.
Building Connected iOS Apps Chris Risner Technical Evangelist Microsoft
Page 1 Ricardo Villalobos Windows Azure Architect Evangelist Microsoft Corporation Designing, Building, and Deploying Windows Azure applications.
Push to ALL the iPhones with Azure Chris Risner Senior Technical Microsoft Azure.
Azure Websites Marc Gagne Startup Lead & Sr. Technical Evangelist – Microsoft -
Azure Services Platform Piotr Zierhoffer. Agenda Cloud? What is Azure? Environment Basic glossary Architecture Element description Deployment.
Overview Of Microsoft New Technology ENTER. Processing....
Windows Azure Pack Tomáš „Kanty“ Kantůrek
Microsoft, Linux and the Open Source Community Mark Gayler, Senior Technical Evangelist, Microsoft Open Technologies, Inc.
.NET, Visual Studio, TFS + Git | Java, NodeJS, PHP, Python, Ruby, C++ Data SQL Databases NoSQL Tables Blob Storage HDInsight Window s Azure IaaS +
Cross Platform Mobile Backend with Mobile Services James
What is Cloud Computing? Cloud computing is the delivery of computing capabilities as a service, making access to IT resources like compute power, networking.
Windows Azure Websites Matt |
Boston Bootcamp April 27 th, 2013 Azure Websites Udaiappa Ramachandran ( Udai
Visual Studio 2012 or 2013 VisualStudio.com (or) Github (or) Bitbucket (or more) Azure Cross-Platform Command Tools Setup if you want to play too.
Building Android Apps with Windows Azure Mobile Services Chris Risner Technical Evangelist Microsoft
Getting Started with Windows Azure Name Title Microsoft Corporation.
1 NETE4631 Using Google Web Services and Using Microsoft Cloud Services Lecture Notes #7.
Windows Azure Tour Benjamin Day Benjamin Day Consulting, Inc.
Windows Azure: Microsoft’s Cloud Platform By Shahed Chowdhuri.
Building iOS Apps with Windows Azure Mobile Services Chris Risner Technical Evangelist Microsoft
Windows Azure Conference 2014 Deploy your Java workloads on Windows Azure.
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
Microsoft Azure SoftUni Team Technical Trainers Software University
WINDOWS AZURE Scott Guthrie Corporate Vice President Windows Azure
IOS and Android with Windows Azure Websites Name Title Address Website.
Lugano Microsoft Azure Overview Ken Casada Technical Evangelist Microsoft Switzerland
George Gonsalves.  Free and lightweight web development tool.  Create, publish, and maintain your website  Optimized for Open Source  Designed for.
Developer TECH REFRESH 15 Junho 2015 #pttechrefres h Understand your end-users and your app with Application Insights.
Hybrid Cloud and Windows Server 2003 end of support on Azure Rod Kruetzfeld Data Center Technical Strategist Microsoft Canada.
Node.js & Windows Azure AZR326  JavaScript on the Server!  Event driven I/O server-side JavaScript  Not thread based, each connection uses only a.
How* to Win the #BestMicrosoftHack Shahed Chowdhuri Sr. Technical WakeUpAndCode.com *Hint: Use the Cloud.
Windows Azure Virtual Machines Anton Boyko. A Continuous Offering From Private to Public Cloud.
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.
Trunica Inc. 500 East Kennedy Blvd #300 Tampa, FL Cross Platform Mobile Apps With Cordova and Visual Studio 2015 © Copyright 2015.
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:
 Mike Martin  Architect  MEET Member  Crew Member of Azug  Windows Azure Insider  Windows Azure MVP  
Multi-Tier Apps with Admin Access, RDP, Custom Installs Modern Scalable Web Sites Full Windows Server/Linux VMs Web Sites Virtual Machines Cloud Services.
Boost Developer Productivity with a 360- Degree View of Every Software Change by Using FinditEZ, Certified Microsoft Platform Ready for SQL Azure MICROSOFT.
Windows Azure Web Sites: Under The Hood. What we will cover… General Overview (a marketing necessity) Demo Architecture Configurations Demo Scale Demo.
Azure in a Day Training: Windows Azure Module 1: Windows Azure Overview Module 2: Development Environment / Portal – DEMO: Signing up for Windows Azure.
Building Connected Windows Store apps with Windows Azure Mobile Services Nick Harris Windows Azure Tech Evangelist Microsoft Corporation WCL217.
Building web applications with the Windows Azure Platform Ido Flatow | Senior Architect | Sela | This session.
Windows Azure Pack Speaker Name Date. Internal slide only—do not show.
WINDOWS AZURE AND THE HYBRID CLOUD. Hybrid Concepts and Cloud Services.
Cloud Computing Cosa, come e perché? Giancarlo Lelli Microsoft MVP – Avanade
DreamFactory for Microsoft Azure Is an Open Source REST API Platform That Enables Mobilization of Data in Minutes across Frameworks and Storage Methods.
當 Java 遇上 DevOps 黃忠成. Java In Azure Storage Table Storage Services NoSQL base storage Fast and Easy to use Blob Storage Services File Storage (photo,
Deploying Web Application
Cloud Data platform (Cloud Application Development & Deployment)
Logo here Module 3 Microsoft Azure Web App. Logo here Module Overview Introduction to App Service Overview of Web Apps Hosting Web Applications in Azure.
Acutelearn Azure Administration Training in Hyderabad Classroom Training Instructor led trainings at Acutelearn premises Corporate Training Custom tailored.
Windows Azure Web Sites
Windows Azure Web Sites
PaaS - Development Stefan Geiger Gerry
02 | Hosting Services in Windows Azure
Introduction to Windows Azure Web Sites
Modern cloud PaaS for mobile apps, web sites, API's and business logic apps
Introduction to Building Applications with Windows Azure
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.
Developing for Windows Azure
5 Azure Services Every .NET Developer Needs to Know
Developing Mobile Solutions with Windows Azure Part II
Microsoft Virtual Academy
Presentation transcript:

Windows Azure and iOS Chris Risner Windows Azure Technical Evangelist Microsoft

What is Windows Azure Websites? The old way of connecting The new way of connecting Where we’re going from here Agenda

Windows Azure Websites

Windows Azure Web Sites

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

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)

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

The Old Way of Connecting

Windows Azure Portal

iOS Toolkit for Windows Azure

Access Control Service (ACS) Authenticate with Facebook, Google, Live, Yahoo! You “just use it” Blob, Table, Queue Storage Can be used directly (key on device) or through SAS Easy “no set-up” data storage Push Notifications iOS Toolkit Continued

Cloud Ready Packages

Create a new Windows Azure Storage Account Creates direct access key Configure an ACS Namespace Specify which service providers to use Generates a signing token Create Windows Azure Hosted Service Use the OSX config utility to create config file Upload Cloud Ready Package with config file …but before you can upload it

Extensible?

The New Way of Connecting

The New Windows Azure Portal

Web Service Layer Use ASP.NET, ASP, PHP, or Node.js SQL Azure or MySQL databases Supports any Web development tool on any platform (Windows, OSX, Linux) GIT and FTP Support

Setting up a PHP Site demo

URL Shortener demo

Geolocation demo

Where We’re Going Next

PHP capabilities of Cloud Ready Packages ACS for authentication Blog, table, queue storage Push notifications For iOS and Android (with C2DM and without) What would help you? PHP service layer? Something else? Where We’re Going Next