SlideShare a Scribd company logo
Four primary models for building and running apps 
WEB ROLE 
INSTANCES 
LOAD BALANCER 
WORKER 
ROLES CACHE TYPE: X TYPE: Y 
4. Mobile Services 
Windows Phone 
3. Web Sites 
Use these for pure web apps. The underlying system software is hidden from you and 
managed for you. Focus only on your web code. First, choose a web technology from 
the gallery, then develop with your framework, and finally deploy from your source 
control. Use the data platform of your choice. Develop 1 site or 500. Scale can be 
automated—by schedule, usage, or by a quota trigger. 
LOAD BALANCER 
GALLERY DEPLOY 
STANDARD 
DNN 
Platform 
Umbraco 
Drupal 
WordPress 
ASP.NET 
FRAMEWORKS 
1 ... to ... 500 
FTP 
Visual Studio 
Publishing 
Azure datacenters automatically provide multiple redun-dant 
GitHub 
data, for disaster recovery. Azure Media Services also store 
media files in Azure storage. 
WINDOWS RRAS 
OR HARDWARE VPN 
SITE SITES 
MySQL SQL Database 
ON-PREMISES 
ACTIVE DIRECTORY 
copies for resilience. Use as backup for on-premises 
AZURE SQL DB BLOBS/FILES TABLES/NO SQL 
Here’s just one way to get your first web app with a database running on Windows Azure 
Mobile 
Services 
Visual Studio 
Online 
GALLERY 
Host code, plan and track projects, and 
collaborate with team members to 
deliver better software. 
VIRTUAL 
MACHINES 
COMPUTE 
APP SERVICES 
2. Cloud Services 
Easily access and manage these general-purpose VMs . We maintain and update each 
VM as needed with system updates. You configure the VM size as needed, and scale out 
as many copies as needed. Two types of VMs: worker roles and web roles—worker roles 
are made for computing and running services. The web role is simply a worker role with 
IIS already installed and configured. 
DATA SERVICES 
Windows Azure is an open 
and flexible cloud platform 
that enables you to quickly 
build, deploy, and manage 
applications across a global 
network of Microsoft-managed 
You can build applications 
using any language, tool, 
or framework. And you 
can integrate your public 
cloud applications with your 
existing IT environment. 
Mobile Services allows you to quickly implement data and authentication capabilities. 
With Mobile Services, easily create a common web API to store data and execute 
business logic. Apps on any device call the API, and users are authenticated by third 
party providers. Apps can also receive notifications when events occur. Worry less about 
data and authentication, and focus on your service. 
Table 
Schedules 
Custom API 
Media Services 
INGESTION 
SCRIPTS 
SOURCE 
CONTROL 
Hyper-V Recovery 
Manager 
datacenters. 
Search WindowsAzure.com, MSDN, or TechNet 
for keywords referenced in this poster 
Backup Agent 
Active 
Directory 
X 3 
NETWORK SERVICES ADD-ONS 
Virtual 
Machines 
VM 1 
Notification 
Hubs 
Deliver millions of cross-platform push 
notifications within minutes from any 
application backend, on-premises or in 
the cloud. 
VM 3 
Web Sites 
Service Bus 
VM 2 
Use this messaging channel for 
connecting your cloud applications to 
your on-premises applications, services, 
and systems. 
Cloud 
Services 
Media Services 
Build workflows to create, manage, and 
distribute on-demand media and live 
streaming events. 
Storage 
BizTalk 
Services 
Build EDI services and Enterprise 
Application Integration (EAI) solutions 
in the cloud. 
“CONTOSO” PRIVATE DATACENTER 
SQL DATABASE TABLE STORAGE BLOB STORAGE 
SQL Database 
Active 
Directory 
Use this cloud service to provide an 
identity and access management 
solution: directory services, identity 
governance, security, and application 
access management. 
Cache 
Store 
Find, access, and manage services 
and data sets, directly from the 
Management Portal. 
Get full control over a server in the 
cloud, and maintain it as your business 
requires. 
Get started with web apps for free. 
Scale as you go. Build using a range of 
tools and languages. 
Add backend capabilities to mobile 
apps, with native client support on 
most device platforms. 
Create and easily scale Internet-facing 
web roles and worker roles that 
perform background tasks. All roles can 
access data stores and other services. 
Manage data more securely using a 
range of storage options. Accessible via 
REST APIs. Blob storage provides up to 
100 terabytes per account. 
Manage relational data with built-in 
high availability. Configure, monitor, 
and recover backups locally or to 
Windows Azure storage. 
Import Export 
Data 
Transfer large amounts of file data 
smoothly into blob storage. Use the 
Management Portal or send hard disks 
to a Windows Azure datacenter. 
Android 
:-) 
STORE DATA IN THE CLOUD 
Windows Store 
iOS 
Android 
HTML 5/JS 
LOAD BALANCER 
SQL DB Table Blob Mongo DB 
USER AUTHENTICATION 
Facebook Twitter Microsoft Google 
PUSH NOTIFICATIONS 
WNS & MPNS Notification Hubs 
Data Sync 
HDInsight 
iOS 
Provision and integrate big data easily 
with tools including Microsoft Office 
and System Center. Based on Apache 
Hadoop. 
APNS GCM 
SQL Data Sync 
Synchronize data regularly or on-demand 
between instances of 
SQL Database and instances of either 
SQL Server and/or SQL Database. 
Protect important services by 
coordinating the replication and 
recovery of System Center 2012 private 
clouds at a secondary location. 
Schedule backups of your local 
server data to Windows Azure using 
PowerShell cmdlets. 
Make your applications scale and be 
more responsive under load by keeping 
data closer to application logic. 
Scheduler 
Create jobs that call services in and 
outside of Windows Azure, and specify 
when and how often those jobs run. 
CDN 
Increase performance by caching blobs 
and static content of compute instances 
at physical nodes globally. 
Multi-Factor 
Authentication 
Implement with Active Directory 
to safeguard access to data and 
applications while employing a simple 
sign-in process. 
Traffic 
Manager 
Load-balance incoming global traffic 
across multiple services running in the 
same or different datacenters. 
Virtual 
Network 
Provision and manage VPNs in 
Windows Azure and securely link to 
your on-premises IT infrastructure. 
ON DEMAND 
ENCODING STREAMING LIVE STREAMING 
Media Services provide a selection of services for storing, encoding and 
streaming media such as videos and music. Upload your 
high-resolution source content and convert it to multiple bit rates 
for playback on a variety of devices. Scale easily to deliver to audiences 
of all sizes. 
WINDOWS 
LINUX 
SQL SERVER 
... 
HYPERVISOR 
VMs are basic cloud building blocks. Get full control over a virtual machine with virtual 
hard disks. Install and run software yourself. Configure multiple machines with different 
roles to create complex solutions. VMs are nearly identical to conventional (real) 
servers, and are the easiest way to move existing workloads to the cloud. 
STORAGE 
1. Virtual Machines 
VHD 1 
VHD 2 
VHD 3 
STORAGE SOLUTIONS 
QUEUES 
SQL DB Blobs/files Tables/NoSQL 
LOAD BALANCER 
Create a virtual network 
Create a virtual machine 
using the SQL Server image 
in the gallery 
Deploy your database to 
the server (or use the 
Import Export service) 
Deploy your app code 
to the web site (publish 
from VS or the source 
control of your choice) 
Sync your on-premises 
Active Directory to 
Azure AD and add 
multifactor 
authentication 
Test your app using VS 
Online to perform 
cloud-based load tests 
Scale and tune your app 
performance, and 
configure autoscaling 
Extend and monitor your 
app with a service from 
the Store, such as 
SendGrid or NewRelic 
Choose from an extensive service catalog 
Like it? Get it. © 2014 Microsoft Corporation. All rights reserved. Version 2.0 Created by the Windows Azure poster team Email: AzurePoster@microsoft.com Part no. 098-117629

