Skip to content

Commit 16cfc1b

Browse files
committed
Freshness11
1 parent 6dcaa47 commit 16cfc1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/devtest-labs/devtest-lab-concepts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
title: Azure DevTest Labs concepts
33
description: Learn the basic concepts of DevTest Labs, and how it can make it easy to create, manage, and monitor Azure virtual machines
44
ms.topic: conceptual
5-
ms.date: 10/27/2021
5+
ms.date: 10/29/2021
66
---
77

88
# DevTest Labs concepts
99

1010
This article lists key DevTest Labs concepts and definitions:
1111

1212
## Lab
13-
The infrastructure that encompasses a group of resources, such as Virtual Machines (VMs), that lets you better manage those resources by specifying limits and quotas.
13+
A lab is the infrastructure that encompasses a group of resources, such as Virtual Machines (VMs), that lets you better manage those resources by specifying limits and quotas.
1414

1515
## Virtual machine
1616
An Azure VM is one type of [on-demand, scalable computing resources](/azure/architecture/guide/technology-choices/compute-decision-tree) that Azure offers. Azure VMs give you the flexibility of virtualization without having to buy and maintain the physical hardware that runs it.
1717

1818
[Overview of Windows virtual machines in Azure](../virtual-machines/windows/overview.md) gives you information to consider before you create a VM, how you create it, and how you manage it.
1919

2020
## Claimable VM
21-
An Azure Claimable VM is a virtual machine available to any lab user with permissions. Lab admins can prepare VMs with specific base images and artifacts and then save them to a shared pool. Then the lab users can claim a VM from the pool when they need one with that specific configuration.
21+
An Azure Claimable VM is a virtual machine available to any lab user with permissions. Lab admins can prepare VMs with specific base images and artifacts and then save them to a shared pool. Lab users can claim a VM from the pool when they need one with that specific configuration.
2222

2323
A VM that is claimable isn't initially assigned to any particular user, but will show up in every user's list under "Claimable virtual machines". After a VM is claimed by a user, it's moved up to **My virtual machines** and is no longer claimable by any other user.
2424

@@ -49,7 +49,7 @@ properties each time. When creating a VM from a formula, the default values can
4949
Policies help in controlling cost in your lab. For example, you can create a policy to automatically shut down VMs based on a defined schedule.
5050

5151
## Caps
52-
A mechanism to minimize waste in your lab. For example, you can set a cap to restrict the number of VMs that can be created per user, or in a lab.
52+
Caps is a mechanism to minimize waste in your lab. For example, you can set a cap to restrict the number of VMs that can be created per user, or in a lab.
5353

5454
## Security levels
5555
Security access is determined by Azure role-based access control (Azure RBAC). To understand how access works, it helps to understand the differences between a permission, a role, and a scope as defined by Azure RBAC.

0 commit comments

Comments
 (0)