Microsoft Azure Cloud

Introduction to cloud computing and Microsoft Azure


Cloud computing overview

Cloud computing provides a modern alternative to the traditional on-premises datacenter. Public cloud vendors provide and manage all computing infrastructure and the underlying management software. These vendors provide a wide variety of cloud services. A cloud service in this case might be a virtual machine, a web server, or cloud-hosted database engine. As a cloud provider customer, you lease these cloud services on an as-needed basis. In doing so, you convert the capital expense of hardware maintenance into an operational expense. A cloud service also provides these benefits:

  • Rapid deployment of large compute environments
  • Rapid deallocation of systems that are no longer required
  • Easy deployment of traditionally complex systems like load balancers
  • Ability to provide flexible compute capacity or scale when needed
  • More cost-effective computing environments
  • Access from anywhere with a web-based portal or programmatic automation
  • Cloud-based services to meet most compute and application needs

Azure Deployment and Mangement


With on-premises infrastructure, you have complete control over the hardware and software that is deployed. Historically, this has led to hardware procurement decisions that focus on scaling up. An example is purchasing a server with more cores to satisfy peak performance needs. Unfortunately, this infrastructure might be underutilized outside a demand window. With Azure, you can deploy only the infrastructure that you need, and adjust this up or down at any time. This leads to a focus on scaling out through the deployment of additional compute nodes to satisfy a performance need. Although this has consequences for the design of an appropriate software architecture, there is now ample proof that scaling out the commodity of cloud services is more cost-effective than scaling up through expensive hardware.

Microsoft has deployed many Azure datacenters around the globe, with more planned. Additionally, Microsoft is increasing sovereign clouds in regions like China and Germany. Only the largest global enterprises can deploy datacenters in this manner, so using Azure makes it easy for enterprises of any size to deploy their services close to their customers.

For small businesses, Azure allows for a low-cost entry point, with the ability to scale rapidly as demand for compute increases. This prevents a large up-front capital investment in infrastructure, and it provides the flexibility to architect and re-architect systems as needed. The use of cloud computing fits well with the scale-fast and fail-fast model of startup growth.

For more information on the available Azure regions, see Azure regions.

Azure Data Centers


Types of cloud computing

Cloud computing is usually classified into three categories: SaaS, PaaS, and IaaS.

SaaS: Software as a service

SaaS is software that is centrally hosted and managed. It’s usually based on a multitenant architecture— a single version of the application is used for all customers. It can be scaled out to multiple instances to ensure the best performance in all locations. SaaS software typically is licensed through a monthly or annual subscription.

Microsoft Office 365 is a prototypical model of a SaaS offering. Subscribers pay a monthly or annual subscription fee, and they get Microsoft Exchange as a service (online and/or desktop Microsoft Outlook), storage as a service (Microsoft OneDrive), and the rest of the Microsoft Office suite (online, the desktop version, or both). Subscribers always get the most recent version. So you can have an Exchange server without having to purchase a server and install and support Exchange—the Exchange server is managed for you. Compared to installing and upgrading Office every year, this is much less expensive and requires much less effort to keep updated.

PaaS: Platform as a service

With PaaS, you deploy your application into an application-hosting environment that the cloud service vendor provides. The developer provides the application, and the PaaS vendor provides the ability to deploy and run it. This frees developers from infrastructure management so they can focus on development.

Azure provides several PaaS compute offerings, including the Web Apps feature of Azure App Service and Azure Cloud Services (web and worker roles). In either case, developers have multiple ways to deploy their application without knowing anything about the nuts and bolts that support it. Developers don’t have to create virtual machines (VMs), use Remote Desktop Protocol (RDP) to sign in to each one, or install the application. They just hit a button (or close to it), and the tools provided by Microsoft provision the VMs and then deploy and install the application on them.

IaaS: Infrastructure as a service

An IaaS cloud vendor runs and manages all physical compute resources and the required software to enable computer virtualization. A customer of this service deploys virtual machines in these hosted datacenters. Although the virtual machines are located in an offsite datacenter, the IaaS consumer has control over the configuration and management of them.

Azure includes several IaaS solutions, including Azure Virtual Machines, virtual machine scale sets, and related networking infrastructure. Azure Virtual Machines is a popular choice for initially migrating services to Azure because it enables a “lift and shift” migration model. You can configure a VM like the infrastructure currently running your services in your datacenter, and then migrate your software to the new VM. You might need to make configuration updates, such as URLs to other services or storage, but you can migrate many applications in this way.

Virtual machine scale sets are built on top of Azure Virtual Machines and provide an easy way to deploy clusters of identical VMs. Virtual machine scale sets also support autoscaling so that new VMs can be deployed automatically when required. This makes virtual machine scale sets an ideal platform to host higher-level microservice compute clusters, such as Azure Service Fabric and Azure Container Service.


Azure VMs


Azure Services

Azure offers many services in its cloud computing platform. These services include the following.

Compute services 

Services for hosting and running application workload:

  • Azure Virtual Machines—both Linux and Windows
  • App Services (Web Apps, Mobile Apps, Logic Apps, API Apps, and Function Apps)
  • Azure Batch (for large-scale parallel and batch compute jobs)
  • Azure RemoteApp
  • Azure Service Fabric
  • Azure Container Service

Data services

Services for storing and managing data:

  • Azure Storage (comprises the Azure Blob, Queue, Table, and File services)
  • Azure SQL Database
  • Azure DocumentDB
  • Microsoft Azure StorSimple
  • Azure Redis Cache

Application services

Services for building and operating applications:

  • Azure Active Directory (Azure AD)
  • Azure Service Bus for connecting distributed systems
  • Azure HDInsight for processing big data
  • Azure Scheduler
  • Azure Media Services

Network services

Services for networking both within Azure and between Azure and on-premises datacenters:

  • Azure Virtual Network
  • Azure ExpressRoute
  • Azure-provided DNS
  • Azure Traffic Manager
  • Azure Content Delivery Network

Datacenters and regions

Azure is a global cloud platform that is generally available in many regions around the world. When you provision a service, application, or VM in Azure, you are asked to select a region. The selected region represents a specific datacenter where your application runs. For more information, see Azure regions.

One of the benefits of using Azure is that you can deploy your applications into a variety of datacenters around the globe. The region you choose can affect the performance of your application. It’s optimal to choose a region that is closer to most your customers, to reduce latency in network requests. You might also select a region to meet the legal requirements for distributing your app in certain countries.