AZ-900Chapter 53 of 127Objective 1.5

Cloud Sustainability and Green IT

This chapter covers cloud sustainability and Green IT, a key concept in the Cloud Concepts domain for the AZ-900 exam. You will learn how Microsoft Azure helps organizations reduce their environmental impact through efficient infrastructure, renewable energy, and responsible resource management. This objective area carries approximately 5-10% weight on the exam, but understanding sustainability is increasingly important for cloud adoption decisions.

25 min read
Beginner
Updated May 31, 2026

The Shared Office Printer

Imagine your company has 100 employees, each with their own desktop printer. Every printer consumes electricity 24/7, generates heat, uses toner, and requires paper. When someone prints a document, their printer runs at partial load, wasting energy. Now, imagine replacing all 100 printers with one centralized, high-efficiency printer in a dedicated room. This printer is designed to run at optimal load, uses energy-efficient components, and automatically goes into sleep mode when idle. It also has a duplexer to print on both sides, saving paper. The office manager (like Azure) monitors usage and can schedule maintenance during off-peak hours to minimize disruption. By sharing the printer, the company reduces total energy consumption, waste, and costs. In cloud computing, this is exactly what happens: instead of each company running its own underutilized data centers, cloud providers like Microsoft aggregate workloads onto highly efficient, shared infrastructure. They optimize power usage effectiveness (PUE), use renewable energy, and recycle hardware. The mechanism is consolidation and efficiency at scale—just like the shared printer.

How It Actually Works

What is Cloud Sustainability and Green IT?

Cloud sustainability refers to the practice of designing, operating, and using cloud services in a way that minimizes environmental impact, particularly carbon emissions, energy consumption, and waste. Green IT is the broader movement to use information technology in an environmentally responsible manner. Microsoft Azure is committed to being carbon negative by 2030, meaning it will remove more carbon from the atmosphere than it emits. This commitment drives many of Azure's sustainability features.

The business problem cloud sustainability solves is twofold: first, organizations face pressure from stakeholders (investors, customers, regulators) to reduce their carbon footprint. Second, energy costs are a significant operating expense for data centers—inefficient infrastructure wastes money. By migrating to Azure, companies can reduce their own energy consumption and benefit from Microsoft's investments in renewable energy and efficiency.

How Cloud Sustainability Works: The Mechanism

Azure achieves sustainability through several mechanisms:

1.

Infrastructure Efficiency: Microsoft's data centers use advanced cooling techniques (e.g., free air cooling, liquid cooling) and efficient power distribution. They measure Power Usage Effectiveness (PUE), which is the ratio of total facility energy to IT equipment energy. A lower PUE means less energy wasted on cooling and lighting. Azure data centers achieve PUE values as low as 1.125, compared to typical on-premises data centers which average 1.8 or higher.

2.

Renewable Energy: Microsoft has signed power purchase agreements (PPAs) to supply its data centers with 100% renewable energy by 2025. This includes wind, solar, and hydropower. By using Azure, your workloads run on clean energy.

3.

Carbon Accounting: Azure provides the Microsoft Cloud for Sustainability, a set of tools to track, report, and reduce carbon emissions. The Azure Carbon Optimization tool helps customers understand the carbon footprint of their workloads and suggests changes to reduce it.

4.

Resource Optimization: Azure services like Azure Policy, Azure Advisor, and Azure Cost Management help customers right-size resources, eliminating over-provisioning. Underutilized VMs waste energy; by scaling down or using serverless computing, you reduce energy consumption.

5.

Circular Economy: Microsoft recycles servers and hardware, aiming to reuse 90% of assets by 2025. They design hardware for easier recycling and use recycled materials.

Key Components and Terms

Power Usage Effectiveness (PUE): A metric that measures data center efficiency. PUE = Total Facility Energy / IT Equipment Energy. The ideal is 1.0 (all energy goes to IT). Azure's average PUE is around 1.125.

