Skip to content

Commit 45357a0

Browse files
authored
Merge pull request #53928 from Rob-Barefoot/LP1-updates
Lp1 updates
2 parents aa6c551 + 19a06d7 commit 45357a0

41 files changed

Lines changed: 267 additions & 143 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.describe-benefits-use-cloud-services.sustainability-cloud
3+
title: Describe sustainability considerations in the cloud
4+
metadata:
5+
title: Describe sustainability considerations in the cloud
6+
description: "Describe sustainability considerations in the cloud"
7+
ms.date: 03/06/2026
8+
author: wwlpublish
9+
ms.author: robbarefoot
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 2
14+
content: |
15+
[!include[](includes/5a-describe-sustainability-cloud.md)]

learn-pr/wwl-azure/describe-benefits-use-cloud-services/6-knowledge-check.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,15 @@ quiz:
3838
explanation: "Predictability is focused on providing you with the ability to predict or estimate resources needed and the cost of those resources."
3939
- content: "Scalability"
4040
isCorrect: false
41-
explanation: "Scalability is the ability of resources to scale to meet demands."
41+
explanation: "Scalability is the ability of resources to scale to meet demands."
42+
- content: "Which cloud practice most directly supports sustainability by reducing unnecessary resource use?"
43+
choices:
44+
- content: "Automatically scaling down resources when demand drops"
45+
isCorrect: true
46+
explanation: "Scaling down when demand decreases helps reduce unused capacity, which can lower both cost and energy consumption."
47+
- content: "Deploying every workload as always-on peak capacity"
48+
isCorrect: false
49+
explanation: "Keeping all workloads at peak capacity increases idle resource use and works against sustainability and cost efficiency."
50+
- content: "Using only on-premises hardware"
51+
isCorrect: false
52+
explanation: "On-premises hardware can be part of a strategy, but this option doesn't directly describe a cloud sustainability optimization practice."
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
In this module, you’ll be introduced to some of the benefits that cloud computing offers. You’ll learn how cloud computing can help you meet variable demand while providing a good experience for your customer. You’ll also learn about security, governance, and overall manageability in the cloud.
1+
In this module, you're introduced to some of the benefits that cloud computing offers. You learn how cloud computing can help you meet variable demand while providing a good experience for your customer. You also learn about security, governance, sustainability, and overall manageability in the cloud.
22

33
## Learning objectives
44

5-
After completing this module, youll be able to:
5+
After completing this module, you'll be able to:
66

7-
- Describe the benefits of high availability and scalability in the cloud.
8-
- Describe the benefits of reliability and predictability in the cloud.
9-
- Describe the benefits of security and governance in the cloud.
10-
- Describe the benefits of manageability in the cloud.
7+
- Describe the benefits of high availability and scalability in the cloud.
8+
- Describe the benefits of reliability and predictability in the cloud.
9+
- Describe the benefits of security and governance in the cloud.
10+
- Describe the benefits of manageability in the cloud.
11+
- Describe sustainability considerations and benefits in the cloud.

learn-pr/wwl-azure/describe-benefits-use-cloud-services/includes/2-high-availability-scalability-cloud.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@ When building or deploying a cloud application, two of the biggest consideration
22

33
## High availability
44

5-
When you’re deploying an application, a service, or any IT resources, it’s important the resources are available when needed. High availability focuses on ensuring maximum availability, regardless of disruptions or events that may occur.
5+
:::image type="content" source="../media/high-availability.png" alt-text="Diagram showing high availability with a 99.99% uptime gauge and SLA tier badges showing allowed downtime per year.":::
66

7-
When you’re architecting your solution, you’ll need to account for service availability guarantees. Azure is a highly available cloud environment with uptime guarantees depending on the service. These guarantees are part of the service-level agreements (SLAs).
7+
When you're deploying an application, a service, or any IT resources, it's important the resources are available when needed. High availability focuses on ensuring maximum availability, regardless of disruptions or events that may occur.
8+
9+
When you're architecting your solution, you need to account for service availability guarantees. Azure is a highly available cloud environment with uptime guarantees depending on the service. These guarantees are part of the service-level agreements (SLAs).
810

911
This short video describes Azure SLAs in more detail.
1012

