SlideShare una empresa de Scribd logo
1 de 31
Descargar para leer sin conexión
Microsoft
Azure
BasicsSimple, Straightforward, and Jargon-Free Answers
Microsoft Azure
CONTENTS
• What Is Microsoft Azure?
• What Is Azure Used for?
• Why Do Businesses Want to Use Someone Else’s Hardware?
• What Are the Advantages of Virtualization?
• How Much Does Azure Cost?
• Is Azure Secure?
• How Does Azure Stack up against the Competition?
• Resources
Microsoft Azure
WHAT IS MICROSOFT AZURE?
For most of us idle wanderers of the interwebs, it’s easy to imagine that all the websites and
applications we come across in our net travels exist in some invisible realm watched over by
armies of tech wizards. Of course, in reality all the information that gets channeled to our
devices has to be stored in some physical location, and for applications to work data has to be
processed by an actual machine somewhere.
APTERAINC.COM |PG. 3
?????
Microsoft Azure
WHAT IS MICROSOFT AZURE?
Until recently, most of the computing people did relied on their device’s own hardware. Next,
we started pulling information from other machines so we could view various types of web
content. Then those websites began performing more and more tasks for us, so we were
effectively using distant machines to do our computing and simply using our own devices as
portals to the resulting output.
APTERAINC.COM |PG. 4
Microsoft Azure
WHAT IS MICROSOFT AZURE?
Official Definition:
“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 datacenters. You can
build applications using any language, tool or framework. And you can integrate your public
cloud applications with your existing IT environment.”
APTERAINC.COM |PG. 5
Microsoft Azure
WHAT IS MICROSOFT AZURE?
With the rapid expansion of the market for mobile devices and businesses’increasing reliance
on ever-larger volumes of data, the idea of outsourcing your storage, processing, and hosting
functions to third-party companies developed into what today we call the cloud. Azure is
Microsoft’s general-purpose name for their cloud offerings in these domains.
APTERAINC.COM |PG. 6FACT: 57% of Fortune 500 companies are using Azure
Microsoft Azure
WHAT IS AZURE USED FOR?
Cloud Services:
Azure can be used as a platform for building and deploying applications. Your developers
create the code with tools provided by Azure, and then virtual machines execute the
application using Windows Server. Since the development and hosting tools are purchased
through a subscription, Azure Cloud Services is an example of what’s called Platform as a
Service (PaaS).
APTERAINC.COM |PG. 7
<azure/>
Microsoft Azure
WHAT IS AZURE USED FOR?
Cloud Services (cont’d):
Your application will run on virtual machines, but unlike with the Virtual Machines services,
Azure will install the operating system and continuously update it with any new patches. You
can use Cloud Services to create different roles for users—web users and workers—and it’s
really easy, as it is with all Azure tools, to scale up or down to accommodate more or fewer
users. So you only ever pay for the computing power that actually gets used.
APTERAINC.COM |PG. 8
ACTIVE
USERS
INACTIVE
Microsoft Azure
WHAT IS AZURE USED FOR?
Virtual Machines:
Azure gives you the ability to create VMs simply by specifying the size and the Virtual Hard
Disk (VHD) you want to use. The VHD is the virtual version of a hard drive on a conventional
computer; it’s where all the files and applications are saved. Azure provides access to both
Windows and Linux VHDs, so developers have the freedom to choose what they want to work
with. You pay according to how much time the VM is actually running. Developers can use
VMs to build and test applications quickly at low cost.
APTERAINC.COM |PG. 9
VHD
>$
Microsoft Azure
WHAT IS AZURE USED FOR?
Virtual Machines (cont’d):
You can also use VMs to augment on-site datacenters to boost the power of applications like
SharePoint. Since Azure Virtual Machines essentially gives you the computing substrate for
your applications through a service subscription, it falls into the category of Infrastructure as a
Service (IaaS).
APTERAINC.COM |PG. 10
VHD
Microsoft Azure
WHAT IS AZURE USED FOR?
Web Sites:
You can use Azure as a platform for creating and hosting websites and web applications. Web
Sites supports several different development tools and content management systems. And it
provides a low cost way to make your site available to however many visitors use it without
having to maintain or upgrade any on-site servers.
APTERAINC.COM |PG. 11
www.aptera.com
VHD
Fact: >250,000 active websites on Azure
Microsoft Azure
WHAT IS AZURE USED FOR?
Mobile Services:
Like Cloud Services, Azure’s Mobile Services give you the tools to create and deploy
applications, but obviously in this case the apps are used on mobile devices. The information
that gets accessed by the app running on your device is stored in what’s called a back-end
database, and so Mobile Services is referred to as mobile Back-end as a Service (mBaaS). With
Azure, you can build apps for Android, iOS, HTML/ JavaScript, and Windows Phone.
APTERAINC.COM |PG. 12
Fact: >1 million SQL Databases in Azure
Microsoft Azure
WHY DO BUSINESSES WANT TO USE
SOMEONE ELSE’S HARDWARE?
You get three basic advantages from using cloud platforms and infrastructure as opposed to
on-site machines.
1. Speed
Purchasing new servers, configuring them, and integrating them into your existing
environment tends to be both costly and time-consuming. With Azure, you can set up an
application and start building it out in minutes.
APTERAINC.COM |PG. 13
$
$
$
$
$$ $
$
$
$
$
Microsoft Azure
WHY DO BUSINESSES WANT TO USE
SOMEONE ELSE’S HARDWARE?
2. Scale
Demand for your applications may be variable throughout the year (think tax return filing
software). Or you may expect a low number of users at first followed by huge growth as your
application catches on. You may even expect usage to the decline, maybe because you’re
launching another application. Scaling up with your own on-site servers means purchasing
and provisioning them to accommodate growth. And once the servers are in place you still
have to maintain them even if they’re not being used.
APTERAINC.COM |PG. 14
VHD MO. USAGE
JAN. FEB. MAR. APR. MAY JUNE JULY AUG. SEPT. OCT. NOV. DEC.
100+k
75k
50k
10k
Microsoft Azure
WHY DO BUSINESSES WANT TO USE
SOMEONE ELSE’S HARDWARE?
3. Economics
If you’re expecting your application to start slow and then gain momentum—and who
doesn’t want this to happen?—then you will probably start off with more processing capacity
than you actually use. And if usage declines after a peak you’ll have a similar problem. With
Azure, you only pay for what you use. On-site server farms also require a lot of maintenance:
climate control, electricity, disaster recovery, backups, security. Moving to the cloud means
freeing up your IT staff so they can focus on new projects instead of routine maintenance.
APTERAINC.COM |PG. 15
VHD
ON-SITE
Microsoft Azure
WHAT ARE THE ADVANTAGES OF
VIRTUALIZATION?
You can make use of virtualization in your on-site datacenters, but if you’re using Azure you’ll
definitely be relying on virtual machines to one extent or another. To create virtual servers on
physical servers, you use software that sets up divisions between each virtual machine (VM)
and allows them all to operate independently. What this does is add a layer of abstraction
between your information and the physical infrastructure that hosts it. This in turn gives you
more flexibility in how you manage and protect the various elements of your computing
environment.
The main advantages of virtualization come in four basic areas:
APTERAINC.COM |PG. 16
VHD
Microsoft Azure
WHAT ARE THE ADVANTAGES OF
VIRTUALIZATION?
1. Efficiency
Some applications may require relatively little processing power to run. By virtualizing your
servers, you make it possible to devote an entire VM to each application. And by hosting
multiple smaller servers on one large physical server you can significantly reduce overall
energy costs. The VMs aren’t restricted to their physical servers either. So if you need more
power to run them it’s really easy to pull in other machines to host them.
APTERAINC.COM |PG. 17
VHD
Microsoft Azure
WHAT ARE THE ADVANTAGES OF
VIRTUALIZATION?
2. Resilience
With Azure, each of your VMs is ready to go on more than one actual machine. That means
built-in redundancy if something goes wrong with an application. If your VM picks up a virus
or some malware, it can simply be shut down without disrupting the operation of your
application. And of course there’s also the assurance that if some type of natural disaster
occurs the datacenter running your applications is secure—even if an entire Microsoft
datacenter goes down there are still extra layers of redundancy.
APTERAINC.COM |PG. 18
VHD
Microsoft Azure
WHAT ARE THE ADVANTAGES OF
VIRTUALIZATION?
3. Testing
It’s much easier to set up a VM than it is to purchase and provision a physical server. And you
can never be sure running a new application won’t somehow affect existing applications
running on the same machine. So developers often use VMs to build and test applications.
This allows you to isolate them while still avoiding much of the costs of a new server.
APTERAINC.COM |PG. 19
www.aptera.com
VHD
TEST TEST
Fact: Azure includes over 300 services spanning Compute, Storage, and Networking.
Microsoft Azure
WHAT ARE THE ADVANTAGES OF
VIRTUALIZATION?
4. Migration and Running Upgrades
With VMs, you can keep your entire system up and running while you develop or update new
applications. You could in principle move your entire environment into Azure while you
replaced the whole thing and still have little or no downtime. You can even send a VM to a
client or an employee in a distant location so they can have the boosted processing power
they need.
APTERAINC.COM |PG. 20
Microsoft Azure
HOW MUCH DOES AZURE COST?
Unfortunately, there’s no simple way to answer the cost question because pricing for Azure is
based on variables along several dimensions. The cost of Cloud Services, for instance, is
determined by the number of VMs (which are also called instances), the size of the VMs, the
amount of memory they need to run, how much bandwidth they use, and what kind of
support you need. Cloud Services can run anywhere from $60 a month to over $60,000 a
month. And right now Microsoft is offering all kinds of special deals to businesses as an
incentive to make the move to the cloud.
The best way to get an idea of what your costs may be is to go to the Azure website and play
around with the cost calculator they provide. Here’s a link: COST CALCULATOR
APTERAINC.COM |PG. 21
Microsoft Azure
IS AZURE SECURE?
When CIOs are polled, the most common concern they cite about the cloud is security. In
many ways, these concerns are misplaced, since all the security breaches we’ve heard about
recently—like Target for instance—have involved conventional on-site computers. Cloud
computing is actually more secure than using your own servers for many of the same reasons
that keeping money in the bank is safer than stuffing it under your mattress.
APTERAINC.COM |PG. 22
AZURE
ON-STIE
Microsoft Azure
IS AZURE SECURE?
Microsoft’s datacenters are like Fort Knox: access is restricted with RFID and biometric
controls. Data is encrypted both at-rest and in-transit. And you can use various types of added
safeguards, like multifactor authentication for signing in. Recently, however, Microsoft has
responded to security concerns by offering what’s called elliptic curve cryptography (ECC) for
their platform services. This is an incredibly robust encryption technology, and certifications
require that extraordinarily stringent demands be met.
For more details about Azure security measures check out this white paper: AZURE WHITE
PAPER
APTERAINC.COM |PG. 23
Microsoft Azure
HOW DOES AZURE STACK UP AGAINST
THE COMPETITION?
The market for cloud technologies and services is dynamic and rapidly evolving. Amazon was
the industry pioneer with their cloud storage and infrastructure services, and it was only in
2013 that Microsoft really started making a push into the market. There’s no simple way to
summarize the scenarios in which one competitor is better positioned to meet your
company’s needs because the considerations are both numerous and intricate. But we can
point you to the best independent source for in-depth industry research and
recommendations, Gartner, Inc. And it’s interesting to see what Gartner’s experts have had to
say about Azure as Microsoft has been making headway into the cloud market.
APTERAINC.COM |PG. 24Fact: >20 trillion storage objects in Azure, delivers 2 million requests per second
Microsoft Azure
Microsoft
Azure
HOW DOES AZURE STACK UP AGAINST
THE COMPETITION?
In June of 2013, Gartner researcher Eric Knipp summed up the field thus:
“If you could aggregate many evaluation criteria into one measure—appropriateness for
strategic adoption—one solution has established itself as a leader for .NET applications in
each cloud model: Windows Azure for public PaaS, AWS for Windows Server running on public
IaaS and Apprenda for private PaaS. Other offerings are beginning to mature and create real
competition for developer attention. In the public cloud, increased competition from
Microsoft has forced Amazon Web Services to up its game and to start treating Windows
Server VMs and Windows developers as first-class citizens. Likewise, Microsoft has been forced
to innovate and expand Azure into IaaS. Developers benefit from this competition.”
APTERAINC.COM |PG. 25
VS
Microsoft Azure
HOW DOES AZURE STACK UP AGAINST
THE COMPETITION?
Knipp goes on to describe the Cloud Services situation like this:
“The PaaS offerings considered in this segment all share some characteristics. For example,
when compared with Microsoft Windows Azure, they are all simpler PaaS environments in
terms of number of features and capabilities. They have fewer options, adjacent services and
tooling integration. This should make them easier to get started with than a complex and
more powerful platform such as Windows Azure. However, ease of use is typically more about
tooling and workflow, and none of these environments comes close to Azure (or AWS) in the
quality of its tooling. Simply put, Microsoft's control over the .NET stack and its associated
Visual Studio tooling is a tremendous advantage over would-be PaaS competitors.”
APTERAINC.COM |PG. 26
Microsoft Azure
HOW DOES AZURE STACK UP AGAINST
THE COMPETITION?
Gartner released their Magic Quadrant Report in January of 2014, and it shows that
Microsoft’s efforts to take over the cloud have been paying off. In the IaaS category, Azure is
second only to Amazon Web Services, and Azure is gaining fast. In the PaaS category, Azure is
alone with Salesforce in the Leader’s quadrant. Salesforce, who just began a partnership with
Microsoft, is still the leader in this area. The cloud storage company Nasuni recently tested the
leading cloud companies in the storage category, and this year Azure pulled ahead of the
pack for the first time. Taking all cloud dimensions and services together, Azure has already
taken a significant lead. And it seems Microsoft is only getting started.
APTERAINC.COM |PG. 27
Microsoft
Azure
Fact: NBC Sports streamed the entire 2014 Olympics with Azure. >100 million viewers
Microsoft Azure
RESOURCES
“Azure vs Amazon vs Rackspace vs HP vs Google: Cloud Storage Infographic,”by Dennis
Junk and Joe Beste, Aptera Blog, March 2014:
http://blog.apterainc.com/bid/379058/Azure-vs-Amazon-vs-Rackspace-vs-HP-vs-Google-Clou
d-Storage-Infographic
“Introducing Azure,”Microsoft Azure Website:
http://azure.microsoft.com/en-us/documentation/articles/fundamentals-introduction-to-azur
e/
“Amazon, Microsoft Star in Gartner Cloud Magic Quadrant,”by Charles Babcock,
Information Week, May 2014:
http://www.informationweek.com/cloud/infrastructure-as-a-service/amazon-microsoft-star-in
-gartner-cloud-magic-quadrant/d/d-id/1269267
“Cloud Security: Are firms still fretting about the wrong issues?”by Toby Wolpe, ZDNet,
June 2014:
http://www.zdnet.com/cloud-security-are-firms-still-fretting-about-the-wrong-issues-700003
0571/
APTERAINC.COM |PG. 28
Microsoft Azure
RESOURCES
“Comparing Cloud Platform Options for .NET Applications,”by Eric Knipp, Gartner, 10
June 2013:
http://www.gartner.com/technology/reprints.do?id=1-1G0FWUJ&ct=130613&st=sgt
“Magic Quadrant for Cloud Infrastructure as a Service,”Gartner, January 2014:
http://www.gartner.com/technology/reprints.do?id=1-1UKQQA6&ct=140528&st=sb
“Magic Quadrant for Enterprise Application Platform as a Service,”Gartner, January
2014: http://www.gartner.com/technology/reprints.do?ct=140108&id=1-1P502BX&st=sb#
Microsoft Azure Pricing Calculator: http://azure.microsoft.com/en-us/pricing/calculator/
APTERAINC.COM |PG. 29
Microsoft Azure
RESOURCES
“Microsoft Beefs Up Azure Security with Cryptography,”by Chris Talbot, Talkin’Cloud,
June 2014:
http://talkincloud.com/cloud-computing-security/061214/microsoft-beefs-azure-security-cry
ptography
“Microsoft and Salesforce Partner – but What about Dynamics?”by Aaron Eisberg,
Aptera Blog:
http://blog.apterainc.com/bid/387673/Microsoft-and-Salesforce-Partner-but-What-About-Dy
namics
“New Windows Azure Network Security Whitepaper,”Ashwin Palekar, January 2014:
http://azure.microsoft.com/blog/2014/01/07/new-windows-azure-network-security-whitepap
er/
APTERAINC.COM |PG. 30
Microsoft Azure
ABOUT APTERA
With offices in Fort Wayne, IN, and Nashville, TN, Aptera is home to one of the most talented
software and web design teams in the country. Since its founding in 2003, the Aptera team
has grown from a two-man operation to an organization with over seventy employees serving
businesses all over the country. A Microsoft Gold Certified Managed Partner, Aptera’s team
has experts in SharePoint, Business Intelligence, .NET Development, Cloud Computing,
Microsoft Lync, and more. We’re equipped to step in at any stage of your business’s project,
from analyzing workflows and installing data-tracking modules to building custom software
or a new web site, and from optimizing your search rankings to moving you into the cloud.
We believe the key to our success has been hiring excellent people, giving them the resources
they need, and encouraging them to treat every project as the basis for a lasting partnership.
To get more information about Azure follow Aptera on these social networks
APTERAINC.COM |PG. 31
Share this e-book with your network
LIKE
SHARE