Carbon Intensity: The amount of carbon emitted per kilowatt-hour of electricity. Azure allows you to choose regions with lower carbon intensity (e.g., regions powered by hydroelectricity).

Microsoft Cloud for Sustainability: A SaaS solution that enables organizations to record, report, and reduce their environmental impact. It includes data ingestion from Azure, Dynamics 365, and third-party sources.

Azure Carbon Optimization: A tool in the Azure portal that provides recommendations to reduce carbon emissions, such as resizing VMs, using reserved instances, or moving to less carbon-intensive regions.

Sustainability Calculator: A tool that estimates the carbon savings of migrating on-premises workloads to Azure. It compares your current on-premises footprint to Azure's.

Comparison to On-Premises

On-premises data centers typically have higher PUE (1.8-2.0) because they are not designed for efficiency at scale. They often run on fossil-fuel-based grid electricity and have low server utilization (5-15%). Azure, by contrast, achieves high utilization (50-80%+), uses renewable energy, and has efficient cooling. Additionally, on-premises hardware becomes e-waste after a few years, whereas Microsoft has a robust recycling program.

Azure Portal and CLI Touchpoints

In the Azure portal, you can access sustainability features via: - Azure Advisor -> Cost tab: Shows recommendations to reduce costs and emissions. - Azure Carbon Optimization (preview): Under "Cost Management" -> "Carbon Optimization". - Microsoft Cloud for Sustainability: A separate portal or integrated into Dynamics 365.

CLI commands are limited; most sustainability data is viewed via portal or REST APIs. However, you can use Azure CLI to query resource utilization, which indirectly helps sustainability:

az vm list --query "[].{Name:name, Size:hardwareProfile.vmSize, PowerState:powerState}" --output table

Concrete Business Scenarios

Scenario 1: A retail company migrating from on-premises to Azure The company runs 200 VMs in a local data center with PUE of 1.9. After migrating to Azure, they use Azure Advisor to right-size VMs, reducing to 150 VMs. They choose the West Europe region, which has a lower carbon intensity due to renewable energy. The Sustainability Calculator shows a 40% reduction in carbon emissions.

Scenario 2: A software company using Azure DevOps The company uses Azure DevOps pipelines that run tests on build agents. By using Azure DevOps hosted agents (which run on Azure infrastructure), they avoid running their own build servers. They also enable auto-shutdown for test environments using Azure DevTest Labs, reducing energy consumption outside business hours.

Scenario 3: A financial services firm needing sustainability reporting The firm uses Microsoft Cloud for Sustainability to track Scope 1, 2, and 3 emissions. They ingest data from Azure, their own datacenters, and supply chain. The tool helps them produce annual sustainability reports compliant with global standards.

Walk-Through

1

Assess current footprint

Use the Azure Sustainability Calculator to estimate the carbon impact of your on-premises workloads. Input details like number of servers, storage, and network equipment. The calculator compares your current footprint to Azure's using Microsoft's PUE and energy mix data. This step helps build a business case for migration.

2

Choose green regions

When deploying Azure resources, select regions powered by renewable energy. Microsoft's website lists regions with 100% renewable energy (e.g., Sweden, Norway, West US 2). In the Azure portal, you can check the carbon intensity of each region via the Carbon Optimization tool. Prioritize regions with lower carbon intensity.

3

Optimize resource usage

Use Azure Advisor to identify idle or underutilized VMs. Right-size VMs by changing to a smaller SKU or using Azure Reserved Instances for predictable workloads. Implement auto-scaling and auto-shutdown for non-production environments. Azure Policy can enforce tagging and resource limits to prevent waste.

4

Monitor and report

Enable Azure Carbon Optimization (preview) to view emissions per subscription, resource group, or resource. Set up alerts for high carbon usage. Use Microsoft Cloud for Sustainability to create dashboards and reports. Export data to Power BI for advanced analytics.

5

Offset remaining emissions

