Windows Azure Conference 2014 Deploy your Java workloads on Windows Azure
Windows Azure Conference 2014 Session Objectives Deploying Java Workloads on Windows Azure Understanding Windows Azure Services for Java How to build scalable systems on Windows Azure
Windows Azure Conference 2014 Agenda Introduction to Windows Azure (IaaS vs PaaS) Eclipse Plugin for Windows Azure Realistic Scenario through Demo Inside Azure PaaS Q&A
Windows Azure Conference 2014 Introduction to Windows Azure PaaS vs IaaS
Windows Azure Conference 2014 Platform As A Service Auto Managed Easy to Auto Scale Used by DevOps Teams It’s a Auto Pilot Mode Less Control over Deployment Design for PaaS
Windows Azure Conference 2014 Infrastructure As A Service Full Control over Deployment Completely Customizable Used by Enterprise Dev Teams backing with IT Teams Complex to Auto Scale Move anything to IaaS
Windows Azure Conference Presentation title ©Copyright / 14 /12 What happens in PaaS Development?
Service Package
Server Rack 1Server Rack 2 Virtual machine Provision Role Instances Deploy App Code Configure Network Virtual machine
Windows Azure Datacenter Service Package Provision Role Instances Deploy App Code Configure Network
Windows Azure Datacenter Service Package Provision Role Instances Deploy App Code Configure Network
Windows Azure Datacenter Network load-balancer configured for traffic Provision Role Instances Deploy App Code Configure Network
Windows Azure Datacenter
Windows Azure Conference 2014 Eclipse Plugin For PaaS Deployment
Windows Azure Conference 2014 Eclipse Plugin can be used to Create a project template for PaaS Deployment Automate Deployment Process Define VM Requirements and Deployment Architecture Publish packages to Cloud Services Include libraries for Windows Azure Services
Windows Azure Conference 2014 Demo Eclipse Plugin
Windows Azure Conference 2014 Realistic Scenario MatrixCRM on Windows Azure
Windows Azure Conference 2014 Application Building Blocks We Use
Windows Azure Conference 2014 Application Building Blocks Used in Java Applications
Windows Azure Conference 2014 Application Building Services On Azure
Windows Azure Conference 2014 Access Control Service For Identity and Authentication
Windows Azure Conference 2014 Access Control Service IP = Identity Provider (Active Directory, Google, Live ID, Facebook) ACS= Access Control Service RP= Relaying Party (Java Applications)
Windows Azure Conference 2014 Active Directory Access Control
Windows Azure Conference 2014 Authenticating Users from Web and Social Providers Windows Azure
Windows Azure Conference 2014 Demo Authentication using ACS
Windows Azure Conference 2014 Storage Services For File Store and Application Logging
Windows Azure Conference 2014 Blob Storage Concepts BlobContainerAccount / Pages/ Blocks contoso PIC01.JPG Block/Page PIC02.JPG images VID1.AVIvideos
Windows Azure Conference 2014 Table Storage EntityTableAccount contoso Name =… = … Name =… Add= customers Photo ID =… Date =… photos Photo ID =… Date =…
Windows Azure Conference 2014 Demo File Store and Logging using Azure Storage
Windows Azure Conference 2014 Service Bus For Message Queuing and Notification
Windows Azure Conference 2014 Queues
Windows Azure Conference 2014 Topics
Windows Azure Conference 2014 How Push Notifications Work
Windows Azure Conference 2014 How Service Bus Notification Hub Works
Windows Azure Conference 2014 Demo Message Queues and Notifications using Service Bus
Windows Azure Conference 2014 Scaling on Windows Azure Caching, Auto scaling, Session Affinity
Windows Azure Conference 2014 How to Scale on Windows Azure
Windows Azure Conference 2014 What’s Windows Azure Cache? Use spare memory on your VMs as high-performance cache Distributed cache cluster co-located with existing roles, use dedicated roles or Azure Cache Service Named caches with high availability option and notifications Support Memcached protocol
Windows Azure Conference 2014 Demo Eclipse Plugin Configuration and Auto Scaling
Windows Azure Conference 2014 Inside Azure PaaS
Windows Azure Conference 2014 Running Tomcat in Windows Azure Service Instance Worker Role RoleEntry Point Sub-Process JVM Tomcat server.xml Catalina Fabric Controller Load Balancer Table Storage Table Storage Blob Storage Blob Storage Queue Service Bus Service Bus Access Control SQL Database new Process() bind port(x) listen port(x) get runtime info index.jsp
Windows Azure Conference 2014 Anatomy of a Windows Azure instance Guest VM Host VM Maintenance OS, Hardware-optimized hypervisor The Fabric Controller communicates with every server within the Fabric. It manages Windows Azure, monitors every application, decides where new applications should run – optimizing hardware utilization. Storage – distributed storage systems that are highly consistent, reliable, and scalable. Compute – instance types: Web Role & Worker Role. Windows Azure applications are built with web role instances, worker role instances, or a combination of both. Each instance runs on its own VM (virtual machine) and local transient storage; replicated as needed HTTP/HTTPS Inside Azure PaaS
Windows Azure Conference 2014 Links for Reference Java Dev Center: Notification Hub: Eclipse Plugin: Log4J Appender:
Windows Azure Conference 2014 Q&A My Co-Ordinates
Windows Azure Conference 2014