Más contenido relacionado

La actualidad más candente

Microsoft Azure Technical Overview
Microsoft Azure Technical OverviewMicrosoft Azure Technical Overview
Microsoft Azure Technical Overviewgjuljo
 
Azure App Service
Azure App ServiceAzure App Service
Azure App ServiceBizTalk360
 
Microsoft Azure - Introduction to microsoft's public cloud
Microsoft Azure - Introduction to microsoft's public cloudMicrosoft Azure - Introduction to microsoft's public cloud
Microsoft Azure - Introduction to microsoft's public cloudAtanas Gergiminov
 
Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...
Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...
Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...Edureka!
 
Cloud Computing and Microsoft Azure
Cloud Computing and Microsoft AzureCloud Computing and Microsoft Azure
Cloud Computing and Microsoft AzureSuhail Jamaldeen
 
Azure Identity and access management
Azure   Identity and access managementAzure   Identity and access management
Azure Identity and access managementDinusha Kumarasiri
 
Azure Introduction
Azure IntroductionAzure Introduction
Azure Introductionbrunoterkaly
 
Microsoft Azure Cloud Services
Microsoft Azure Cloud ServicesMicrosoft Azure Cloud Services
Microsoft Azure Cloud ServicesDavid J Rosenthal
 
CAF presentation 09 16-2020
CAF presentation 09 16-2020CAF presentation 09 16-2020
CAF presentation 09 16-2020Michael Nichols
 