Microsoft purchases carbon offsets for emissions it cannot eliminate. As an Azure customer, your workloads benefit from this. You can also purchase additional offsets through the Azure Marketplace. However, the priority is reduction, not offsetting.

What This Looks Like on the Job

Scenario 1: E-commerce company reducing carbon footprint An e-commerce company with 500 on-premises servers faces pressure from customers to go green. They migrate to Azure, choosing the Sweden Central region (powered by 100% renewable hydroelectricity). They use Azure Advisor to right-size VMs, reducing from 500 to 300. They also implement auto-scaling for their web tier, so extra VMs only run during peak shopping hours. The result: a 70% reduction in carbon emissions and a 30% cost savings. The sustainability team uses Microsoft Cloud for Sustainability to track and report progress.

Scenario 2: Healthcare provider optimizing data storage A healthcare provider stores petabytes of medical images in on-premises storage with low utilization. They migrate to Azure Blob Storage, using cool and archive tiers for infrequently accessed data. This reduces energy consumption because cool/archive data is stored on lower-power hardware. They also use Azure Policy to enforce lifecycle management policies that automatically move data to cooler tiers. The migration cuts storage energy consumption by 60%.

Scenario 3: Manufacturing company with IoT devices A manufacturer uses Azure IoT Hub to collect data from thousands of sensors. Instead of running on-premises servers, they use Azure Functions (serverless) to process data, which only consumes energy when functions execute. They also use Azure Stream Analytics for real-time processing, which is optimized for efficiency. By using serverless and PaaS services, they reduce their compute footprint significantly. However, when they initially over-provisioned IoT Hub units, they incurred unnecessary costs and carbon. After using Azure Advisor, they scaled down IoT Hub units by 50%.

Common mistakes: Failing to right-size VMs after migration (keeping same size as on-premises), not using auto-shutdown for dev/test environments, and ignoring region carbon intensity differences.

How AZ-900 Actually Tests This

Objective Code: AZ-900 Domain 1: Cloud Concepts, Objective 1.5: Describe cloud sustainability and Green IT.

What AZ-900 Tests:

The definition of Power Usage Effectiveness (PUE) and its ideal value (1.0).

Microsoft's commitment to be carbon negative by 2030.

The Sustainability Calculator and its purpose.

The Microsoft Cloud for Sustainability.

How Azure regions differ in carbon intensity.

The concept of shared responsibility for sustainability (Microsoft handles infrastructure, customer optimizes workloads).

Common Wrong Answers and Why: 1. "PUE measures carbon emissions" – Wrong. PUE measures energy efficiency, not carbon. Carbon intensity is separate. 2. "Azure guarantees zero carbon emissions" – Wrong. Microsoft commits to carbon negative by 2030, but currently not zero. 3. "Sustainability is only Microsoft's responsibility" – Wrong. Customers must optimize their own workloads. 4. "All Azure regions have the same carbon footprint" – Wrong. Regions vary by energy source.

Specific Terms and Values:

PUE: ideal = 1.0, Azure average ~1.125.

Carbon negative by 2030.

100% renewable energy by 2025.

Microsoft Cloud for Sustainability (GA in 2022).

Sustainability Calculator (available on Azure website).

Edge Cases:

The exam may ask about the difference between carbon neutral and carbon negative. Carbon negative means removing more carbon than emitted.

They might ask which tool helps estimate savings from migration: Sustainability Calculator.

They might ask about Azure regions with 100% renewable energy: Sweden, Norway, West US 2.

Memory Trick: "PUE = Power Usage Efficiency, lower is better. Think of a light bulb: a 100W bulb that produces 100W of light has PUE 1.0. A bulb that wastes 20W as heat has PUE 1.2."

Decision Tree:

Question about measuring data center efficiency? Answer: PUE.

Question about reducing carbon footprint? Answer: Right-size VMs, choose green regions, use auto-shutdown.

Question about reporting emissions? Answer: Microsoft Cloud for Sustainability.

Key Takeaways

