Core Azure architectural components
📘Microsoft Certified: Azure Fundamentals (AZ-900)
When we talk about Azure, we are talking about Microsoft’s cloud computing platform. But to provide cloud services, Microsoft needs physical locations with lots of computers, storage, and networking equipment. These physical locations are called datacenters.
1. What is an Azure Datacenter?
- A datacenter is a facility that contains thousands of servers (powerful computers), storage systems, networking equipment, and other infrastructure needed to run cloud services.
- Each datacenter provides computing power, storage, and networking for users and businesses.
- Datacenters are always online, have redundant power and networking, and are secured physically and digitally.
2. Regions
- Microsoft organizes datacenters into Regions.
- A Region is a set of datacenters in a specific geographic location, for example, East US, West Europe, or Southeast Asia.
- Each Region contains one or more datacenters that are connected via high-speed networks.
- Why Regions matter: Users can deploy Azure services in a Region closest to them to reduce latency (delay) and to meet data residency requirements.
3. Availability Zones
- Within a Region, Azure uses Availability Zones (AZs) to increase reliability.
- An Availability Zone is a physically separate datacenter within a Region.
- Each AZ has:
- Independent power
- Independent cooling
- Independent networking
- Using multiple AZs ensures that even if one datacenter has a failure, services can continue running from other zones.
4. Paired Regions
- Microsoft also organizes Regions into Region pairs.
- Each Region is paired with another Region in the same geography, separated by at least 300 miles.
- Why this is important:
- Helps with disaster recovery
- Ensures data replication between the pair
- During planned maintenance, Microsoft ensures that only one Region in a pair is updated at a time.
5. Global Network of Datacenters
- Microsoft has hundreds of datacenters worldwide, spread across multiple Regions and countries.
- This global network ensures:
- High availability: your services rarely go down.
- Performance: users connect to the closest datacenter for fast access.
- Redundancy: copies of data exist in multiple locations to prevent data loss.
6. Security and Compliance in Datacenters
- Azure datacenters have physical security, including:
- Guards, cameras, and access control
- Multiple layers of fencing and security zones
- They also meet global compliance standards, such as:
- ISO 27001
- GDPR
- SOC 1, 2, and 3
- This is important because organizations often have legal or regulatory requirements for where and how their data is stored.
7. Summary of Key Points for the Exam
When preparing for the AZ-900 exam, you should remember:
- Datacenter: A physical facility hosting Azure services.
- Region: A set of datacenters in a specific location (like East US).
- Availability Zone: Separate datacenters within a Region for reliability.
- Region Pair: Two Regions in the same geography for disaster recovery.
- Global network: Microsoft’s datacenters are worldwide to provide performance, redundancy, and compliance.
💡 Tip for the Exam:
- You may be asked why Azure uses Regions and Availability Zones — the answer is reliability, high availability, and disaster recovery.
- You may also be asked about Region pairs—the answer is data replication and business continuity.