Microsoft Azure Networking Basics
Microsoft Azure Networking BasicsMicrosoft Azure Networking Basics
Microsoft Azure Networking BasicsSai Kishore Naidu
 
Azure Tutorial For Beginners | Microsoft Azure Tutorial For Beginners | Azure...
Azure Tutorial For Beginners | Microsoft Azure Tutorial For Beginners | Azure...Azure Tutorial For Beginners | Microsoft Azure Tutorial For Beginners | Azure...
Azure Tutorial For Beginners | Microsoft Azure Tutorial For Beginners | Azure...Simplilearn
 
Azure Security Overview
Azure Security OverviewAzure Security Overview
Azure Security OverviewAllen Brokken
 

La actualidad más candente (20)

Microsoft Azure Technical Overview
Microsoft Azure Technical OverviewMicrosoft Azure Technical Overview
Microsoft Azure Technical Overview
 
Microsoft Azure Overview
Microsoft Azure OverviewMicrosoft Azure Overview
Microsoft Azure Overview
 
Azure App Service
Azure App ServiceAzure App Service
Azure App Service
 
Aws ppt
Aws pptAws ppt
Aws ppt
 
Microsoft Azure - Introduction to microsoft's public cloud
Microsoft Azure - Introduction to microsoft's public cloudMicrosoft Azure - Introduction to microsoft's public cloud
Microsoft Azure - Introduction to microsoft's public cloud
 
Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...
Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...
Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...
 
