Application platform considerations for sustainable workloads on Azure

Designing and building sustainable workloads requires understanding the platform where you're deploying the applications. Review the considerations and recommendations in this section to know how to make better informed platform-related decisions around sustainability.

Important

This article is part of the Azure Well-Architected sustainable workload series. If you aren't familiar with this series, we recommend you start with what is a sustainable workload?

Platform and service updates

Keep platform and services up to date to leverage the latest performance improvements and energy optimizations.

Review platform and service updates regularly

Platform updates enable you to use the latest functionality and features to help increase efficiency. Running on outdated software can result in running a suboptimal workload with unnecessary performance issues. New software tends to be more efficient in general.

Green Software Foundation alignment: Energy efficiency

Recommendation:

  • Upgrade to newer and more efficient services as they become available.
  • Consider backward compatibility and hardware reusability. An upgrade may not be the most efficient solution if the hardware or the OS isn't supported.
  • Make use of Azure Automation Update Management to ensure software updates are deployed to Azure VMs.

Regional differences

The Microsoft Azure data centers are geographically spread across the planet and powered using different energy sources. Making decisions around where to deploy your workloads can significantly impact the emissions your solutions produce.

Learn more about sustainability from the data center to the cloud with Azure. See region-specific sustainability information in the Microsoft data center sustainability fact sheets.

Deploy to low-carbon regions

Learn about what Azure regions have a lower carbon footprint than others to make better-informed decisions about where and how our workloads process data.

Green Software Foundation alignment: Carbon efficiency

Recommendation:

  • Use less carbon because the data centers where you deploy the workload are more likely to be powered by renewable and low-carbon energy sources.
  • Consider these potential tradeoffs:
    • The effort and time it takes to move to a low-carbon region.
    • Migrating data between data centers may not be carbon efficient.
    • Consider the cost for new regions, including low-carbon regions, which may be more expensive.
    • If the workloads are latency sensitive, moving to a lower carbon region may not be an option.

Process when the carbon intensity is low

Some regions on the planet are more carbon intense than others. Therefore it's essential to consider where we deploy our workloads and combine this with other business requirements.

Green Software Foundation alignment: Carbon efficiency, Carbon awareness

Recommendation:

  • Where you have the data available, consider optimizing workloads when knowing that the energy mix comes mostly from renewable energy sources.
  • If your application(s) allow it, consider moving workloads dynamically when the energy conditions change.
    • For example, running specific workloads at night may be more beneficial when renewable sources are at their peak.

Choose data centers close to the customer

Deploying cloud workloads to data centers is easy. However, consider the distance from a data center to the customer. Network traversal increases if the data center is a greater distance from the consumer.

Green Software Foundation alignment: Energy efficiency

Recommendation:

  • Consider deploying to data centers close to the consumer.

Run batch workloads during low-carbon intensity periods

Proactively designing batch processing of workloads can help with scheduling intensive work during low-carbon periods.

Green Software Foundation alignment: Carbon awareness

Recommendation:

  • Where you have the data available to you, plan your deployments to maximize compute utilization for running batch workloads during low-carbon intensity periods.
  • Potential tradeoffs may include the effort and time it takes to move to a low-carbon region. Additionally, migrating data between data centers may not be carbon efficient, and the cost for new regions-including low—carbon regions—may be more expensive.

Modernization

Consider these platform design decisions when choosing how to operate workloads. Leveraging managed services and highly optimized platforms in Azure helps build cloud-native applications that inherently contribute to a better sustainability posture.

Containerize workloads where applicable

Consider options for containerizing workloads to reduce unnecessary resource allocation and to utilize the deployed resources better.

Green Software Foundation alignment: Hardware efficiency

Recommendation:

  • Deploying apps as containers allows for bin packing and getting more out of a VM, ultimately reducing the need for duplication of libraries on the host OS.
  • Removes the overhead of managing an entire VM, and allows deploying more apps per physical machine. Containerization also optimizes server utilization rates and improves service reliability, lowering operational costs. Fewer servers are needed, and the existing servers can be better utilized.
  • Consider these tradeoffs: The benefit of containerization will only realize if the utilization is high. Additionally, provisioning an orchestrator such as Azure Kubernetes Services (AKS) or Azure Red Had OpenShift (ARO) for only a few containers would likely lead to higher emissions overall.

Evaluate moving to PaaS and serverless workloads

Managed services are highly optimized and operate on more efficient hardware than other options, contributing to a lower carbon impact.

Green Software Foundation alignment: Hardware efficiency, Energy efficiency

Recommendation:

  • Build a cloud-native app without managing the infrastructure, using a fully managed and inherently optimized platform. The platform handles scaling, availability, and performance, ultimately optimizing the hardware efficiency.
  • Review design principles for Platform as a Service (PaaS) workloads.

Use Spot VMs where possible

Think about the unused capacity in Azure data centers. Utilizing the otherwise wasted capacity—at significantly reduced prices—the workload contributes to a more sustainable platform design.

Green Software Foundation alignment: Hardware efficiency

Recommendation:

  • By utilizing Spot VMs, you take advantage of unused capacity in Azure data centers while getting a significant discount on the VM.
  • Consider the tradeoff: When Azure needs the capacity back, the VMs get evicted. Learn more about the Spot VM eviction policy.

Right sizing

Ensuring workloads use all the allocated resources helps deliver a more sustainable workload. Oversized services are a common cause of more carbon emissions.

Turn off workloads outside of business hours

Operating idle workloads wastes energy and contributes to added carbon emissions.

Green Software Foundation alignment: Energy efficiency, Hardware efficiency

Recommendation:

  • Dev and testing workloads should be turned off or downsized when not used. Instead of leaving them running, consider shutting them off outside regular business hours.

Utilize auto-scaling and bursting capabilities

It's not uncommon with oversized compute workloads where much of the capacity is never utilized, ultimately leading to a waste of energy.

Green Software Foundation alignment: Hardware efficiency

Recommendation:

  • Review auto-scaling guidance for Azure workloads.
  • Review the B-series burstable virtual machine sizes.
  • Consider that it may require tuning to prevent unnecessary scaling during short bursts of high demand, as opposed to a static increase in demand.
  • Consider the application architecture as part of scaling considerations. For example, logical components should scale independently to match the demand of that component, as opposed to scaling the entire application if only a portion of the components needs scaling.

Match the scalability needs

Consider the platform and whether it meets the scalability needs of the solution. For example, having provisioned resources with a dedicated allocation may lead to unused or underutilized compute resources.

Examples:

  • Provisioning an Azure App Service Environment (ASE) over an App Service plan may lead to having provisioned compute, whether utilized or not.
  • Choosing the Azure API Management Premium tier instead of the consumption tier leads to unused resources if you aren't utilizing it fully.

Green Software Foundation alignment: Hardware efficiency

Recommendation:

  • Review the platform design decisions regarding scalability, and ensure the workload utilizes as much of the provisioned resources as possible.
  • Consider this tradeoff: Some services require a higher tier to access certain features and capabilities regardless of resource utilization.
  • Consider and prefer services that allow dynamic tier scaling where possible.

Evaluate Ampere Altra Arm-based processors for Virtual Machines

The Arm-based VMs represent a cost-effective and power-efficient option that doesn't compromise on the required performance.

Green Software Foundation alignment: Energy efficiency

Recommendation:

Delete zombie workloads

Consider discovering unutilized workloads and resources and if there are any orphaned resources in your subscriptions.

Green Software Foundation alignment: Hardware efficiency, Energy efficiency

Recommendation:

  • Delete any orphaned workloads or resources if they're no longer necessary.

Next step

Review the design considerations for deployment and testing.