Skip to content

Commit d9053c6

Browse files
committed
Improve readability across modules 01-03: fix list formatting, break up long sentences, clean up structure
1 parent 8e82c85 commit d9053c6

16 files changed

Lines changed: 121 additions & 127 deletions
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +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, sustainability, 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.
11-
- Describe sustainability considerations and benefits 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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ When building or deploying a cloud application, two of the biggest consideration
44

55
:::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 youre deploying an application, a service, or any IT resources, its important the resources are available when needed. High availability focuses on ensuring maximum availability, regardless of disruptions or events that may occur.
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.
88

9-
When youre 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).
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).
1010

1111
This short video describes Azure SLAs in more detail.
1212

@@ -28,5 +28,4 @@ With vertical scaling, if you were developing an app and you needed more process
2828

2929
### Horizontal scaling
3030

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, 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.
32-
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).
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
Whether you're deploying infrastructure as a service or software as a service, cloud features support governance and compliance.
2+
13
:::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.":::
2-
Whether you’re deploying infrastructure as a service or software as a service, cloud features support governance and compliance. 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.
34

4-
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.
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.
56

6-
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.
7+
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.
78

8-
By establishing a good governance footprint early, you can keep your cloud footprint updated, secure, and well managed.
9+
Cloud providers are typically well suited to handle things like distributed denial of service (DDoS) attacks, making your network more robust and secure.
910

11+
By establishing a good governance footprint early, you can keep your cloud footprint updated, secure, and well managed.
Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +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

55
:::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.":::
66

77
Management of the cloud speaks to managing your cloud resources. In the cloud, you can:
88

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 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.
1313

1414
## Management in the cloud
15+
1516
:::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.":::
16-
Management in the cloud speaks to how you’re able to manage your cloud environment and resources. You can manage these:
1717

18-
- Through a web portal.
19-
- Using a command line interface.
20-
- Using APIs.
21-
- Using PowerShell.
18+
Management in the cloud speaks to how you're able to manage your cloud environment and resources. You can manage these:
2219

23-
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.
20+
- Through a web portal.
21+
- Using a command line interface.
22+
- Using APIs.
23+
- Using PowerShell.
2424

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.

learn-pr/wwl-azure/describe-benefits-use-cloud-services/includes/7-summary.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ In this module, you learned about some of the benefits of operating in the cloud
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.
11-
- Describe sustainability considerations and benefits 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.
1212

1313
## Additional resources
1414

1515
The following resources provide more information on topics in this module or related to this module.
1616

17-
- [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.
1818

1919
## Explore with Copilot
2020

@@ -23,6 +23,4 @@ The following resources provide more information on topics in this module or rel
2323
>
2424
> - "Evaluate an on-premises system and map cloud improvements for availability, scalability, reliability, security, and manageability."
2525
> - "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."
27-
28-
26+
> - "Analyze tradeoffs where cloud benefits may be limited, including cost, governance complexity, and sustainability constraints."

learn-pr/wwl-azure/describe-cloud-compute/includes/1-introduction-microsoft-azure-fundamentals.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Microsoft Azure is a cloud computing platform with an ever-expanding set of services to help you build solutions that meet your technical goals. Azure services support everything from simple to complex. Azure has simple web services for hosting internet-facing apps in the cloud. Azure also supports running fully virtualized computers that manage your custom software solutions. Azure provides a wealth of cloud-based services like remote storage, database hosting, and centralized account management. Azure also offers new capabilities like artificial intelligence (AI) and Internet of Things (IoT) focused services.
1+
Microsoft Azure is a cloud computing platform with an ever-expanding set of services to help you build solutions that meet your technical goals. Azure services support everything from simple to complex. You can host simple web services for internet-facing apps, run fully virtualized computers for custom software solutions, or use cloud-based services like remote storage, database hosting, and centralized account management. Azure also offers capabilities in artificial intelligence (AI) and Internet of Things (IoT).
22

3-
In this series, you’ll cover cloud computing basics, be introduced to some of the core services provided by Microsoft Azure, and will learn more about the governance and compliance services that you can use.
3+
In this series, you cover cloud computing basics, get introduced to some of the core services provided by Microsoft Azure, and learn more about the governance and compliance services that you can use.
44
:::image type="content" source="../media/azure-services-diagram.png" alt-text="Diagram showing Azure at the center with six core service categories: Compute, Storage, Networking, Databases, AI and ML, and IoT.":::
55

66
## What is Azure Fundamentals?
@@ -19,8 +19,8 @@ If you're just beginning to work with the cloud, or if you already have cloud ex
1919

2020
No matter your goals, Azure Fundamentals has something for you. You should take this course if you:
2121

22-
- Have general interest in Azure or in cloud computing
23-
- Want to earn official certification from Microsoft (AZ-900)
22+
- Have general interest in Azure or in cloud computing
23+
- Want to earn official certification from Microsoft (AZ-900)
2424

2525
The Azure Fundamentals learning path series can help you prepare for Exam AZ-900: Microsoft Azure Fundamentals. This exam includes three knowledge domain areas:
2626

@@ -32,4 +32,4 @@ The Azure Fundamentals learning path series can help you prepare for Exam AZ-900
3232

3333
Each domain area maps to a learning path in Azure Fundamentals. The percentages shown indicate the relative weight of each area on the exam. The higher the percentage, the more questions that part of the exam will contain. Be sure to read the exam page for specifics about what skills are covered in each area.
3434

35-
This training helps you develop a broad understanding of Azure.
35+
This training helps you develop a broad understanding of Azure.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
In this module, you’ll be introduced to general cloud concepts. You’ll start with an introduction to the cloud in general. Then you'll dive into concepts like shared responsibility, different cloud models, and explore the unique pricing method for the cloud.
1+
In this module, you're introduced to general cloud concepts. You start with an introduction to the cloud in general. Then you dive into concepts like shared responsibility, different cloud models, and explore the unique pricing method for the cloud.
22

3-
If youre already familiar with cloud computing, this module may be largely review for you.
3+
If you're already familiar with cloud computing, this module may be largely review for you.
44

55
## Learning objectives
66

7-
After completing this module, youll be able to:
7+
After completing this module, you'll be able to:
88

9-
- Define cloud computing.
10-
- Describe the shared responsibility model.
11-
- Define cloud models, including public, private, and hybrid.
12-
- Identify appropriate use cases for each cloud model.
13-
- Describe the consumption-based model.
14-
- Compare cloud pricing models.
9+
- Define cloud computing.
10+
- Describe the shared responsibility model.
11+
- Define cloud models, including public, private, and hybrid.
12+
- Identify appropriate use cases for each cloud model.
13+
- Describe the consumption-based model.
14+
- Compare cloud pricing models.

0 commit comments

Comments
 (0)