Cloud Computing and Microsoft Azure
Cloud Computing and Microsoft AzureCloud Computing and Microsoft Azure
Cloud Computing and Microsoft Azure
 
Azure Identity and access management
Azure   Identity and access managementAzure   Identity and access management
Azure Identity and access management
 
Azure Introduction
Azure IntroductionAzure Introduction
Azure Introduction
 
Microsoft Azure Cloud Services
Microsoft Azure Cloud ServicesMicrosoft Azure Cloud Services
Microsoft Azure Cloud Services
 
Azure Cloud PPT
Azure Cloud PPTAzure Cloud PPT
Azure Cloud PPT
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
CAF presentation 09 16-2020
CAF presentation 09 16-2020CAF presentation 09 16-2020
CAF presentation 09 16-2020
 
Introduction to Microsoft Azure 101
Introduction to Microsoft Azure 101Introduction to Microsoft Azure 101
Introduction to Microsoft Azure 101
 
Microsoft Azure Networking Basics
Microsoft Azure Networking BasicsMicrosoft Azure Networking Basics
Microsoft Azure Networking Basics
 
Azure Tutorial For Beginners | Microsoft Azure Tutorial For Beginners | Azure...
Azure Tutorial For Beginners | Microsoft Azure Tutorial For Beginners | Azure...Azure Tutorial For Beginners | Microsoft Azure Tutorial For Beginners | Azure...
Azure Tutorial For Beginners | Microsoft Azure Tutorial For Beginners | Azure...
 
Microsoft azure
Microsoft azureMicrosoft azure
Microsoft azure
 
Azure migration
Azure migrationAzure migration
Azure migration
 
Microsoft azure
Microsoft azureMicrosoft azure
Microsoft azure
 
Azure Security Overview
Azure Security OverviewAzure Security Overview
Azure Security Overview
 

Similar a The Layman's Guide to Microsoft Azure

Azure quick-start-for-net-developers
Azure quick-start-for-net-developersAzure quick-start-for-net-developers
Azure quick-start-for-net-developersimdurgesh
 
Microsoft Azure for Developers - An Introduction
Microsoft Azure for Developers - An IntroductionMicrosoft Azure for Developers - An Introduction
Microsoft Azure for Developers - An IntroductionPetr Havlik
 
Seminar_report on Microsoft Azure Service
Seminar_report on Microsoft Azure ServiceSeminar_report on Microsoft Azure Service
Seminar_report on Microsoft Azure ServiceANAND PRAKASH
 
CLOUD COMPUTING: SECURITY ISSUES AND CHALLENGES
CLOUD COMPUTING: SECURITY ISSUES AND CHALLENGESCLOUD COMPUTING: SECURITY ISSUES AND CHALLENGES
CLOUD COMPUTING: SECURITY ISSUES AND CHALLENGESP singh
 
Discovering the value of the cloud for the business
Discovering the value of the cloud for the business Discovering the value of the cloud for the business
Discovering the value of the cloud for the business Dr. Ramkumar Lakshminarayanan
 
Discovering the value of the cloud for the business session 2
Discovering the value of the cloud for the business   session 2Discovering the value of the cloud for the business   session 2
Discovering the value of the cloud for the business session 2Dr. Ramkumar Lakshminarayanan
 
Azure fundamentals-170910113238
Azure fundamentals-170910113238Azure fundamentals-170910113238
Azure fundamentals-170910113238ScottSmith574468
 
Microsoft Cloud platform
Microsoft Cloud platformMicrosoft Cloud platform
Microsoft Cloud platformHarmasQureshi
 
Windows Azure Platform, V1 2 Chappell
Windows Azure Platform, V1 2  ChappellWindows Azure Platform, V1 2  Chappell
Windows Azure Platform, V1 2 Chappellguest325bd67c
 
Windows Azure Platform, V1 2 Chappell
Windows Azure Platform, V1 2  ChappellWindows Azure Platform, V1 2  Chappell
Windows Azure Platform, V1 2 Chappellguest325bd67c
 
Windows Azure Platform, V1
Windows  Azure  Platform, V1Windows  Azure  Platform, V1
Windows Azure Platform, V1guest325bd67c
 
azure-fundamentals-170910113238.pptx
azure-fundamentals-170910113238.pptxazure-fundamentals-170910113238.pptx
azure-fundamentals-170910113238.pptxabhijeet hapase
 
CIT-382 Cloud Technology
CIT-382 Cloud TechnologyCIT-382 Cloud Technology
CIT-382 Cloud TechnologyLuisDeLeon74
 
Introducing Azure Services Platform V1
Introducing Azure Services Platform V1Introducing Azure Services Platform V1
Introducing Azure Services Platform V1guest120d945
 

Similar a The Layman's Guide to Microsoft Azure (20)

Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Azure quick-start-for-net-developers
Azure quick-start-for-net-developersAzure quick-start-for-net-developers
Azure quick-start-for-net-developers
 
Microsoft Azure for Developers - An Introduction
Microsoft Azure for Developers - An IntroductionMicrosoft Azure for Developers - An Introduction
Microsoft Azure for Developers - An Introduction
 
10 reasons to use azure for your cloud apps
10 reasons to use azure for your cloud apps10 reasons to use azure for your cloud apps
10 reasons to use azure for your cloud apps
 
Seminar_report on Microsoft Azure Service
Seminar_report on Microsoft Azure ServiceSeminar_report on Microsoft Azure Service
Seminar_report on Microsoft Azure Service
 
CLOUD COMPUTING: SECURITY ISSUES AND CHALLENGES
CLOUD COMPUTING: SECURITY ISSUES AND CHALLENGESCLOUD COMPUTING: SECURITY ISSUES AND CHALLENGES
CLOUD COMPUTING: SECURITY ISSUES AND CHALLENGES
 
Discovering the value of the cloud for the business
Discovering the value of the cloud for the business Discovering the value of the cloud for the business
Discovering the value of the cloud for the business
 
Discovering the value of the cloud for the business session 2
Discovering the value of the cloud for the business   session 2Discovering the value of the cloud for the business   session 2
Discovering the value of the cloud for the business session 2
 
Azure 10 major services
Azure 10 major servicesAzure 10 major services
Azure 10 major services
 
Azure fundamentals-170910113238
Azure fundamentals-170910113238Azure fundamentals-170910113238
Azure fundamentals-170910113238
 
Cloud Computing Neccesity
Cloud Computing  NeccesityCloud Computing  Neccesity
Cloud Computing Neccesity
 