More Related Content

PDF
AWS Connectivity, VPC Design and Security Pro Tips
PDF
The Layman's Guide to Microsoft Azure
PPTX
Microsoft Azure Technical Overview
PPTX
Joel Schuweiler_AWS IAM Identity Center (Single Sign On).pptx
PPTX
Windows Azure Platform
PDF
Introduction to Cloud Computing
PPT
Evolution of the cloud
PPTX
Intro to Helm for Kubernetes
AWS Connectivity, VPC Design and Security Pro Tips
The Layman's Guide to Microsoft Azure
Microsoft Azure Technical Overview
Joel Schuweiler_AWS IAM Identity Center (Single Sign On).pptx
Windows Azure Platform
Introduction to Cloud Computing
Evolution of the cloud
Intro to Helm for Kubernetes

What's hot (20)

PDF
AWS EC2
PPTX
Cloud Computing: Virtualization
PPT
Unit-I: Introduction to Cloud Computing
PDF
Microsoft Azure Cloud Services
DOCX
Virtualization in cloud computing
PPTX
A Deepdive into Azure Networking
PDF
AWS 클라우드 기반 확장성 높은 천만 사용자 웹 서비스 만들기 - 윤석찬
PDF
Azure Arc Overview from Microsoft
PPTX
Load balancing in cloud
PPTX
Aws Solution Architecture Associate - summary
PPSX
Cloud Architecture - Multi Cloud, Edge, On-Premise
PDF
DevOps in AWS with Kubernetes
PPTX
Cloud computing
PDF
Introduction to Google Cloud Platform
PPTX
GCP IAM.pptx
PPTX
Introduction to Amazon Web Services by i2k2 Networks
PDF
AWS
PPTX
Google Cloud Platform
PDF
IaaS, SaaS, PasS : Cloud Computing
PPTX
Amazon EC2 Instance Types.pptx
AWS EC2
Cloud Computing: Virtualization
Unit-I: Introduction to Cloud Computing
Microsoft Azure Cloud Services
Virtualization in cloud computing
A Deepdive into Azure Networking
AWS 클라우드 기반 확장성 높은 천만 사용자 웹 서비스 만들기 - 윤석찬
Azure Arc Overview from Microsoft
Load balancing in cloud
Aws Solution Architecture Associate - summary
Cloud Architecture - Multi Cloud, Edge, On-Premise
DevOps in AWS with Kubernetes
Cloud computing
Introduction to Google Cloud Platform
GCP IAM.pptx
Introduction to Amazon Web Services by i2k2 Networks
AWS
Google Cloud Platform
IaaS, SaaS, PasS : Cloud Computing
Amazon EC2 Instance Types.pptx
Ad

