AZ900: Microsoft Azure Fundamentals

Cloud Service Types

Infrastructure as a Service

Infrastructure as a Service (IaaS) provides a flexible, pay-as-you-go model where you rent the digital equivalent of a plot of land. Instead of purchasing and maintaining physical servers, storage, and networking hardware, the cloud provider supplies these raw resources. This allows you, for example, to run applications like Bella Innovations’ invoicing system while managing everything from the operating system onward.

Consider the scenario where you move your on-premises servers to the cloud. You migrate your data and configurations to a rented server in the cloud—a process that mirrors transferring your physical infrastructure. The cloud provider takes care of the physical aspects such as data center maintenance, networking, firewalls, and overall security.

Providers like Microsoft run multiple data centers in regions such as East US, South India, and West Europe to ensure high availability and regional flexibility. They invest in the state-of-the-art hardware, including servers and storage devices, and lease these resources as a service. This model removes the complexities and costs associated with owning and managing physical infrastructure.

Key Benefits of IaaS

  • Cost Efficiency: Avoid large capital expenditures by renting virtualized hardware.
  • Scalability: Adjust resources dynamically—expanding during traffic peaks and scaling back when demand decreases.
  • Reliability: Benefit from built-in disaster recovery solutions, robust uptime guarantees, and continuous service availability.

The image is an infographic about "Infrastructure as a Service" (IaaS), highlighting components like servers, networking, and data centers, along with benefits such as flexibility, scalability, and reliability.

After gaining access to the cloud infrastructure, you are responsible for selecting and configuring the operating system (such as Windows or Linux), installing your applications, and launching your services for end users. This separation of responsibilities enables a clear focus: the cloud provider manages the physical infrastructure, while you maintain control over the software stack.

The image illustrates the concept of "Infrastructure as a Service" with three steps: choosing an operating system, installing and publishing an application, and enabling end users to consume it in Azure. It includes icons and a graphic representing cloud services.

For instance, Microsoft Azure offers Virtual Machines as a prime IaaS solution, delivering on-demand computing resources that you can tailor to your application's needs.

Now that you have a clear understanding of IaaS, the next section will explore Platform as a Service (PaaS) and its advantages.

Watch Video

Watch video content

Previous
Introduction