Last updated: May 2026
Azure Fundamentals Beginner AZ-900 ⏱ 10 min read

Public vs Private vs Hybrid Cloud

Not all cloud deployments are the same. A startup and a bank have very different requirements. A startup wants speed and low cost. A bank needs strict data sovereignty and regulatory compliance. These different needs led to three distinct cloud deployment models — Public, Private, and Hybrid. Understanding which to use and why is essential for both real-world architecture and the AZ-900 exam.

What you'll learn What Public, Private, and Hybrid cloud models are · Real-world examples of each · Advantages and disadvantages · When to choose which model · Multi-cloud explained · How this maps to the AZ-900 exam

Public Cloud

A public cloud is owned and operated by a third-party cloud provider — like Microsoft Azure, Amazon Web Services, or Google Cloud. The infrastructure is shared among multiple customers (tenants) over the public internet.

When most people say "the cloud," they mean the public cloud. You sign up, provide a credit card, and start using resources in minutes. Everything is managed by the provider — you just consume it.

Key Characteristics

  • Owned and operated by the cloud provider (Microsoft, Amazon, Google)
  • Shared infrastructure — multiple organisations on the same hardware
  • Accessible over the public internet
  • Pay-as-you-go pricing — no upfront capital investment
  • Massive scale — resources available on demand, globally

Advantages

  • No upfront cost — No hardware to buy, no data centre to build
  • Infinite scale — Need 10,000 servers? Azure has them ready
  • No maintenance — The provider handles hardware failures, updates, security
  • Global reach — Deploy in 60+ regions worldwide with a few clicks
  • High reliability — Built-in redundancy and SLA-backed uptime

Disadvantages

  • Less control — You can't physically access the hardware
  • Data sovereignty concerns — Your data lives in the provider's data centres
  • Compliance challenges — Some industries (banking, defence) have strict data residency laws
  • Internet dependency — Requires reliable internet connectivity
💡
Examples Startups, e-commerce platforms, SaaS companies, and most modern businesses use public cloud. When a food delivery app deploys on Azure, they're using public cloud.

Private Cloud

A private cloud is cloud infrastructure that is dedicated exclusively to a single organisation. It's not shared with anyone else. The organisation either owns it and runs it in their own data centre, or pays a provider to host a dedicated environment just for them.

Think of it as owning your own building vs renting space in a shared office tower. More expensive, more control, more security.

Key Characteristics

  • Dedicated to a single organisation — no shared tenancy
  • Can be hosted on-premises (in your own data centre) or hosted by a provider
  • Organisation has full control over hardware, security, and configuration
  • Higher cost — you pay for dedicated resources whether or not you use them

Advantages

  • Full control — You control every layer of the stack
  • Data sovereignty — Your data never leaves your own infrastructure
  • Regulatory compliance — Meets strict government and financial regulations
  • Custom security policies — Implement any security controls you need

Disadvantages

  • High upfront cost — You're buying hardware and building infrastructure
  • Limited scale — You can only scale as far as your hardware allows
  • Maintenance burden — Your team is responsible for everything
  • Slower to deploy — Procurement and setup take weeks or months
💡
Examples Banks, government agencies, defence organisations, and healthcare providers with strict data compliance requirements often use private cloud. The Reserve Bank of India, for example, cannot store customer financial data on shared public infrastructure.
ℹ️
Azure Stack Hub Microsoft offers Azure Stack Hub — a product that brings Azure services to your own on-premises data centre. You get Azure APIs, tools, and services, but running on hardware you own. This is Microsoft's private cloud offering.

Hybrid Cloud

Hybrid cloud combines public cloud and private cloud (or on-premises infrastructure), connected together so that data and applications can flow between them. It's the best of both worlds — keep sensitive workloads on-premises or in a private cloud, and burst to the public cloud when you need extra capacity or want to run less sensitive workloads.

Key Characteristics

  • Combination of public cloud and private cloud / on-premises
  • Workloads can move between environments based on need
  • Connected via secure network links (VPN or ExpressRoute)
  • Organisations can choose where each workload runs

