Cloud Computing with Windows Azure using your Preferred Technology



Similar documents
Windows Azure Storage Essential Cloud Storage Services

Introduction to Azure: Microsoft s Cloud OS

Developing Windows Azure and Web Services

MS 20487A Developing Windows Azure and Web Services

MS 10978A Introduction to Azure for Developers

Course 10978A Introduction to Azure for Developers

Introduction to Windows Azure Cloud Computing Futures Group, Microsoft Research Roger Barga, Jared Jackson,Nelson Araujo, Dennis Gannon, Wei Lu, and

Windows Azure platform What is in it for you? Dominick Baier Christian Weyer

AppDev OnDemand Cloud Computing Learning Library

This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud.

Sviluppo soluzioni Open Source per il Cloud

Windows Azure Data Services (basics) 55093A; 3 Days

10978A: Introduction to Azure for Developers

CLOUD COMPUTING & WINDOWS AZURE

Dynamics CRM with Azure and SharePoint a perfect match. Central and Eastern Europe

Migrating SaaS Applications to Windows Azure

Introduction to Azure for Developers

Building Cloud Applications for the Real World. Aleksey Savateyev Senior Architect

Enterprise Data Integration for Microsoft Dynamics CRM

Cloud Computing em Azure e Branco. Luis Alves Martins Architect Advisor Microsoft

The Windows Web Platform. Michael Epprecht Microsoft Switzerland twitter: fastflame

Microsoft Introduction to Azure for Developers

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions 20532A; 5 days

INTRODUCING THE WINDOWS AZURE PLATFORM

CUMULUX WHICH CLOUD PLATFORM IS RIGHT FOR YOU? COMPARING CLOUD PLATFORMS. Review Business and Technology Series

Contents Huntcliff, Suite 1350, Atlanta, Georgia, 30350, USA

Developing Windows Azure and Web Services

WHITE PAPER. Migrating an existing on-premise application to Windows Azure Cloud

MOC DEVELOPING WINDOWS AZURE AND WEB SERVICES

Pervasive Software + NetSuite = Seamless Cloud Business Processes

IT Exam Training online / Bootcamp

Introduction to the Cloud OS Windows Azure Overview Visual Studio Tooling for Windows Azure Scenarios: Dev/Test Web Mobile Hybrid

Cloud Powered Mobile Apps with Azure

Integrating Mobile apps with your Enterprise

POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION

Course 20532B: Developing Microsoft Azure Solutions

INTRODUCING THE WINDOWS AZURE PLATFORM

Developing ASP.NET MVC 4 Web Applications

Windows HPC Server 2008 R2 Service Pack 3 (V3 SP3)

Bridging the Gap between On-Premise BizTalk ESB and Windows Azure platform AppFabric

Cloud computing with the Azure platform

Tutto quello che c è da sapere su Azure App Service

MicroStrategy Course Catalog

fpafi/tl enterprise Microsoft Silverlight 5 and Windows Azure Enterprise Integration Silverlight Enterprise Applications on the Windows

Developing ASP.NET MVC 4 Web Applications MOC 20486

WHITEPAPER SECURITY APPROACHES AND SECURITY TECHNOLOGIES IN INTEGRATION CLOUD

Cloud Deployment Models

White Paper Converting Lotus Notes Applications to the Cloud Using the CIMtrek converter Product

Microsoft Cloud Services for Education. Matthew Fox Western Europe HQ Cloud Lead

CRM Magic with Data Migration & Integration

Sentinet for Windows Azure SENTINET

Sentinet for BizTalk Server SENTINET

Windows Azure Platform

SQL Azure vs. SQL Server

Data Storage. Deploying Packaged Apps

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led

Inside the Digital Commerce Engine. The architecture and deployment of the Elastic Path Digital Commerce Engine

SOA, case Google. Faculty of technology management Information Technology Service Oriented Communications CT30A8901.

ORACLE APPLICATION EXPRESS 5.0

day 1 2 Windows Azure Platform Overview... 2 Windows Azure Compute... 3 Windows Azure Storage... 3 day 2 5

