Skip to content

Commit 9152322

Browse files
Merge pull request #51348 from Rob-Barefoot/timing-updates
Timing updates
2 parents 9693475 + d701efe commit 9152322

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome to the Microsoft Learn module **Manage Microsoft Azure resources**. This module focuses on basic management tasks for Azure compute, networking, and storage resources. It also quickly covers the use of tags and resource locks. This module focuses on the Azure portal interface.
1+
Welcome to the Microsoft Learn module **Describe Microsoft Azure resources management**. This module focuses on basic management tasks for Azure compute, networking, and storage resources. It also quickly covers the use of tags and resource locks. This module focuses on the Azure portal interface.
22
To get the most out of this module, you should have a basic understanding of Azure resources, including virtual machines, blob storage, and basic network concepts.
33

44
## Learning objectives
@@ -8,4 +8,4 @@ To get the most out of this module, you should have a basic understanding of Azu
88
* Manage virtual networks
99
* Manage storage
1010
* Use tags and resource locks.
11-
* Use Copilot to help manage infrastructure.
11+
* Use Copilot to help manage infrastructure.

learn-pr/wwl-azure/describe-microsoft-azure-resources-management/includes/2-explore-microsoft-azure-subscription.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Recall that a Microsoft Azure subscription is unit of management, billing, and scale.
22

3-
Using Azure requires an Azure subscription is associated with your Microsoft account. The subscription provides authenticated and authorized access to Azure products and services. It also allows you to provision resources.
3+
Using Azure requires an Azure subscription that is associated with your Microsoft account. The subscription provides authenticated and authorized access to Azure products and services. It also allows you to provision resources.
44

55
An account can have multiple subscriptions, but it’s only required to have one. You could use a second subscription to manage different projects, or different clients or customers.
66

@@ -24,4 +24,4 @@ Some important information on this page includes:
2424

2525
Use the side menu to access other areas, such as the activity log, access control, tags, and cost management, and other settings such as resources and resource locks.
2626

27-
Take some time to explore your subscription and see what other information you can gather. Knowing where to quickly find information will help you manage your subscription and ask for help if the need arises.
27+
Take some time to explore your subscription and see what other information you can gather. Knowing where to quickly find information will help you manage your subscription and ask for help if the need arises.

learn-pr/wwl-azure/guided-project-update-maintain-resources/2-prepare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ metadata:
1010
author: wwlpublish
1111
ms.author: robbarefoot
1212
ms.topic: unit
13-
durationInMinutes: 3
13+
durationInMinutes: 15
1414
content: |
15-
[!include[](includes/2-prepare.md)]
15+
[!include[](includes/2-prepare.md)]

learn-pr/wwl-azure/guided-project-update-maintain-resources/3-exercise-virtual-network.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ metadata:
1010
author: wwlpublish
1111
ms.author: robbarefoot
1212
ms.topic: unit
13-
durationInMinutes: 3
13+
durationInMinutes: 8
1414
content: |
15-
[!include[](includes/3-exercise-virtual-network.md)]
15+
[!include[](includes/3-exercise-virtual-network.md)]

learn-pr/wwl-azure/guided-project-update-maintain-resources/4-exercise-manage-virtual-machines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ metadata:
1010
author: wwlpublish
1111
ms.author: robbarefoot
1212
ms.topic: unit
13-
durationInMinutes: 3
13+
durationInMinutes: 10
1414
content: |
15-
[!include[](includes/4-exercise-manage-virtual-machines.md)]
15+
[!include[](includes/4-exercise-manage-virtual-machines.md)]

learn-pr/wwl-azure/guided-project-update-maintain-resources/5-exercise-control-storage-access.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ metadata:
1010
author: wwlpublish
1111
ms.author: robbarefoot
1212
ms.topic: unit
13-
durationInMinutes: 3
13+
durationInMinutes: 12
1414
content: |
15-
[!include[](includes/5-exercise-control-storage-access.md)]
15+
[!include[](includes/5-exercise-control-storage-access.md)]

learn-pr/wwl-azure/guided-project-update-maintain-resources/6-exercise-manage-tags-locks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ metadata:
1010
author: wwlpublish
1111
ms.author: robbarefoot
1212
ms.topic: unit
13-
durationInMinutes: 3
13+
durationInMinutes: 5
1414
content: |
15-
[!include[](includes/6-exercise-manage-tags-locks.md)]
15+
[!include[](includes/6-exercise-manage-tags-locks.md)]

learn-pr/wwl-azure/guided-project-update-maintain-resources/7-exercise-clean-up.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ metadata:
1010
author: wwlpublish
1111
ms.author: robbarefoot
1212
ms.topic: unit
13-
durationInMinutes: 3
13+
durationInMinutes: 10
1414
content: |
15-
[!include[](includes/7-exercise-clean-up.md)]
15+
[!include[](includes/7-exercise-clean-up.md)]

learn-pr/wwl-azure/guided-project-update-maintain-resources/includes/4-exercise-manage-virtual-machines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This guided project consists of the following exercises:
66
- Manage tags and locks
77
- Clean up
88

9-
In this exercise, you’ll manage the virtual machine. You’ll change the virtual machines assigned subnet, vertically scale the virtual machine, add storage, and finally add an automatic shutdown.
9+
In this exercise, you’ll manage the virtual machine. You’ll change the virtual machine's assigned subnet, vertically scale the virtual machine, add storage, and finally add an automatic shutdown.
1010

1111
Launch the exercise and follow the instructions. When you're done, be sure to return to this page so you can continue learning.
1212

0 commit comments

Comments
 (0)