Advantages

  • Flexibility — Run sensitive data on-prem, burst to cloud for extra capacity
  • Compliance — Keep regulated data on private infrastructure
  • Cost optimisation — Use cloud only when needed; avoid over-provisioning on-prem
  • Gradual migration — Move workloads to cloud at your own pace

Disadvantages

  • Complexity — Managing two environments is significantly harder
  • Higher cost — You still pay for on-premises infrastructure plus cloud usage
  • Security complexity — Data moving between environments must be secured
  • Network dependency — Reliable connectivity between environments is critical
💡
Real Example A hospital keeps patient records on their private on-premises servers (for compliance), but uses Azure public cloud for their patient-facing appointment booking website. The two environments connect via Azure ExpressRoute. That's hybrid cloud.

Multi-Cloud

Multi-cloud is a strategy where an organisation uses cloud services from more than one public cloud provider — for example, using both Azure and AWS simultaneously.

ℹ️
Why Multi-Cloud? Avoid vendor lock-in · Use best-in-class services from each provider · Improve resilience by not depending on a single provider · Meet regional requirements where only certain providers operate
⚠️
Note for AZ-900 Multi-cloud is not a separate deployment model in the NIST definition. The exam may mention it, but the three core models to know are Public, Private, and Hybrid.

Side-by-Side Comparison

FactorPublic CloudPrivate CloudHybrid Cloud
OwnershipCloud providerOrganisationBoth
TenancyMulti-tenant (shared)Single-tenant (dedicated)Both
Cost modelPay-as-you-go (OpEx)Upfront investment (CapEx)Mixed
ScalabilityVirtually unlimitedLimited by hardwareFlexible
ControlLowFullMixed
Security controlShared with providerFull controlMixed
Setup timeMinutesWeeks to monthsVaries
Best forStartups, agile teamsBanks, govt, defenceEnterprise migration

When to Use Which?

ScenarioBest ModelWhy
Startup launching a new productPublicZero upfront cost, fast deployment, easy scaling
Bank storing customer financial dataPrivateData sovereignty, regulatory compliance
Enterprise migrating to cloud graduallyHybridMove workloads at own pace, keep sensitive data on-prem
Government defence applicationPrivateClassified data cannot go to shared infrastructure
E-commerce site with seasonal peaksPublic or HybridScale out during sales events, scale back after
Hospital — patient portal + patient recordsHybridPortal on public cloud, records on private for compliance
📝 Practice Questions
Click an option to check your answer. AZ-900 style questions.
Q1. A startup wants to launch a new app quickly with no upfront infrastructure costs. Which cloud deployment model should they choose?
A Private cloud
B Public cloud
C Hybrid cloud
D On-premises
Q2. A bank must keep customer financial data on infrastructure it owns and controls for regulatory compliance. Which deployment model is most appropriate?
A Public cloud
B Private cloud
C Hybrid cloud
D Multi-cloud
Q3. A large enterprise wants to keep its HR and payroll data on its own servers, but use Azure for its customer-facing website and during peak traffic periods. Which model does this describe?
A Public cloud
B Private cloud
C Hybrid cloud
D Multi-cloud
Q4. Which of the following is a characteristic of public cloud?
A Hardware is dedicated to a single organisation
B The customer owns the physical hardware
C Resources are shared among multiple organisations over the internet
D Accessible only via private network connections
Q5. What is a key advantage of hybrid cloud over public cloud only?
A Lower cost and simpler management
B All infrastructure is managed by the cloud provider
C Flexibility to keep sensitive data on-premises while using public cloud for scalable workloads
D Infrastructure is shared with multiple organisations for lower cost
Comments
Disclaimer: RedKite Cloud is an independent educational resource and is not affiliated with, endorsed by, or officially connected to Microsoft Corporation. All product names, logos, and trademarks are property of their respective owners. Content is written independently for educational purposes only.