1113
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=638d4983-a571-47a3-a7be-382ed4a028ce]
1214
1315
## Scalability
1416

17+
:::image type="content" source="../media/scalability.png" alt-text="Diagram showing vertical scaling by adding CPU and RAM to a VM, and horizontal scaling by adding more VM instances, with a demand curve chart.":::
18+
1519
Another major benefit of cloud computing is the scalability of cloud resources. Scalability refers to the ability to adjust resources to meet demand. If you suddenly experience peak traffic and your systems are overwhelmed, the ability to scale means you can add more resources to better handle the increased demand.
1620

1721
The other benefit of scalability is that you aren't overpaying for services. Because the cloud is a consumption-based model, you only pay for what you use. If demand drops off, you can reduce your resources and thereby reduce your costs.
@@ -24,4 +28,4 @@ With vertical scaling, if you were developing an app and you needed more process
2428

2529
### Horizontal scaling
2630

27-
With horizontal scaling, if you suddenly experienced a steep jump in demand, your deployed resources could be scaled out (either automatically or manually). For example, you could add additional virtual machines or containers, scaling out. In the same manner, if there was a significant drop in demand, deployed resources could be scaled in (either automatically or manually), scaling in.
31+
With horizontal scaling, if you suddenly experienced a steep jump in demand, your deployed resources could be scaled out (either automatically or manually). For example, you could add additional virtual machines or containers. In the same manner, if there was a significant drop in demand, deployed resources could be scaled in (either automatically or manually).

learn-pr/wwl-azure/describe-benefits-use-cloud-services/includes/3-reliability-predictability-cloud.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@ Reliability and predictability are two crucial cloud benefits that help you deve
22

33
## Reliability
44

5+
:::image type="content" source="../media/reliability.png" alt-text="Diagram showing reliability through multi-region failover with decentralized design across regions.":::
6+
57
Reliability is the ability of a system to recover from failures and continue to function. It's also one of the pillars of the Microsoft Azure Well-Architected Framework.
68

79
The cloud, by virtue of its decentralized design, naturally supports a reliable and resilient infrastructure. With a decentralized design, the cloud enables you to have resources deployed in regions around the world. With this global scale, even if one region has a catastrophic event other regions are still up and running. You can design your applications to automatically take advantage of this increased reliability. In some cases, your cloud environment itself will automatically shift to a different region for you, with no action needed on your part. You’ll learn more about how Azure leverages global scale to provide reliability later in this series.
810

911
## Predictability
1012

13+
:::image type="content" source="../media/predictability.png" alt-text="Diagram showing predictability with performance and cost cards listing autoscaling, load balancing, real-time tracking, and pricing tools.":::
14+
1115
Predictability in the cloud lets you move forward with confidence. Predictability can be focused on performance predictability or cost predictability. Both performance and cost predictability are heavily influenced by the Microsoft Azure Well-Architected Framework. Deploy a solution built around this framework and you have a solution whose cost and performance are predictable.
1216

1317
### Performance
@@ -16,4 +20,5 @@ Performance predictability focuses on predicting the resources needed to deliver
1620

1721
### Cost
1822

19-
Cost predictability is focused on predicting or forecasting the cost of the cloud spend. With the cloud, you can track your resource use in real time, monitor resources to ensure that you’re using them in the most efficient way, and apply data analytics to find patterns and trends that help better plan resource deployments. By operating in the cloud and using cloud analytics and information, you can predict future costs and adjust your resources as needed. You can even use tools like the Total Cost of Ownership (TCO) or Pricing Calculator to get an estimate of potential cloud spend.
23+
Cost predictability is focused on predicting or forecasting the cost of the cloud spend. With the cloud, you can track your resource use in real time, monitor resources to ensure that you’re using them in the most efficient way, and apply data analytics to find patterns and trends that help better plan resource deployments. By operating in the cloud and using cloud analytics and information, you can predict future costs and adjust your resources as needed. You can even use tools like the Azure Pricing Calculator to get an estimate of potential cloud spend.
24+
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
Whether you’re deploying infrastructure as a service or software as a service, cloud features support governance and compliance. Things like set templates help ensure that all your deployed resources meet corporate standards and government regulatory requirements. Plus, you can update all your deployed resources to new standards as standards change. Cloud-based auditing helps flag any resource that’s out of compliance with your corporate standards and provides mitigation strategies. Depending on your operating model, software patches and updates may also automatically be applied, which helps with both governance and security.
1+
Whether you're deploying infrastructure as a service or software as a service, cloud features support governance and compliance.
2+
3+
:::image type="content" source="../media/security-governance.png" alt-text="Diagram showing layered cloud security and governance with governance templates, compliance auditing, and built-in security protections.":::
4+
5+
Tools such as templates help ensure that deployed resources meet your technical standards and regulatory requirements. As standards change, you can update resources at scale. Cloud-based auditing helps flag resources that are out of compliance with your baseline and provides mitigation strategies. Depending on your operating model, software patches and updates may also be applied automatically, which helps with both governance and security.
26

