Skip to content

Commit 1ce24b5

Browse files
authored
Merge pull request #185082 from j-martens/patch-36
matching the learn module.
2 parents e625ead + 89dbeca commit 1ce24b5

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

articles/devtest-labs/lab-services-overview.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ ms.date: 11/15/2021
99

1010
You can use two different Azure services to set up lab environments in the cloud:
1111

12-
- [Azure DevTest Labs](https://azure.microsoft.com/services/devtest-lab) provides development or test cloud environments for your team.
12+
- [Azure DevTest Labs](devtest-lab-overview.md) provides development or test cloud environments for your team.
1313

1414
In DevTest Labs, a lab owner [creates a lab](devtest-lab-create-lab.md) and makes it available to lab users. The owner provisions the lab with Windows or Linux virtual machines (VMs) that have all necessary software and tools. Lab users connect to lab VMs for daily work and short-term projects. Lab administrators can analyze resource usage and costs across multiple labs, and set overarching policies to optimize organization or team costs.
1515

16-
- [Azure Lab Services](https://azure.microsoft.com/services/lab-services) provides managed classroom labs.
16+
- [Azure Lab Services](../lab-services/lab-services-overview.md) provides managed classroom labs.
1717

1818
Lab Services does all infrastructure management, from spinning up VMs and scaling infrastructure to handling errors. After an IT administrator creates a Lab Services lab account, instructors can [create classroom labs](../lab-services/how-to-manage-classroom-labs.md#create-a-classroom-lab) in the account. An instructor specifies the number and type of VMs they need for the class, and adds users to the class. Once users register in the class, they can access the VMs to do class exercises and homework.
1919

@@ -95,17 +95,11 @@ Here are some use cases for DevTest Labs:
9595

9696
The following table compares the two types of Azure lab environments:
9797

98-
| Feature | Lab Services | DevTest Labs |
99-
| -------- | ----------------- | ---------- |
100-
| Azure infrastructure management. | Service automatically manages. | You manage |
101-
| Infrastructure resiliency. | Service automatically handles. | You handle |
102-
| Subscription management. | Service handles resource allocation in internal subscriptions. | You manage in your own Azure subscription. |
103-
| Autoscaling. | Service automatically handles. | No autoscaling. |
104-
| Azure Resource Manager deployments. | Not available. | Available|
98+
| Feature | Azure Lab Services | Azure DevTest Labs
99+
| -------- | ----------- | ----------- |
100+
| Management of Azure infrastructure | Automatically infrastructure management | You manage the infrastructure manually |
101+
| Built-in resiliency | Automatic handling of resiliency | You handle resiliency manually |
102+
| Subscription management | The service handles allocation of resources within Microsoft subscriptions that back the service. | You manage the subscription within your own Azure subscription. |
103+
| Autoscaling. | Service automatically scales | No subscription autoscaling |
104+
| Azure Resource Manager deployment within the lab | Not available | Available |
105105

106-
## Next steps
107-
108-
See the following articles:
109-
110-
- [About Lab Services](../lab-services/lab-services-overview.md)
111-
- [About DevTest Labs](devtest-lab-overview.md)

0 commit comments

Comments
 (0)