Microsoft Cloud platform
Microsoft Cloud platformMicrosoft Cloud platform
Microsoft Cloud platform
 
Windows Azure Platform, V1 2 Chappell
Windows Azure Platform, V1 2  ChappellWindows Azure Platform, V1 2  Chappell
Windows Azure Platform, V1 2 Chappell
 
Windows Azure Platform, V1 2 Chappell
Windows Azure Platform, V1 2  ChappellWindows Azure Platform, V1 2  Chappell
Windows Azure Platform, V1 2 Chappell
 
Windows Azure Platform, V1
Windows  Azure  Platform, V1Windows  Azure  Platform, V1
Windows Azure Platform, V1
 
azure-fundamentals-170910113238.pptx
azure-fundamentals-170910113238.pptxazure-fundamentals-170910113238.pptx
azure-fundamentals-170910113238.pptx
 
CIT-382 Cloud Technology
CIT-382 Cloud TechnologyCIT-382 Cloud Technology
CIT-382 Cloud Technology
 
Introducing Azure Services Platform V1
Introducing Azure Services Platform V1Introducing Azure Services Platform V1
Introducing Azure Services Platform V1
 
An Overview of Windows Azure
An Overview of Windows AzureAn Overview of Windows Azure
An Overview of Windows Azure
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 

Más de Aptera Inc

Gdd geoff daigle-june2016
Gdd geoff daigle-june2016Gdd geoff daigle-june2016
Gdd geoff daigle-june2016Aptera Inc
 
Theres no quick fix to your seo
Theres no quick fix to your seoTheres no quick fix to your seo
Theres no quick fix to your seoAptera Inc
 
Enterprise Mobile Apps. Cross-Platform that Works
Enterprise Mobile Apps. Cross-Platform that WorksEnterprise Mobile Apps. Cross-Platform that Works
Enterprise Mobile Apps. Cross-Platform that WorksAptera Inc
 
Designing your Website to Match Business Goals
Designing your Website to Match Business GoalsDesigning your Website to Match Business Goals
Designing your Website to Match Business GoalsAptera Inc
 
SharePoint Governance with Aptera
SharePoint Governance with ApteraSharePoint Governance with Aptera
SharePoint Governance with ApteraAptera Inc
 
How to Capitalize on the Growth of Data
How to Capitalize on the Growth of DataHow to Capitalize on the Growth of Data
How to Capitalize on the Growth of DataAptera Inc
 
6 Mobile Strategy Priorities to Consider for 2015
6 Mobile Strategy Priorities to Consider for 20156 Mobile Strategy Priorities to Consider for 2015
6 Mobile Strategy Priorities to Consider for 2015Aptera Inc
 
Inbound Methodology: The Secret to Digital Marketing Success
Inbound Methodology: The Secret to Digital Marketing SuccessInbound Methodology: The Secret to Digital Marketing Success
Inbound Methodology: The Secret to Digital Marketing SuccessAptera Inc
 
How to Encourage SharePoint User Adoption
How to Encourage SharePoint User AdoptionHow to Encourage SharePoint User Adoption
How to Encourage SharePoint User AdoptionAptera Inc
 
Better Decision-Making with Power BI
Better Decision-Making with Power BIBetter Decision-Making with Power BI
Better Decision-Making with Power BIAptera Inc
 
Testing Your Mobility in SharePoint 2013
Testing Your Mobility in SharePoint 2013Testing Your Mobility in SharePoint 2013
Testing Your Mobility in SharePoint 2013Aptera Inc
 
Little Steps to BIG Data
Little Steps to BIG DataLittle Steps to BIG Data
Little Steps to BIG DataAptera Inc
 
OneDrive to Rule Them All
OneDrive to Rule Them AllOneDrive to Rule Them All
OneDrive to Rule Them AllAptera Inc
 
Learning about Security and Compliance in Office 365
Learning about Security and Compliance in Office 365Learning about Security and Compliance in Office 365
Learning about Security and Compliance in Office 365Aptera Inc
 
What is Office 365? A Simple Answer
What is Office 365? A Simple AnswerWhat is Office 365? A Simple Answer
What is Office 365? A Simple AnswerAptera Inc
 
What's your BYOD Strategy? Objectives and tips from Microsoft & Aptera
What's your BYOD Strategy? Objectives and tips from Microsoft & ApteraWhat's your BYOD Strategy? Objectives and tips from Microsoft & Aptera
What's your BYOD Strategy? Objectives and tips from Microsoft & ApteraAptera Inc
 
Aptera Cloud Event 2013 - Mobile Services using Azure - Matt Noggle
Aptera Cloud Event 2013 - Mobile Services using Azure - Matt NoggleAptera Cloud Event 2013 - Mobile Services using Azure - Matt Noggle
Aptera Cloud Event 2013 - Mobile Services using Azure - Matt NoggleAptera Inc
 
Aptera Cloud Event 2013 - Windows Intune - Eric Rupp
Aptera Cloud Event 2013 - Windows Intune - Eric RuppAptera Cloud Event 2013 - Windows Intune - Eric Rupp
Aptera Cloud Event 2013 - Windows Intune - Eric RuppAptera Inc
 
Aptera Cloud Event 2013 - Deploying Active Directory - Andy Miller
Aptera Cloud Event 2013 - Deploying Active Directory - Andy MillerAptera Cloud Event 2013 - Deploying Active Directory - Andy Miller
Aptera Cloud Event 2013 - Deploying Active Directory - Andy MillerAptera Inc
 
New Hosting Options for SharePoint 2013
New Hosting Options for SharePoint 2013New Hosting Options for SharePoint 2013
New Hosting Options for SharePoint 2013Aptera Inc
 

Más de Aptera Inc (20)

Gdd geoff daigle-june2016
Gdd geoff daigle-june2016Gdd geoff daigle-june2016
Gdd geoff daigle-june2016
 
Theres no quick fix to your seo
Theres no quick fix to your seoTheres no quick fix to your seo
Theres no quick fix to your seo
 
Enterprise Mobile Apps. Cross-Platform that Works
Enterprise Mobile Apps. Cross-Platform that WorksEnterprise Mobile Apps. Cross-Platform that Works
Enterprise Mobile Apps. Cross-Platform that Works
 
Designing your Website to Match Business Goals
Designing your Website to Match Business GoalsDesigning your Website to Match Business Goals
Designing your Website to Match Business Goals
 
SharePoint Governance with Aptera
SharePoint Governance with ApteraSharePoint Governance with Aptera
SharePoint Governance with Aptera
 
How to Capitalize on the Growth of Data
How to Capitalize on the Growth of DataHow to Capitalize on the Growth of Data
How to Capitalize on the Growth of Data
 