Viewers also liked (12)

PPTX
Azure Cloud PPT
PPTX
10 Ways to Gaurantee Your Azure Project will Fail
PPTX
Building Node.js applications for Microsoft Azure cloud
PPTX
Azure {the cloud} overview
PDF
EJERCICIOS DE PROGRAMACIÓN EN C
PPTX
Clouding with Microsoft Azure - Omal Perera
PPTX
BIG Data & Hadoop Applications in Retail
PPTX
Real-time Market Basket Analysis for Retail with Hadoop
PPTX
Azure unleashed
PPTX
Data Mining – analyse Bank Marketing Data Set
PPTX
Windows Azure Platform Overview
PDF
DevOps in the Cloud with Microsoft Azure
Azure Cloud PPT
10 Ways to Gaurantee Your Azure Project will Fail
Building Node.js applications for Microsoft Azure cloud
Azure {the cloud} overview
EJERCICIOS DE PROGRAMACIÓN EN C
Clouding with Microsoft Azure - Omal Perera
BIG Data & Hadoop Applications in Retail
Real-time Market Basket Analysis for Retail with Hadoop
Azure unleashed
Data Mining – analyse Bank Marketing Data Set
Windows Azure Platform Overview
DevOps in the Cloud with Microsoft Azure
Ad

Similar to Microsoft Azure Overview Infographic (20)

PDF
M meijer paas - tech-days 2015
PDF
Windows azure poster
PPTX
Microsoft Presents: Chef in Action on Azure - ChefConf 2015
PDF
Microsoft azure infographic 2015 2.5
PDF
BizSpark migreren naar de cloud
PPTX
Microsoft Azure
PPTX
Benefits of the Azure cloud
PDF
Introduction to Windows Azure
PPTX
The Basics of Getting Started With Microsoft Azure
PDF
Benefits of the Azure Cloud
PPTX
Webinar - Windows Server 2016 for Nonprofits and Libraries - 2017-01-10
PDF
Microsoft Cloud Ecosystem Poster
PPTX
Build intelligent solutions using Azure
PPTX
Ukfs Snr Dev Arch Forum Pres2 St
PPTX
London .NET Developers Azure Camp Keynote
PPTX
Understanding the Windows Azure Platform - Dec 2010
PPTX
Windows Azure
PPTX
Azure Domains.pptx
PPT
Microsoft Azure a cloud computing platform
PDF
Azure Cloud Dev Camp - App Platform
M meijer paas - tech-days 2015
Windows azure poster
Microsoft Presents: Chef in Action on Azure - ChefConf 2015
Microsoft azure infographic 2015 2.5
BizSpark migreren naar de cloud
Microsoft Azure
Benefits of the Azure cloud
Introduction to Windows Azure
The Basics of Getting Started With Microsoft Azure
Benefits of the Azure Cloud
Webinar - Windows Server 2016 for Nonprofits and Libraries - 2017-01-10
Microsoft Cloud Ecosystem Poster
Build intelligent solutions using Azure
Ukfs Snr Dev Arch Forum Pres2 St
London .NET Developers Azure Camp Keynote
Understanding the Windows Azure Platform - Dec 2010
Windows Azure
Azure Domains.pptx
Microsoft Azure a cloud computing platform
Azure Cloud Dev Camp - App Platform