37
On the security side, you can find a cloud solution that matches your security needs. If you want maximum control of security, infrastructure as a service provides you with physical resources but lets you manage the operating systems and installed software, including patches and maintenance. If you want patches and maintenance taken care of automatically, platform as a service or software as a service deployments may be the best cloud strategies for you.
48

5-
And because the cloud is intended as an over-the-internet delivery of IT resources, cloud providers are typically well suited to handle things like distributed denial of service (DDoS) attacks, making your network more robust and secure.
9+
Cloud providers are typically well suited to handle things like distributed denial of service (DDoS) attacks, making your network more robust and secure.
610

7-
By establishing a good governance footprint early, you can keep your cloud footprint updated, secure, and well managed.
11+
By establishing a good governance footprint early, you can keep your cloud footprint updated, secure, and well managed.
Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
1-
A major benefit of cloud computing is the manageability options. There are two types of manageability for cloud computing that you’ll learn about in this series, and both are excellent benefits.
1+
A major benefit of cloud computing is the manageability options. There are two types of manageability for cloud computing, and both are excellent benefits.
22

33
## Management of the cloud
44

5+
:::image type="content" source="../media/management-of-cloud.png" alt-text="Diagram showing management of the cloud with four cards: auto-scale, templates, health monitor, and alerts.":::
6+
57
Management of the cloud speaks to managing your cloud resources. In the cloud, you can:
68

7-
- Automatically scale resource deployment based on need.
8-
- Deploy resources based on a preconfigured template, removing the need for manual configuration.
9-
- Monitor the health of resources and automatically replace failing resources.
10-
- Receive automatic alerts based on configured metrics, so youre aware of performance in real time.
9+
- Automatically scale resource deployment based on need.
10+
- Deploy resources based on a preconfigured template, removing the need for manual configuration.
11+
- Monitor the health of resources and automatically replace failing resources.
12+
- Receive automatic alerts based on configured metrics, so you're aware of performance in real time.
1113

1214
## Management in the cloud
1315

14-
Management in the cloud speaks to how you’re able to manage your cloud environment and resources. You can manage these:
16+
:::image type="content" source="../media/management-in-cloud.png" alt-text="Diagram showing management in the cloud with four cards: web portal, CLI, APIs, and PowerShell.":::
17+
18+
Management in the cloud speaks to how you're able to manage your cloud environment and resources. You can manage these:
19+
20+
- Through a web portal.
21+
- Using a command line interface.
22+
- Using APIs.
23+
- Using PowerShell.
1524