6 Mobile Strategy Priorities to Consider for 2015
6 Mobile Strategy Priorities to Consider for 20156 Mobile Strategy Priorities to Consider for 2015
6 Mobile Strategy Priorities to Consider for 2015
 
Inbound Methodology: The Secret to Digital Marketing Success
Inbound Methodology: The Secret to Digital Marketing SuccessInbound Methodology: The Secret to Digital Marketing Success
Inbound Methodology: The Secret to Digital Marketing Success
 
How to Encourage SharePoint User Adoption
How to Encourage SharePoint User AdoptionHow to Encourage SharePoint User Adoption
How to Encourage SharePoint User Adoption
 
Better Decision-Making with Power BI
Better Decision-Making with Power BIBetter Decision-Making with Power BI
Better Decision-Making with Power BI
 
Testing Your Mobility in SharePoint 2013
Testing Your Mobility in SharePoint 2013Testing Your Mobility in SharePoint 2013
Testing Your Mobility in SharePoint 2013
 
Little Steps to BIG Data
Little Steps to BIG DataLittle Steps to BIG Data
Little Steps to BIG Data
 
OneDrive to Rule Them All
OneDrive to Rule Them AllOneDrive to Rule Them All
OneDrive to Rule Them All
 
Learning about Security and Compliance in Office 365
Learning about Security and Compliance in Office 365Learning about Security and Compliance in Office 365
Learning about Security and Compliance in Office 365
 
What is Office 365? A Simple Answer
What is Office 365? A Simple AnswerWhat is Office 365? A Simple Answer
What is Office 365? A Simple Answer
 
What's your BYOD Strategy? Objectives and tips from Microsoft & Aptera
What's your BYOD Strategy? Objectives and tips from Microsoft & ApteraWhat's your BYOD Strategy? Objectives and tips from Microsoft & Aptera
What's your BYOD Strategy? Objectives and tips from Microsoft & Aptera
 
Aptera Cloud Event 2013 - Mobile Services using Azure - Matt Noggle
Aptera Cloud Event 2013 - Mobile Services using Azure - Matt NoggleAptera Cloud Event 2013 - Mobile Services using Azure - Matt Noggle
Aptera Cloud Event 2013 - Mobile Services using Azure - Matt Noggle
 
Aptera Cloud Event 2013 - Windows Intune - Eric Rupp
Aptera Cloud Event 2013 - Windows Intune - Eric RuppAptera Cloud Event 2013 - Windows Intune - Eric Rupp
Aptera Cloud Event 2013 - Windows Intune - Eric Rupp
 
Aptera Cloud Event 2013 - Deploying Active Directory - Andy Miller
Aptera Cloud Event 2013 - Deploying Active Directory - Andy MillerAptera Cloud Event 2013 - Deploying Active Directory - Andy Miller
Aptera Cloud Event 2013 - Deploying Active Directory - Andy Miller
 
New Hosting Options for SharePoint 2013
New Hosting Options for SharePoint 2013New Hosting Options for SharePoint 2013
New Hosting Options for SharePoint 2013
 

Último

What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 

Último (20)

What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 