Contents. Overview 1 SENTINET

INTRODUCING THE WINDOWS AZURE PLATFORM

Cloud Computing with Microsoft Azure

Storing and Processing Sensor Networks Data in Public Clouds

Windows Azure Storage Scaling Cloud Storage Andrew Edwards Microsoft

New Features in Neuron ESB 2.6

Sentinet for BizTalk Server SENTINET 3.1

CATALOG OF CLASSES IT and Technical Courses

Storage Options in the AWS Cloud: Use Cases

Microsoft SQL Data Services Under the Hood

Java in Web 2.0. Alexis Roos Principal Field Technologist, CTO Office OEM SW Sales Sun Microsystems, Inc.

The Trusted Technology Partner in Business Innovation PASSION DISCIPLINE INNOVATION TEAMING INTEGRITY

Building Modern Business Applications with Oracle Cloud s Platform Services

Overview of Microsoft SQL Azure Database

Outlook. Corporate Research and Technologies, Munich, Germany. 20 th May 2010

WINDOWS AZURE DATA MANAGEMENT AND BUSINESS ANALYTICS

NUTECH COMPUTER TRAINING INSTITUTE 1682 E. GUDE DRIVE #102, ROCKVILLE, MD 20850

Microsoft Azure for IT Professionals 55065A; 3 days

tibbr Now, the Information Finds You.

SQL Access to OpenEdge Apps

70-487: Developing Windows Azure and Web Services

This document gives an outline of Tim Ward s work on mobile phone systems

Blog:

Application Development

SharePoint 2013 Business Connectivity Services Hybrid Overview

Cloud Powered Mobile Apps with Microsoft Azure

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence

Introduction to IBM Worklight Mobile Platform

Welcome to the Force.com Developer Day

Course 20533: Implementing Microsoft Azure Infrastructure Solutions

Flexible Identity Federation

PaaS - Platform as a Service Google App Engine

Integration Architecture & (Hybrid) Cloud Scenarios on the Microsoft Business Platform. Gijs in t Veld CTO BizTalk Server MVP BTUG NL, June 7 th 2012

IBM Rational Web Developer for WebSphere Software Version 6.0

Cloud computing - Architecting in the cloud

Oracle Service Bus. Situation. Oracle Service Bus Primer. Product History and Evolution. Positioning. Usage Scenario

Cloud Service Model. Selecting a cloud service model. Different cloud service models within the enterprise

CommonTime Making Business Mobile. Enterprise. CommonTime. Mobile Solutions. mdesign Platform.

Transcription:

Cloud Computing with Windows Azure using your Preferred Technology Sumit Chawla Program Manager Architect Interoperability Technical Strategy Microsoft Corporation

Agenda Windows Azure Platform - Windows Azure Storage - Windows Azure Compute - Service Bus and Access Control Service - SQL Azure Azure Interoperability Demo Real-world Customer Demo Summary, Questions, Wrap-up

Our Approach to Windows Azure Platform Simple scenarios are simple complex scenarios are possible Services hosted in Microsoft s data centers Designed for high availability & scalability Multiple protocol support including HTTP, REST, SOAP, AtomPub Broad investment in open, community-based access to Azure services Familiar tools, languages, and frameworks Provides the choice to build on-premises, cloud, or hybrid solutions Integrate with existing assets such as AD and premises applications

Windows Azure Platform

Windows Azure Storage Storage - Durable - Scalable (capacity and throughput) - Highly available Rich storage concepts - Blobs Provide a simple interface for storing named files along with metadata for the file - Tables Provide structured storage. A Table is a set of entities, which contain a set of properties - Queues Provide reliable storage and delivery of messages for an application Simple and familiar programming interfaces - REST (HTTP and HTTPS) -.NET accessible

Blob Features and Functions Store large objects (currently up to 50GB) Associate metadata with blob - Metadata is <name, value> pairs, up to 8KB per blob - Set/Get with or separate from blob data bits Account sally Container pictures Blob IMG001.JPG IMG002.JPG Standard REST Interface - PutBlob - GetBlob - DeleteBlob movies MOV1.AVI