PUE (Power Usage Effectiveness) is the key metric for data center efficiency; ideal is 1.0.

Microsoft aims to be carbon negative by 2030 and use 100% renewable energy by 2025.

The Azure Sustainability Calculator estimates carbon savings from migration.

Azure Carbon Optimization (preview) helps monitor and reduce emissions.

Microsoft Cloud for Sustainability enables enterprise reporting.

Choose Azure regions with lower carbon intensity (e.g., Sweden, Norway).

Right-sizing and auto-shutdown are customer responsibilities for sustainability.

Easy to Mix Up

These come up on the exam all the time. Here's how to tell them apart.

On-Premises Data Center

Higher PUE (1.8-2.0) due to inefficient cooling

Typically runs on grid electricity with fossil fuels

Low server utilization (5-15%)

Organization responsible for hardware disposal

Limited ability to scale efficiently

Azure Cloud

Lower PUE (1.125 average) with advanced cooling

100% renewable energy by 2025

High server utilization (50-80%+)

Microsoft handles recycling and circular economy

Elastic scaling reduces waste

Watch Out for These

Mistake

Cloud computing always reduces carbon emissions compared to on-premises.

Correct

While Azure is generally more efficient, if you over-provision resources or choose a region with high carbon intensity, your cloud footprint could be higher. Optimization is key.

Mistake

Microsoft's carbon negative commitment means Azure is carbon neutral today.

Correct

Microsoft aims to be carbon negative by 2030. Currently, they offset some emissions but not all. The commitment is future-focused.

Mistake

PUE of 1.0 means zero energy waste.

Correct

PUE of 1.0 means all energy goes to IT equipment, but IT equipment itself is not 100% efficient. PUE only measures facility overhead.

Mistake

The Sustainability Calculator is only available in the Azure portal.

Correct

It is a web-based tool on the Azure website, not inside the portal. You input data manually.

Mistake

Azure regions all use the same energy mix.

Correct

Regions differ; some use hydro, some coal. Azure provides carbon intensity data per region.

Frequently Asked Questions

What is PUE and why is it important?

PUE stands for Power Usage Effectiveness. It is a ratio of total facility energy to IT equipment energy. A lower PUE means more energy is used for computing rather than cooling or lighting. It is important because it measures data center efficiency. For AZ-900, remember the ideal is 1.0 and Azure averages ~1.125.

How does Azure help customers reduce carbon emissions?

Azure provides tools like the Sustainability Calculator to estimate savings, Azure Advisor to right-size resources, and Azure Carbon Optimization to monitor emissions. By using efficient infrastructure and renewable energy, Azure reduces the carbon footprint of workloads. Customers must also optimize their usage.

What is Microsoft Cloud for Sustainability?

It is a SaaS solution that enables organizations to record, report, and reduce their environmental impact. It ingests data from Azure, Dynamics 365, and third-party sources. It helps with sustainability reporting and compliance.

Is Azure carbon neutral today?

No, Microsoft is on a path to be carbon negative by 2030. Currently, they purchase carbon offsets for some emissions, but not all. The goal is to remove more carbon than emitted.

What is the difference between carbon neutral and carbon negative?

Carbon neutral means net-zero carbon emissions (emissions equal removals). Carbon negative means removing more carbon than emitted. Microsoft aims for carbon negative by 2030.

Do all Azure regions have the same environmental impact?

No. Regions vary in carbon intensity based on the local energy grid. Some regions like Sweden and Norway use 100% renewable energy, while others may use fossil fuels. Azure provides carbon intensity data per region.

What is the Sustainability Calculator?

It is a web-based tool that estimates the carbon savings of migrating on-premises workloads to Azure. You input server details, and it compares your current footprint to Azure's. It is not inside the Azure portal.

Terms Worth Knowing

Ready to put this to the test?

You've just covered Cloud Sustainability and Green IT — now see how well it sticks with free AZ-900 practice questions. Full explanations included, no account needed.

Done with this chapter?