16-
- Through a web portal.
17-
- Using a command line interface.
18-
- Using APIs.
19-
- Using PowerShell.
25+
For example, an operations team can deploy resources from templates, monitor health in the portal, and automate recurring tasks with CLI or PowerShell scripts. This combination reduces manual effort and helps maintain consistent configurations.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Cloud computing can support sustainability goals when teams actively optimize how resources are deployed and used.
2+
3+
:::image type="content" source="../media/sustainability-cloud.png" alt-text="Diagram showing the sustainability optimization cycle: right-size, automate, optimize, and monitor.":::
4+
5+
## Why cloud can improve efficiency
6+
7+
Cloud providers operate at large scale, which can improve resource utilization compared to many isolated on-premises environments. In Azure, you can also reduce waste by matching deployed resources to actual demand.
8+
9+
## Sustainability-aligned cloud practices
10+
11+
Examples of practices that support sustainability and cost efficiency include:
12+
13+
- Scaling resources down when demand decreases
14+
- Turning off or deallocating resources that are not in use
15+
- Choosing efficient services and configurations to reduce overprovisioning
16+
- Using governance and monitoring to track usage trends and optimize deployments over time
17+
18+
For example, a development environment that runs only during business hours can be automatically shut down overnight and on weekends. This practice reduces unnecessary consumption while still meeting team needs.
19+
20+
At a fundamentals level, sustainability in the cloud is closely tied to good operational habits: right-size, automate, monitor, and continuously optimize.
21+
Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
1-
In this module, you learned about some of the benefits of operating in the cloud. You learned about high availability and reliability, and how those work to keep your applications running. You also learned about how the cloud can provide a more secure environment. Finally, you learned that the cloud provides a highly manageable environment for your resources.
1+
In this module, you learned about some of the benefits of operating in the cloud. You learned about high availability and reliability, and how those work to keep your applications running. You also learned about how the cloud can provide a more secure environment and support sustainability goals. Finally, you learned that the cloud provides a highly manageable environment for your resources.
22

33
## Learning objectives
44

55
You should now be able to:
66

7-
- Describe the benefits of high availability and scalability in the cloud.
8-
- Describe the benefits of reliability and predictability in the cloud.
9-
- Describe the benefits of security and governance in the cloud.
10-
- Describe the benefits of manageability in the cloud.
7+
- Describe the benefits of high availability and scalability in the cloud.
8+
- Describe the benefits of reliability and predictability in the cloud.
9+
- Describe the benefits of security and governance in the cloud.
10+
- Describe the benefits of manageability in the cloud.
11+
- Describe sustainability considerations and benefits in the cloud.
1112

1213
## Additional resources
1314

1415
The following resources provide more information on topics in this module or related to this module.
1516

16-
- [Build great solutions with the Microsoft Azure Well-Architected Framework](/learn/paths/azure-well-architected-framework/) is a Microsoft Learn course that introduces you to the Microsoft Azure Well-Architected Framework.
17+
- [Build great solutions with the Microsoft Azure Well-Architected Framework](/learn/paths/azure-well-architected-framework/) - A Microsoft Learn course that introduces you to the Microsoft Azure Well-Architected Framework.
18+
19+
## Explore with Copilot
20+
21+
> [!TIP]
22+
> Try one of these prompts in Copilot Chat:
23+
>
24+
> - "Evaluate an on-premises system and map cloud improvements for availability, scalability, reliability, security, and manageability."
25+
> - "Design a KPI dashboard to measure whether cloud adoption is delivering the expected technical and business benefits."
26+
> - "Analyze tradeoffs where cloud benefits may be limited, including cost, governance complexity, and sustainability constraints."

learn-pr/wwl-azure/describe-benefits-use-cloud-services/index.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
ms.custom:
1212
- N/A
1313
ms.service: azure
14-
ai-usage: human-only
14+
ai-usage: ai-generated
1515
title: Describe the benefits of using cloud services
1616
summary: This module introduces you to the benefits cloud computing can offer you or your organization.
1717
abstract: |
@@ -24,6 +24,8 @@ abstract: |
2424
- Describe the benefits of security and governance in the cloud.
2525
2626
- Describe the benefits of manageability in the cloud.
27+
28+
- Describe sustainability considerations and benefits in the cloud.
2729
prerequisites: '- Basic familiarity with IT terms and concepts'
2830
iconUrl: /training/achievements/describe-benefits-use-cloud-services.svg
2931
levels:
@@ -43,6 +45,7 @@ units:
4345
- learn.wwl.describe-benefits-use-cloud-services.reliability-predictability-cloud
4446
- learn.wwl.describe-benefits-use-cloud-services.security-governance-cloud
4547
- learn.wwl.describe-benefits-use-cloud-services.manageability-cloud
48+
- learn.wwl.describe-benefits-use-cloud-services.sustainability-cloud
4649
- learn.wwl.describe-benefits-use-cloud-services.knowledge-check
4750
- learn.wwl.describe-benefits-use-cloud-services.summary
4851
badge:

0 commit comments

Comments
 (0)