The Layman's Guide to Microsoft Azure

  • 2. Microsoft Azure CONTENTS • What Is Microsoft Azure? • What Is Azure Used for? • Why Do Businesses Want to Use Someone Else’s Hardware? • What Are the Advantages of Virtualization? • How Much Does Azure Cost? • Is Azure Secure? • How Does Azure Stack up against the Competition? • Resources
  • 3. Microsoft Azure WHAT IS MICROSOFT AZURE? For most of us idle wanderers of the interwebs, it’s easy to imagine that all the websites and applications we come across in our net travels exist in some invisible realm watched over by armies of tech wizards. Of course, in reality all the information that gets channeled to our devices has to be stored in some physical location, and for applications to work data has to be processed by an actual machine somewhere. APTERAINC.COM |PG. 3 ?????
  • 4. Microsoft Azure WHAT IS MICROSOFT AZURE? Until recently, most of the computing people did relied on their device’s own hardware. Next, we started pulling information from other machines so we could view various types of web content. Then those websites began performing more and more tasks for us, so we were effectively using distant machines to do our computing and simply using our own devices as portals to the resulting output. APTERAINC.COM |PG. 4
  • 5. Microsoft Azure WHAT IS MICROSOFT AZURE? Official Definition: “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 datacenters. You can build applications using any language, tool or framework. And you can integrate your public cloud applications with your existing IT environment.” APTERAINC.COM |PG. 5
  • 6. Microsoft Azure WHAT IS MICROSOFT AZURE? With the rapid expansion of the market for mobile devices and businesses’increasing reliance on ever-larger volumes of data, the idea of outsourcing your storage, processing, and hosting functions to third-party companies developed into what today we call the cloud. Azure is Microsoft’s general-purpose name for their cloud offerings in these domains. APTERAINC.COM |PG. 6FACT: 57% of Fortune 500 companies are using Azure
  • 7. Microsoft Azure WHAT IS AZURE USED FOR? Cloud Services: Azure can be used as a platform for building and deploying applications. Your developers create the code with tools provided by Azure, and then virtual machines execute the application using Windows Server. Since the development and hosting tools are purchased through a subscription, Azure Cloud Services is an example of what’s called Platform as a Service (PaaS). APTERAINC.COM |PG. 7 <azure/>
  • 8. Microsoft Azure WHAT IS AZURE USED FOR? Cloud Services (cont’d): Your application will run on virtual machines, but unlike with the Virtual Machines services, Azure will install the operating system and continuously update it with any new patches. You can use Cloud Services to create different roles for users—web users and workers—and it’s really easy, as it is with all Azure tools, to scale up or down to accommodate more or fewer users. So you only ever pay for the computing power that actually gets used. APTERAINC.COM |PG. 8 ACTIVE USERS INACTIVE
  • 9. Microsoft Azure WHAT IS AZURE USED FOR? Virtual Machines: Azure gives you the ability to create VMs simply by specifying the size and the Virtual Hard Disk (VHD) you want to use. The VHD is the virtual version of a hard drive on a conventional computer; it’s where all the files and applications are saved. Azure provides access to both Windows and Linux VHDs, so developers have the freedom to choose what they want to work with. You pay according to how much time the VM is actually running. Developers can use VMs to build and test applications quickly at low cost. APTERAINC.COM |PG. 9 VHD >$
  • 10. Microsoft Azure WHAT IS AZURE USED FOR? Virtual Machines (cont’d): You can also use VMs to augment on-site datacenters to boost the power of applications like SharePoint. Since Azure Virtual Machines essentially gives you the computing substrate for your applications through a service subscription, it falls into the category of Infrastructure as a Service (IaaS). APTERAINC.COM |PG. 10 VHD
  • 11. Microsoft Azure WHAT IS AZURE USED FOR? Web Sites: You can use Azure as a platform for creating and hosting websites and web applications. Web Sites supports several different development tools and content management systems. And it provides a low cost way to make your site available to however many visitors use it without having to maintain or upgrade any on-site servers. APTERAINC.COM |PG. 11 www.aptera.com VHD Fact: >250,000 active websites on Azure
  • 12. Microsoft Azure WHAT IS AZURE USED FOR? Mobile Services: Like Cloud Services, Azure’s Mobile Services give you the tools to create and deploy applications, but obviously in this case the apps are used on mobile devices. The information that gets accessed by the app running on your device is stored in what’s called a back-end database, and so Mobile Services is referred to as mobile Back-end as a Service (mBaaS). With Azure, you can build apps for Android, iOS, HTML/ JavaScript, and Windows Phone. APTERAINC.COM |PG. 12
  • 13. Fact: >1 million SQL Databases in Azure Microsoft Azure WHY DO BUSINESSES WANT TO USE SOMEONE ELSE’S HARDWARE? You get three basic advantages from using cloud platforms and infrastructure as opposed to on-site machines. 1. Speed Purchasing new servers, configuring them, and integrating them into your existing environment tends to be both costly and time-consuming. With Azure, you can set up an application and start building it out in minutes. APTERAINC.COM |PG. 13 $ $ $ $ $$ $ $ $ $ $
  • 14. Microsoft Azure WHY DO BUSINESSES WANT TO USE SOMEONE ELSE’S HARDWARE? 2. Scale Demand for your applications may be variable throughout the year (think tax return filing software). Or you may expect a low number of users at first followed by huge growth as your application catches on. You may even expect usage to the decline, maybe because you’re launching another application. Scaling up with your own on-site servers means purchasing and provisioning them to accommodate growth. And once the servers are in place you still have to maintain them even if they’re not being used. APTERAINC.COM |PG. 14 VHD MO. USAGE JAN. FEB. MAR. APR. MAY JUNE JULY AUG. SEPT. OCT. NOV. DEC. 100+k 75k 50k 10k
  • 15. Microsoft Azure WHY DO BUSINESSES WANT TO USE SOMEONE ELSE’S HARDWARE? 3. Economics If you’re expecting your application to start slow and then gain momentum—and who doesn’t want this to happen?—then you will probably start off with more processing capacity than you actually use. And if usage declines after a peak you’ll have a similar problem. With Azure, you only pay for what you use. On-site server farms also require a lot of maintenance: climate control, electricity, disaster recovery, backups, security. Moving to the cloud means freeing up your IT staff so they can focus on new projects instead of routine maintenance. APTERAINC.COM |PG. 15 VHD ON-SITE
  • 16. Microsoft Azure WHAT ARE THE ADVANTAGES OF VIRTUALIZATION? You can make use of virtualization in your on-site datacenters, but if you’re using Azure you’ll definitely be relying on virtual machines to one extent or another. To create virtual servers on physical servers, you use software that sets up divisions between each virtual machine (VM) and allows them all to operate independently. What this does is add a layer of abstraction between your information and the physical infrastructure that hosts it. This in turn gives you more flexibility in how you manage and protect the various elements of your computing environment. The main advantages of virtualization come in four basic areas: APTERAINC.COM |PG. 16 VHD
  • 17. Microsoft Azure WHAT ARE THE ADVANTAGES OF VIRTUALIZATION? 1. Efficiency Some applications may require relatively little processing power to run. By virtualizing your servers, you make it possible to devote an entire VM to each application. And by hosting multiple smaller servers on one large physical server you can significantly reduce overall energy costs. The VMs aren’t restricted to their physical servers either. So if you need more power to run them it’s really easy to pull in other machines to host them. APTERAINC.COM |PG. 17 VHD
  • 18. Microsoft Azure WHAT ARE THE ADVANTAGES OF VIRTUALIZATION? 2. Resilience With Azure, each of your VMs is ready to go on more than one actual machine. That means built-in redundancy if something goes wrong with an application. If your VM picks up a virus or some malware, it can simply be shut down without disrupting the operation of your application. And of course there’s also the assurance that if some type of natural disaster occurs the datacenter running your applications is secure—even if an entire Microsoft datacenter goes down there are still extra layers of redundancy. APTERAINC.COM |PG. 18 VHD
  • 19. Microsoft Azure WHAT ARE THE ADVANTAGES OF VIRTUALIZATION? 3. Testing It’s much easier to set up a VM than it is to purchase and provision a physical server. And you can never be sure running a new application won’t somehow affect existing applications running on the same machine. So developers often use VMs to build and test applications. This allows you to isolate them while still avoiding much of the costs of a new server. APTERAINC.COM |PG. 19 www.aptera.com VHD TEST TEST Fact: Azure includes over 300 services spanning Compute, Storage, and Networking.
  • 20. Microsoft Azure WHAT ARE THE ADVANTAGES OF VIRTUALIZATION? 4. Migration and Running Upgrades With VMs, you can keep your entire system up and running while you develop or update new applications. You could in principle move your entire environment into Azure while you replaced the whole thing and still have little or no downtime. You can even send a VM to a client or an employee in a distant location so they can have the boosted processing power they need. APTERAINC.COM |PG. 20
  • 21. Microsoft Azure HOW MUCH DOES AZURE COST? Unfortunately, there’s no simple way to answer the cost question because pricing for Azure is based on variables along several dimensions. The cost of Cloud Services, for instance, is determined by the number of VMs (which are also called instances), the size of the VMs, the amount of memory they need to run, how much bandwidth they use, and what kind of support you need. Cloud Services can run anywhere from $60 a month to over $60,000 a month. And right now Microsoft is offering all kinds of special deals to businesses as an incentive to make the move to the cloud. The best way to get an idea of what your costs may be is to go to the Azure website and play around with the cost calculator they provide. Here’s a link: COST CALCULATOR APTERAINC.COM |PG. 21
  • 22. Microsoft Azure IS AZURE SECURE? When CIOs are polled, the most common concern they cite about the cloud is security. In many ways, these concerns are misplaced, since all the security breaches we’ve heard about recently—like Target for instance—have involved conventional on-site computers. Cloud computing is actually more secure than using your own servers for many of the same reasons that keeping money in the bank is safer than stuffing it under your mattress. APTERAINC.COM |PG. 22 AZURE ON-STIE
  • 23. Microsoft Azure IS AZURE SECURE? Microsoft’s datacenters are like Fort Knox: access is restricted with RFID and biometric controls. Data is encrypted both at-rest and in-transit. And you can use various types of added safeguards, like multifactor authentication for signing in. Recently, however, Microsoft has responded to security concerns by offering what’s called elliptic curve cryptography (ECC) for their platform services. This is an incredibly robust encryption technology, and certifications require that extraordinarily stringent demands be met. For more details about Azure security measures check out this white paper: AZURE WHITE PAPER APTERAINC.COM |PG. 23
  • 24. Microsoft Azure HOW DOES AZURE STACK UP AGAINST THE COMPETITION? The market for cloud technologies and services is dynamic and rapidly evolving. Amazon was the industry pioneer with their cloud storage and infrastructure services, and it was only in 2013 that Microsoft really started making a push into the market. There’s no simple way to summarize the scenarios in which one competitor is better positioned to meet your company’s needs because the considerations are both numerous and intricate. But we can point you to the best independent source for in-depth industry research and recommendations, Gartner, Inc. And it’s interesting to see what Gartner’s experts have had to say about Azure as Microsoft has been making headway into the cloud market. APTERAINC.COM |PG. 24Fact: >20 trillion storage objects in Azure, delivers 2 million requests per second
  • 25. Microsoft Azure Microsoft Azure HOW DOES AZURE STACK UP AGAINST THE COMPETITION? In June of 2013, Gartner researcher Eric Knipp summed up the field thus: “If you could aggregate many evaluation criteria into one measure—appropriateness for strategic adoption—one solution has established itself as a leader for .NET applications in each cloud model: Windows Azure for public PaaS, AWS for Windows Server running on public IaaS and Apprenda for private PaaS. Other offerings are beginning to mature and create real competition for developer attention. In the public cloud, increased competition from Microsoft has forced Amazon Web Services to up its game and to start treating Windows Server VMs and Windows developers as first-class citizens. Likewise, Microsoft has been forced to innovate and expand Azure into IaaS. Developers benefit from this competition.” APTERAINC.COM |PG. 25 VS
  • 26. Microsoft Azure HOW DOES AZURE STACK UP AGAINST THE COMPETITION? Knipp goes on to describe the Cloud Services situation like this: “The PaaS offerings considered in this segment all share some characteristics. For example, when compared with Microsoft Windows Azure, they are all simpler PaaS environments in terms of number of features and capabilities. They have fewer options, adjacent services and tooling integration. This should make them easier to get started with than a complex and more powerful platform such as Windows Azure. However, ease of use is typically more about tooling and workflow, and none of these environments comes close to Azure (or AWS) in the quality of its tooling. Simply put, Microsoft's control over the .NET stack and its associated Visual Studio tooling is a tremendous advantage over would-be PaaS competitors.” APTERAINC.COM |PG. 26
  • 27. Microsoft Azure HOW DOES AZURE STACK UP AGAINST THE COMPETITION? Gartner released their Magic Quadrant Report in January of 2014, and it shows that Microsoft’s efforts to take over the cloud have been paying off. In the IaaS category, Azure is second only to Amazon Web Services, and Azure is gaining fast. In the PaaS category, Azure is alone with Salesforce in the Leader’s quadrant. Salesforce, who just began a partnership with Microsoft, is still the leader in this area. The cloud storage company Nasuni recently tested the leading cloud companies in the storage category, and this year Azure pulled ahead of the pack for the first time. Taking all cloud dimensions and services together, Azure has already taken a significant lead. And it seems Microsoft is only getting started. APTERAINC.COM |PG. 27 Microsoft Azure Fact: NBC Sports streamed the entire 2014 Olympics with Azure. >100 million viewers
  • 28. Microsoft Azure RESOURCES “Azure vs Amazon vs Rackspace vs HP vs Google: Cloud Storage Infographic,”by Dennis Junk and Joe Beste, Aptera Blog, March 2014: http://blog.apterainc.com/bid/379058/Azure-vs-Amazon-vs-Rackspace-vs-HP-vs-Google-Clou d-Storage-Infographic “Introducing Azure,”Microsoft Azure Website: http://azure.microsoft.com/en-us/documentation/articles/fundamentals-introduction-to-azur e/ “Amazon, Microsoft Star in Gartner Cloud Magic Quadrant,”by Charles Babcock, Information Week, May 2014: http://www.informationweek.com/cloud/infrastructure-as-a-service/amazon-microsoft-star-in -gartner-cloud-magic-quadrant/d/d-id/1269267 “Cloud Security: Are firms still fretting about the wrong issues?”by Toby Wolpe, ZDNet, June 2014: http://www.zdnet.com/cloud-security-are-firms-still-fretting-about-the-wrong-issues-700003 0571/ APTERAINC.COM |PG. 28
  • 29. Microsoft Azure RESOURCES “Comparing Cloud Platform Options for .NET Applications,”by Eric Knipp, Gartner, 10 June 2013: http://www.gartner.com/technology/reprints.do?id=1-1G0FWUJ&ct=130613&st=sgt “Magic Quadrant for Cloud Infrastructure as a Service,”Gartner, January 2014: http://www.gartner.com/technology/reprints.do?id=1-1UKQQA6&ct=140528&st=sb “Magic Quadrant for Enterprise Application Platform as a Service,”Gartner, January 2014: http://www.gartner.com/technology/reprints.do?ct=140108&id=1-1P502BX&st=sb# Microsoft Azure Pricing Calculator: http://azure.microsoft.com/en-us/pricing/calculator/ APTERAINC.COM |PG. 29
  • 30. Microsoft Azure RESOURCES “Microsoft Beefs Up Azure Security with Cryptography,”by Chris Talbot, Talkin’Cloud, June 2014: http://talkincloud.com/cloud-computing-security/061214/microsoft-beefs-azure-security-cry ptography “Microsoft and Salesforce Partner – but What about Dynamics?”by Aaron Eisberg, Aptera Blog: http://blog.apterainc.com/bid/387673/Microsoft-and-Salesforce-Partner-but-What-About-Dy namics “New Windows Azure Network Security Whitepaper,”Ashwin Palekar, January 2014: http://azure.microsoft.com/blog/2014/01/07/new-windows-azure-network-security-whitepap er/ APTERAINC.COM |PG. 30
  • 31. Microsoft Azure ABOUT APTERA With offices in Fort Wayne, IN, and Nashville, TN, Aptera is home to one of the most talented software and web design teams in the country. Since its founding in 2003, the Aptera team has grown from a two-man operation to an organization with over seventy employees serving businesses all over the country. A Microsoft Gold Certified Managed Partner, Aptera’s team has experts in SharePoint, Business Intelligence, .NET Development, Cloud Computing, Microsoft Lync, and more. We’re equipped to step in at any stage of your business’s project, from analyzing workflows and installing data-tracking modules to building custom software or a new web site, and from optimizing your search rankings to moving you into the cloud. We believe the key to our success has been hiring excellent people, giving them the resources they need, and encouraging them to treat every project as the basis for a lasting partnership. To get more information about Azure follow Aptera on these social networks APTERAINC.COM |PG. 31 Share this e-book with your network LIKE SHARE