More from Microsoft Azure (7)

PDF
Rethinking The Business Benefits of The Cloud
PPTX
A Tour of Microsoft Azure
PDF
Microsoft Azure Security Infographic
PPTX
Monetizing Microsoft Azure
PPTX
Rethinking the Business Benefits of The Cloud
PPTX
Cloud Economics
PPT
How the Cloud Can Empower Digital Marketers
Rethinking The Business Benefits of The Cloud
A Tour of Microsoft Azure
Microsoft Azure Security Infographic
Monetizing Microsoft Azure
Rethinking the Business Benefits of The Cloud
Cloud Economics
How the Cloud Can Empower Digital Marketers

Recently uploaded (20)

PPT
Teaching material agriculture food technology
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Encapsulation theory and applications.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Empathic Computing: Creating Shared Understanding
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Cloud computing and distributed systems.
PDF
NewMind AI Monthly Chronicles - July 2025
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Teaching material agriculture food technology
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Encapsulation theory and applications.pdf
Encapsulation_ Review paper, used for researhc scholars
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Empathic Computing: Creating Shared Understanding
Review of recent advances in non-invasive hemoglobin estimation
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Spectral efficient network and resource selection model in 5G networks
Cloud computing and distributed systems.
NewMind AI Monthly Chronicles - July 2025
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
Building Integrated photovoltaic BIPV_UPV.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Diabetes mellitus diagnosis method based random forest with bat algorithm
Per capita expenditure prediction using model stacking based on satellite ima...
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication

Microsoft Azure Overview Infographic

  • 1. Four primary models for building and running apps WEB ROLE INSTANCES LOAD BALANCER WORKER ROLES CACHE TYPE: X TYPE: Y 4. Mobile Services Windows Phone 3. Web Sites Use these for pure web apps. The underlying system software is hidden from you and managed for you. Focus only on your web code. First, choose a web technology from the gallery, then develop with your framework, and finally deploy from your source control. Use the data platform of your choice. Develop 1 site or 500. Scale can be automated—by schedule, usage, or by a quota trigger. LOAD BALANCER GALLERY DEPLOY STANDARD DNN Platform Umbraco Drupal WordPress ASP.NET FRAMEWORKS 1 ... to ... 500 FTP Visual Studio Publishing Azure datacenters automatically provide multiple redun-dant GitHub data, for disaster recovery. Azure Media Services also store media files in Azure storage. WINDOWS RRAS OR HARDWARE VPN SITE SITES MySQL SQL Database ON-PREMISES ACTIVE DIRECTORY copies for resilience. Use as backup for on-premises AZURE SQL DB BLOBS/FILES TABLES/NO SQL Here’s just one way to get your first web app with a database running on Windows Azure Mobile Services Visual Studio Online GALLERY Host code, plan and track projects, and collaborate with team members to deliver better software. VIRTUAL MACHINES COMPUTE APP SERVICES 2. Cloud Services Easily access and manage these general-purpose VMs . We maintain and update each VM as needed with system updates. You configure the VM size as needed, and scale out as many copies as needed. Two types of VMs: worker roles and web roles—worker roles are made for computing and running services. The web role is simply a worker role with IIS already installed and configured. DATA SERVICES Windows Azure is an open and flexible cloud platform that enables you to quickly build, deploy, and manage applications across a global network of Microsoft-managed You can build applications using any language, tool, or framework. And you can integrate your public cloud applications with your existing IT environment. Mobile Services allows you to quickly implement data and authentication capabilities. With Mobile Services, easily create a common web API to store data and execute business logic. Apps on any device call the API, and users are authenticated by third party providers. Apps can also receive notifications when events occur. Worry less about data and authentication, and focus on your service. Table Schedules Custom API Media Services INGESTION SCRIPTS SOURCE CONTROL Hyper-V Recovery Manager datacenters. Search WindowsAzure.com, MSDN, or TechNet for keywords referenced in this poster Backup Agent Active Directory X 3 NETWORK SERVICES ADD-ONS Virtual Machines VM 1 Notification Hubs Deliver millions of cross-platform push notifications within minutes from any application backend, on-premises or in the cloud. VM 3 Web Sites Service Bus VM 2 Use this messaging channel for connecting your cloud applications to your on-premises applications, services, and systems. Cloud Services Media Services Build workflows to create, manage, and distribute on-demand media and live streaming events. Storage BizTalk Services Build EDI services and Enterprise Application Integration (EAI) solutions in the cloud. “CONTOSO” PRIVATE DATACENTER SQL DATABASE TABLE STORAGE BLOB STORAGE SQL Database Active Directory Use this cloud service to provide an identity and access management solution: directory services, identity governance, security, and application access management. Cache Store Find, access, and manage services and data sets, directly from the Management Portal. Get full control over a server in the cloud, and maintain it as your business requires. Get started with web apps for free. Scale as you go. Build using a range of tools and languages. Add backend capabilities to mobile apps, with native client support on most device platforms. Create and easily scale Internet-facing web roles and worker roles that perform background tasks. All roles can access data stores and other services. Manage data more securely using a range of storage options. Accessible via REST APIs. Blob storage provides up to 100 terabytes per account. Manage relational data with built-in high availability. Configure, monitor, and recover backups locally or to Windows Azure storage. Import Export Data Transfer large amounts of file data smoothly into blob storage. Use the Management Portal or send hard disks to a Windows Azure datacenter. Android :-) STORE DATA IN THE CLOUD Windows Store iOS Android HTML 5/JS LOAD BALANCER SQL DB Table Blob Mongo DB USER AUTHENTICATION Facebook Twitter Microsoft Google PUSH NOTIFICATIONS WNS & MPNS Notification Hubs Data Sync HDInsight iOS Provision and integrate big data easily with tools including Microsoft Office and System Center. Based on Apache Hadoop. APNS GCM SQL Data Sync Synchronize data regularly or on-demand between instances of SQL Database and instances of either SQL Server and/or SQL Database. Protect important services by coordinating the replication and recovery of System Center 2012 private clouds at a secondary location. Schedule backups of your local server data to Windows Azure using PowerShell cmdlets. Make your applications scale and be more responsive under load by keeping data closer to application logic. Scheduler Create jobs that call services in and outside of Windows Azure, and specify when and how often those jobs run. CDN Increase performance by caching blobs and static content of compute instances at physical nodes globally. Multi-Factor Authentication Implement with Active Directory to safeguard access to data and applications while employing a simple sign-in process. Traffic Manager Load-balance incoming global traffic across multiple services running in the same or different datacenters. Virtual Network Provision and manage VPNs in Windows Azure and securely link to your on-premises IT infrastructure. ON DEMAND ENCODING STREAMING LIVE STREAMING Media Services provide a selection of services for storing, encoding and streaming media such as videos and music. Upload your high-resolution source content and convert it to multiple bit rates for playback on a variety of devices. Scale easily to deliver to audiences of all sizes. WINDOWS LINUX SQL SERVER ... HYPERVISOR VMs are basic cloud building blocks. Get full control over a virtual machine with virtual hard disks. Install and run software yourself. Configure multiple machines with different roles to create complex solutions. VMs are nearly identical to conventional (real) servers, and are the easiest way to move existing workloads to the cloud. STORAGE 1. Virtual Machines VHD 1 VHD 2 VHD 3 STORAGE SOLUTIONS QUEUES SQL DB Blobs/files Tables/NoSQL LOAD BALANCER Create a virtual network Create a virtual machine using the SQL Server image in the gallery Deploy your database to the server (or use the Import Export service) Deploy your app code to the web site (publish from VS or the source control of your choice) Sync your on-premises Active Directory to Azure AD and add multifactor authentication Test your app using VS Online to perform cloud-based load tests Scale and tune your app performance, and configure autoscaling Extend and monitor your app with a service from the Store, such as SendGrid or NewRelic Choose from an extensive service catalog Like it? Get it. © 2014 Microsoft Corporation. All rights reserved. Version 2.0 Created by the Windows Azure poster team Email: AzurePoster@microsoft.com Part no. 098-117629