0% found this document useful (0 votes)
16 views

10052016114312

The document provides an overview of Microsoft Azure's Infrastructure as a Service (IaaS), detailing prerequisites, cloud computing patterns, and the structure of Azure services. It highlights Azure's extensive global infrastructure, including over 100 datacenters and various service offerings like App Service and Cloud Services. Additionally, it explains the billing model for Azure services, emphasizing pay-per-use and VM usage specifics.

Uploaded by

jeevan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

10052016114312

The document provides an overview of Microsoft Azure's Infrastructure as a Service (IaaS), detailing prerequisites, cloud computing patterns, and the structure of Azure services. It highlights Azure's extensive global infrastructure, including over 100 datacenters and various service offerings like App Service and Cloud Services. Additionally, it explains the billing model for Azure services, emphasizing pay-per-use and VM usage specifics.

Uploaded by

jeevan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 16

Microsoft Azure:

Infrastructure as a Service
(IaaS)
Module 1: Microsoft Azure
Overview

Section 1: Cloud Computing


Introduction
Prerequisites
• Windows 7 - 10, Windows Server 2008 R2 and Windows Server 2012 (R2)

• Microsoft Azure PowerShell

• Microsoft Visual Studio 2015 Update 2 (for ARM labs)

• Active Azure Subscription


Cloud Computing Patterns

On and Off

Compute
Inactivity On and off workloads (e.g. batch job)
Period Over provisioned capacity is wasted
Time to market can be cumbersome
t

Growing Fast

Compute
Successful services needs to grow/scale
Keeping up with growth is a big IT challenge
Cannot provision hardware fast enough
t

Unpredictable Bursting
Compute

Unexpected/unplanned peak in demand


Sudden spike impacts performance
t Cannot over provision for extreme cases

Predictable Bursting
Compute

Services with micro seasonality trends


Peaks due to periodic increased demand
t IT complexity and wasted capacity
Cloud Computing

IaaS PaaS SaaS


Infrastructure as a Service Platform as a Service Software as a Service

Host Build Consume


Cloud Computing (continued)

Packaged Infrastructure Platform Software


Software (as a Service) (as a Service) (as a Service)

You manage
Applications Applications Applications Applications

Data Data Data Data

You manage
Runtime Runtime Runtime Runtime

Managed by vendor
You manage

Middleware Middleware Middleware Middleware

Managed by vendor
O/S O/S O/S O/S

Managed by vendor
Virtualization Virtualization Virtualization Virtualization

Servers Servers Servers Servers

Storage Storage Storage Storage

Networking Networking Networking Networking


Module 1: Microsoft Azure Overview

Section 2: Microsoft Azure


Hyper scale Infrastructure is the enabler
27 Regions Worldwide, 22 ONLINE…huge capacity around the world…growing
every year
North Central
US
Illinois West
United Europe
Canada Kingdom Netherland
Central Central Canada East Regions s
US Toronto Germany North
Quebec City China North
Iowa East
US *
Magdeburg
Gov Beijing
Iowa Germany Japan East
North China
Central Tokyo,
Europe South *
Frankfurt Saitama
West US Ireland Shanghai
East US
Californi Virginia Japan
India
a West
Central
East US Pune Osaka
South Central 2 India
US US Gov Virginia India South
Texas Virginia West Chennai
East Asia
Mumbai Hong
Kong

SE Asia
Singapo
re

Australia East
New South
Wales

Brazil South
Sao Paulo Australia South
State East
 100+ datacenters Victoria

 Top 3 networks in the world Operational


 2.5x AWS, 7x Google DC Regions Announced/Not Operational
 G Series – Largest VM in World, 32 cores, 448GB Ram, SSD… * Operated by 21Vianet
How are Microsoft Azure Charges Incurred?
• Pay only for what you use*
• VM usage is by the minute
• VMs (IaaS only) that are stopped in Microsoft Azure, only storage
charges apply

*Microsoft Azure Enterprise Agreement (EA) billing process differs


Microsoft Azure Compute

App Cloud Virtual Machines


Service Services (VMs - IaaS)
Microsoft Azure App Service
• App Service – fully managed platform in Azure for web, mobile and integration
scenarios. This includes
o Web Apps – Enterprise grade web applications

o API Apps – API apps in Azure App Service are used to develop, publish, manage, and
monetize APIs.
o Mobile Apps - Build native and cross platform apps for iOS, Android, and Windows apps or
cross-platform Xamarin or Cordova (Phonegap) apps
o Logic Apps (preview) - Allows developers to design workflows that articulate intent via a
trigger and series of steps, each invoking an App Service API app
Microsoft Azure Cloud Services
• Role – a configuration passed to Azure to tell Azure how many machines of which size and
configuration to build for you
o Web Role – Virtual machine with IIS installed

o Worker Role – Virtual machine without IIS installed

o Ability to mix together multiple role configurations within a single Cloud Service

• Package – Source code binaries are packaged and sent with the configuration file to Azure

• Highly scalable – can exceed number of machines capability of App Service Web Apps

• Allows RDP into individual VMs

• Cloud Services are also used to contain IaaS virtual machines (Classic)
High Level view of Virtual Machine Services
• Compute resources
o Virtual Machines

o VM Extensions

• Storage Resources
o Blobs, tables, queues and Files functionality

o Storage accounts (blobs) – Standard & Premium Storage

• Networking Resources
o Virtual networks

o Network interface cards (NICs)

o Load balancers

o IP addresses

o Network Security Groups


Management model for PaaS/IaaS
ARM with Resource
Providers
Demo: Management
Portals

17

You might also like