Windows Azure. Azure Application platform for the public cloud. Windows Azure is an operating system You can: – build a web application that runs.

Slides:



Advertisements
Similar presentations
Distributed Data Processing
Advertisements

Windows Azure and the Hybrid Cloud Arnie Locsin
What Is Azure ! Thierry Gasser Technical Solution Professional (TSP)
Microsoft Dynamics AX Technical Conference 2013
Take your CMS to the cloud to lighten the load Brett Pollak Campus Web Office UC San Diego.
The Microsoft Cloud Azure Platform This presentation incorporates some content from Microsoft.
“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.
Overview Of Microsoft New Technology ENTER. Processing....
Lesson 1: Configuring Network Load Balancing
Devices & Services Full WinRT 11,000 members Windows Phone Runtime 2,800 shared members 600 new members Networking Proximity In-App Purchase.
INTRODUCTION TO CLOUD COMPUTING Cs 595 Lecture 5 2/11/2015.
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
Why consider the cloud? Cloud innovation presents challenges for IT.
Cross Platform Mobile Backend with Mobile Services James
SharePoint Farm On Azure IAAS Prepared By : Prakhar Rastogi Premier Field engineer Microsoft India.
Windows Azure SQL Database and Storage Name Title Organization.
A Brief Overview by Aditya Dutt March 18 th ’ Aditya Inc.
What is Cloud Computing? Cloud computing is the delivery of computing capabilities as a service, making access to IT resources like compute power, networking.
Components of Windows Azure - more detail. Windows Azure Components Windows Azure PaaS ApplicationsWindows Azure Service Model Runtimes.NET 3.5/4, ASP.NET,
Training Workshop Windows Azure Platform. Presentation Outline (hidden slide): Technical Level: 200 Intended Audience: Developers Objectives (what do.
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
Migrating Business Apps to Windows Azure Marc Müller Principal Consultant, 4tecture GmbH
Windows Azure Insights for the Enterprise IT Pro John Craddock Infrastructure and Identity Architect XTSeminars AZR301.
Virtual techdays INDIA │ august 2010 SQL Azure – Tips and Tricks Ramaprasanna Chellamuthu │ Developer Evangelist, Microsoft.
Windows Azure: Microsoft’s Cloud Platform By Shahed Chowdhuri.
Introduction to Hadoop and HDFS
Mostafa Abdollahi Mazandaran University Of Science And Technology January 2011.
Cloud Computing & Amazon Web Services – EC2 Arpita Patel Software Engineer.
Communicate with All Workers Involved in the Process of Delivering High-Quality Health Care by Choosing Dossier365 on the Azure Platform MICROSOFT AZURE.
Database Design and Management CPTG /23/2015Chapter 12 of 38 Functions of a Database Store data Store data School: student records, class schedules,
Microsoft Azure SoftUni Team Technical Trainers Software University
Ubuntu, SUSE, OpenSUSE, CentOS & Oracle EL + hundreds on VM Depot Bring your own framework! Ecosystem Supported Microsoft 1st Party Support.
Windows Azure Virtual Machines Anton Boyko. A Continuous Offering From Private to Public Cloud.
Windows Azure for scalable compute and storage SQL Azure for relational storage for the cloud AppFabric infrastructure to connect the cloud.
Chad Collins CEO Henry Chan CTO In Latin, nubifer means “bringing the clouds”
 Mike Martin  Architect  MEET Member  Crew Member of Azug  Windows Azure Insider  Windows Azure MVP  
MidVision Enables Clients to Rent IBM WebSphere for Development, Test, and Peak Production Workloads in the Cloud on Microsoft Azure MICROSOFT AZURE ISV.
3/12/2013Computer Engg, IIT(BHU)1 CLOUD COMPUTING-1.
Azure in a Day Training: Windows Azure Module 1: Windows Azure Overview Module 2: Development Environment / Portal – DEMO: Signing up for Windows Azure.
Microsoft Azure and DataStax: Start Anywhere and Scale to Any Size in the Cloud, On- Premises, or Both with a Leading Distributed Database MICROSOFT AZURE.
Easy-to-Use RedFlag System Delivers Notifications via Phone, , Text, Social Media, and More to Improve Effectiveness of Your Communications COMPANY.
Smart Syncing: Travelers Get News, Information, and Entertainment along with Free Internet via WiFi COMPANY PROFILE: SIENN With a team across Europe, SIENN.
Microsoft Cloud Solution.  What is the cloud?  Windows Azure  What services does it offer?  How does it all work?  How to go about using it  Further.
Technology Drill Down: Windows Azure Platform Eric Nelson | ISV Application Architect | Microsoft UK |
Building Cloud Solutions Presenter Name Position or role Microsoft Azure.
ALL INFORMATION PRESENTED AS WELL AS ALL SESSIONS ARE MICROSOFT CONFIDENTIAL AND UNDER YOUR NON-DISCLOSURE AGREEMENT (NDA) AND\OR TECHNOLOGY PREVIEW.
SQL Server 2012 Session: 1 Session: 4 SQL Azure Data Management Using Microsoft SQL Server.
Saasabi’s Analytical Processing Engine in the Cloud Makes Business Intelligence Affordable for Everyone COMPANY PROFILE: Saasabi Saasabi is a BizSpark.
Building web applications with the Windows Azure Platform Ido Flatow | Senior Architect | Sela | This session.
Deploying Highly Available SQL Server in Windows Azure A Presentation and Demonstration by Microsoft Cluster MVP David Bermingham.
 Cloud Computing technology basics Platform Evolution Advantages  Microsoft Windows Azure technology basics Windows Azure – A Lap around the platform.
Let's build a VMM service template from A to Z in one hour Damien Caro Technical Evangelist Microsoft Central & Eastern Europe
WINDOWS AZURE AND THE HYBRID CLOUD. Hybrid Concepts and Cloud Services.
Improve the Performance, Scalability, and Reliability of Applications in the Cloud with jetNEXUS Load Balancer for Microsoft Azure MICROSOFT AZURE ISV.
Apache Hadoop on Windows Azure Avkash Chauhan
© 2015 MetricStream, Inc. All Rights Reserved. AWS server provisioning © 2015 MetricStream, Inc. All Rights Reserved. By, Srikanth K & Rohit.
DreamFactory for Microsoft Azure Is an Open Source REST API Platform That Enables Mobilization of Data in Minutes across Frameworks and Storage Methods.
BI 202 Data in the Cloud Creating SharePoint 2013 BI Solutions using Azure 6/20/2014 SharePoint Fest NYC.
Clouding with Microsoft Azure
Welcome to the Hands on Lab!
Deploying Web Application
Cloud Data platform (Cloud Application Development & Deployment)
Platform as a Service.
02 | Hosting Services in Windows Azure
Outline Virtualization Cloud Computing Microsoft Azure Platform
XtremeData on the Microsoft Azure Cloud Platform:
Saranya Sriram Developer Evangelist | Microsoft
MS AZURE By Sauras Pandey.
Microsoft Azure Services Platform
06 | SQL Server and the Cloud
Presentation transcript:

Windows Azure

Azure Application platform for the public cloud. Windows Azure is an operating system You can: – build a web application that runs and stores its data in Microsoft datacenters – store data in the cloud with the applications that use this data running on-premises – create VMs for development and test or to run SharePoint and other applications – build massively scalable applications with lots and lots of users – Because the platform offers a wide range of services, all of these things-and more-are possible

Terms IIS – Internet Information Services Web role – from end servers, e.g. ASP.net Worker role – middleware or backend servers with no IIS, e.g..net,

Fabric Set of interconnected nodes Connection facilitated by high speed switches Looks like a weave or fabric Nodes running Windows Server 2008 and load balancers, edges are power, Ethernet, Serial communications

Service Categories

Execution Model

IaaS – Azure VMs Create a virtual machine on demand, whether from a standard image or from one you supply, To create a VM, you specify which VHD to use and the VM's size. Pay for each hour the VM is running Gallery of standard VHD standards: – Windows Server 2008 R2, Windows Server 2012, and Windows Server 2008 R2 with SQL Server, along with Linux images provided by Microsoft partners. Persistently store any changes made while a VM is running Next time you create a VM from that VHD, start where last stopped Copy the changed VHD out of Windows Azure, then run it locally.

Web Hosting – Azure Web Sites A website where somebody else takes care of the administrative work for you Execution model offers a managed web environment using Internet Information Services (IIS) Can move an existing IIS website into Azure Web Sites unchanged, or can create a new one directly in the cloud Once a website is running, can add or remove instances dynamically, Web Sites will load balance requests across them

PaaS - Azure Cloud Services Support scalable, reliable, and low-admin applications Azure manages the VMs Two roles to choose from when you create an instance – an instance of a web role runs IIS – an instance of a worker role does not

Data Management Can run SQL Server or another DBMS in a VM created with Azure Virtual Machines Free to run NoSQL technologies such as MongoDB and Cassandra Running your own database system is straightforward- also requires handling the administration of that DBMS

Data Management Options Figure 3: For data management, Windows Azure provides relational storage, scalable NoSQL tables, and unstructured binary storage.

Data Management Options Each of the three options addresses a different need: – relational storage, fast access to potentially large amounts of simple typed data, and unstructured binary storage. In all three cases, data is automatically replicated across three different computers in an Azure datacenter All three options can be accessed either by Windows Azure applications or by applications running elsewhere, such as an on-premises datacenter, a laptop, or phone.

SQL Database Formerly called SQL Azure Provides all of the key features of a relational database management system, including – atomic transactions, concurrent data access by multiple users with data integrity, ANSI SQL queries, and a familiar programming model. Like SQL Server, can be accessed using Entity Framework, ADO.NET, JDBC, Supports also supports most of the T-SQL language, along with SQL Server tools such as SQL Server Management Studio. If familiar with SQL Server, using SQL Database is straightforward.

SQL Database But SQL Database isn't just a DBMS in the cloud-it's a PaaS service. You control your data and who can access it and SQL Database takes care of the administrative grunt work – such as managing the hardware infrastructure and automatically keeping the database and operating system software up to date. SQL Database provides a federation option that distributes data across multiple servers. – Spread data access requests across multiple servers for better performance.

SQL Database If you're creating a Windows Azure application (using any of the three execution models) that needs relational storage, SQL Database can be a good option. Applications running outside the cloud can also use this service – For instance, data stored in SQL Database can be accessed from different client systems, including desktops, laptops, tablets, and phones. – because of replication, using SQL Database can minimize downtime.

Tables For application that needs fast access to lots of typed data, it, but doesn't need to perform complex SQL queries For storing data, and retrieving it in simple ways NOT relational very scalable, with a single table can hold as much as a terabyte of data

Blobs Designed to store unstructured binary data. Like Tables, Blobs provides inexpensive storage Single blob can be as large as one terabyte Application sees ordinary Windows files, but the contents are stored in a blob

Networking Can select a data center in US, Europe or Asia Use Azure Virtual Network to connect your own on-premises local network to a defined set of Windows Azure VMs. Use Azure Connect to link one or more on- premises Windows servers to a specific Windows Azure application. Use Azure Traffic Manager to route requests from users intelligently across instances of the application if multiple data centers.

Networking

Virtual Network Use a public cloud is to treat it as an extension of your own datacenter treat these applications as if they were running in your own datacenter Using a VPN gateway device, an administrator can set up a VPN between your local network and a defined group of VMs running in Azure You assign your own IP v4 addresses to the cloud VMs, they appear to be on your own network

Connect If don’t want to create a VPN connection To connect a single Windows Azure application to a specific group of Windows machines within your organization Simple way to establish a secure connection between a Windows Azure application and a group of computers running Windows Developer installs the Connect software on the on-premises machines (no need to involve a network administrator) and configures the Windows Azure application

Traffic Manager Owner of an application defines rules specifying how requests from users should be routed to datacenters Relies on Traffic Manager to carry out these rules. Users might normally be routed to the closest Azure datacenter, but sent to another one when the response time from default datacenter exceeds certain threshold. For globally distributed applications with many users, useful service

Business Analytics Choices for big data:

SQL Reporting Create Reports for data in SQL Database, SQL Server Reports in HTML, XML, PDF, Excel, embedded in applications or viewed via a web browser On premises BI tools – on-premises SQL Server Reporting Services to create reports from SQL Database data

Hadoop If very large data and not relational An Apache open source project stores data using the Hadoop Distributed File System Create MapReduce jobs to analyze data Let HDFS distributes data across multiple VMs Apache Hadoop-based Service for Windows Azure supports Hive and Pig

Try Windows Azure 90 day free trial us/pricing/free-trial/ us/pricing/free-trial/

us/develop/net/fundamentals/intro-to- windows-azure/ us/develop/net/fundamentals/intro-to- windows-azure/