Windows Azure Tables Provides structured storage - Massively scalable tables - Billions of entities (rows) and TBs of data - Automatically scales across servers as traffic grows - Highly Available - Anywhere at Anytime access to your data - Durable - Data is replicated at least 3 times Familiar and easy to use programming interfaces - ADO.NET Data Services.NET 3.5 SP1 -.NET classes and LINQ - REST - with any platform or language Account sally Table users photo index Entity Name = Email = Name = Email = Photo ID = Date = Photo ID = Date =

Windows Azure Queues Provide reliable message delivery - Simple, asynchronous work dispatch Account Queue Message - Programming semantics ensure that a message can be processed at least once Queues are highly available, durable and performance efficient Access is provided via REST sally thumbnail jobs photo processing jobs 128x128, http:// 256x256, http:// http:// http://

Windows Azure SDK for PHP Overview - Enables PHP developers to take advantage of the Microsoft Cloud Services Platform Windows Azure. - Open source project being contributed to Zend Framework (http://framework.zend.com) Features - PHP classes for Windows Azure Blobs, Tables & Queues (for CRUD operations) - Helper Classes for HTTP transport, AuhN/AuthZ, REST & Error Management - Manageability, Instrumentation & Logging support Project site: - http://phpazure.codeplex.com/ Deployment scenarios Your PHP application Windows Azure SDK for PHP Blobs, Tables, Queues PHP Runtime Manageability, Instrumentation, logging Logical architecture Windows Azure SDK for PHP Blobs, Tables, Queues Helper for Http, Auth, REST, Error Your PHP application REST Manageability, Instrumentation, logging REST PHP Runtime REST Helper for Http, Auth, REST, Error Your PHP application Windows Azure SDK for PHP Blobs, Tables, Queues Manageability, Instrumentation, logging Helper for Http, Auth, REST, Error

Windows Azure SDK for Java Overview - Enables Java developers to easily leverage Windows Azure Storage service in their applications - The Windows Azure SDK for Java gives developers a speed dial to leverage Windows Azure Storage services. - This SDK is used in the Eclipse Tools for Azure project to develop the Azure Explorer feature. Features - Java classes for Windows Azure - Blobs, Tables & Queues - Create, Read, Update, Delete operations Project site: - http://www.windowsazure4j.com Deployment scenarios Java Runtime Logical architecture Your Java Application Windows Azure SDK for Java Blobs Tables Queues REST REST Java Runtime

Azure Compute Web role - Web farm that handles request from the internet - Push work items onto storage queue Worker role - Process work item off storage queue Load balancer Public internet Web role Worker role Cloud storage (tables, blobs, queues) n Q m Develop Debug in Development Fabric Deploy to Windows Azure

Windows Azure Tooling for Eclipse Plug-in leverages PDT framework Provides first class PHP web application targeting Microsoft Cloud Platform -Windows Azure Includes All the Plumbing abstractions for PHP development (PHP Stack, SQL Support, Windows Azure Storage support) Development Sandbox (Simulate cloud on your laptop) One Click deployment to Cloud Eclipse Galileo PDT 2.1/Eclipse PHP Java Runtime Windows Azure Tools for Eclipse Windows Azure Explorer Development and Test environment: Windows 7, Vista, Server 2008 Deployment and runtime environment Windows Azure SDK.NET Framework 3.5 SP1 IIS 7.0 & SQL Server Express

Service Bus and Access Control Service

Using ACS and Service Bus with PHP, Java, and Ruby Goals of these community-based projects AppFabric SDK for Java www.jdotnetservices.com AppFabric SDK for PHP www.dotnetservicesphp.com AppFabric SDK for Ruby www.dotnetservicesruby.com Contributors: Persistent Systems, Schakra Inc, Thoughtworks, and Microsoft

SQL Azure Familiar SQL Server relational database model Support for existing APIs and tools Built for the cloud with high availability and scale Interoperable with PHP, Ruby, and Java PHP SDK for ADO.NET Data Services ADO.NET Entity Framework (TDS) Your Apps PHP SQL Driver SQL Server Drivers TDS Endpoint SQL Data Services

Demo Developing for the Windows Azure Platform in PHP using the Eclipse IDE Three New Projects featured: 1. ACS and Service Bus SDK for PHP 2. Bing 404 Error Toolkit for PHP 3. SQL CRUD Application Generator

& Tim Wise ecommerce Services Manager Domino s Pizza LLC

The Problem Serious Spikes

Current Architecture Java / Tomcat Solaris VB6/C# Win2000/2003 Web SOA VPN Web SOA Oracle RDB Cisco

Co-Deployed Architecture Web SOA VPN Web SOA RDB

Azure Runs Java Web Web SOA SOA VPN RDB Migrate (Relatively) Easily Web SOA VPN Web SOA RDB

Connection Issues Web SOA.Net Svc VPN Bus Web SOA RDB No Hardware Allowed Web SOA VPN Web SOA RDB

Data Issues Web SOA.Net Svc Bus Web SOA Azure Storage RDB Hot Spot Sharding? Web SOA VPN Web SOA Key-Value Storage RDB

Pain in the Cloud Web SOA.Net Svc Bus Web SOA Azure Storage Connectivity Logging Storage Differences Web SOA VPN Web SOA Key-Value Storage

Solution: Abstraction Layer Application Abstraction Layer Azure Technology Domino s Technology Domino s Technology Domino s Technology

Lessons Learned Java runs in Azure..Net Bus provides VPN like connectivity. Azure storage technologies are easily abstracted. Logging and debugging in the cloud takes special focus.

Summary Windows Azure Platform is designed for Interoperability from the groundup Windows Azure Tools for Eclipse SDKS for - Windows Azure Storage in PHP & Java - PHP SDK for ADO.NET Data Services - PHP, Java, Ruby SDKs for Access Control and Service Bus Samples & Tools - CRUD Application Wizard for PHP (Targets SQL Server, SQL Azure, and Windows Azure Tables) - Bing 404 Error Toolkit for PHP Developers Dominos Pizza: Real world Java Application running on Windows Azure For more about Windows Azure Interoperability Go to: http://www.microsoft.com/windowsazure/interop

References More Information - Windows Azure Platform http://www.azure.comhttp://www.microsoft. http://www.microsoft.com/windowsazure/interop Interoperability @ Microsoft http://www.microsoft.com/interoperability - Interoperability Technical Bridges http://www.interoperabilitybridges.com - Interoperability Team Blog http://blogs.msdn.com/interoperability Contact - Sumit Chawla sumit.chawla@microsoft.com - Tim Wise tim.wise@dominos.com

Design Time Toolkit for PHP with ADO.NET Data Services A bridge between PHP and.net using RESTful services Overview - Enables PHP developers to easily use RESTful services to consume data coming from ADO.NET Data Services - ADO.NET Data Services* is a technology used to expose a wide range of data sources through a RESTful service interface Features - Code generator (PHPDataSvcUtil) - Reads Data Services metadata - Creates PHP classes (proxy) - Rich set of Query & Data manipulations methods - easier use of data from the Data Service Project site: - phpdataservices.codeplex.com Logical architecture Web Server Browser HTML PHP Runtime Your PHP Code ---- ---- ---- Web application ADO.NET Data Services ---- ---- ---- PHP Proxy Classes Toolkit Libraries Code generator (PHPDataSvcUtil) Reads Data Service schema ---- ---- ---- Data entities http REST ---- ---- ---- Creates PHP classes (proxy) using XSLT Design Time * ADO.NET Data Services: formerly known as Project Astoria. More info at: http://msdn.microsoft.com/en-us/data/bb931106.aspx

Design Time PHP CRUD Application Generator Logical architecture Browser HTML Web application Web Server http PHP Runtime Your PHP Code CRUD Php Classes + CSS SQL SQL Server, SQL Azure, or Azure Storage Design Time Code generator (Windows Application) Reads data table structure Generates CRUD PHP classes Project site: sqlcrudphpwizard.codeplex.com