Skip to content

Commit e37d93c

Browse files
committed
last touchup?
1 parent a257dff commit e37d93c

5 files changed

+15
-15
lines changed

articles/devtest-labs/devtest-lab-add-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Learn how to use the Azure portal to add a virtual machine (VM) to
44
ms.topic: how-to
55
ms.author: rosemalcolm
66
author: RoseHJM
7-
ms.date: 03/19/2025
7+
ms.date: 03/20/2025
88
ms.custom: UpdateFrequency2
99

10-
#customer intent: As a lab user, I want to learn how to create VMs in DevTest Labs so I can use my lab VMs for developing, testing, or training.
10+
#customer intent: As a lab user, I want to learn how to create VMs in DevTest Labs so I can use lab VMs for developing, testing, or training.
1111
---
1212

1313
# Create lab VMs in Azure DevTest Labs

articles/devtest-labs/devtest-lab-attach-detach-data-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use the Azure portal to attach or detach a data disk f
44
ms.topic: how-to
55
ms.author: rosemalcolm
66
author: RoseHJM
7-
ms.date: 03/19/2025
7+
ms.date: 03/20/2025
88
ms.custom: UpdateFrequency2
99

1010
#customer intent: As a lab user, I want to attach and detach data disks for my DevTest Labs VMs so I can manage storage or software separately from individual VMs.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ description: Learn about some basic Azure DevTest Labs concepts related to labs,
44
ms.topic: conceptual
55
ms.author: rosemalcolm
66
author: RoseHJM
7-
ms.date: 03/19/2025
7+
ms.date: 03/20/2025
88
ms.custom: UpdateFrequency2
99

1010
#customer intent: As a lab user or administrator, I want to understand basic DevTest Labs concepts so I can manage or use labs, VMs, and environments.
1111
---
1212

13-
# DevTest Labs concepts
13+
# Azure DevTest Labs concepts
1414

1515
This article describes key [Azure DevTest Labs](https://azure.microsoft.com/services/devtest-lab) concepts and definitions. DevTest Labs is a service for easily creating, using, and managing Azure virtual machines (VMs) and other resources.
1616

@@ -33,11 +33,11 @@ A DevTest Labs lab is the infrastructure that encompasses a group of resources s
3333

3434
- Lab **Owners** can do all lab tasks, including reading or writing to lab resources, setting policies and configurations, adding repositories and base images, and managing users. Only lab Owners can add and manage lab users and roles. For more information about managing user access and roles, see [Add lab owners, contributors, and users](devtest-lab-add-devtest-user.md).
3535

36-
Lab Owners must have at least Contributor rights in the Azure subscription their lab is in. Subscription Owners can access all subscription resources and user assignments, so they automatically inherit the Owner role for labs in their subscriptions.
37-
3836
Lab Owners can also create and assign custom DevTest Labs roles. For more information, see [Grant user permissions to specific lab policies](devtest-lab-grant-user-permissions-to-specific-lab-policies.md).
3937

40-
- Lab **Contributors** can do everything that lab Owners can, such as create and configure labs and policies, but they can't assign or manage users and roles.
38+
A lab Owner must either be an Owner of the Azure subscription the lab is in, or a subscription or lab Owner must grant them the lab Owner role. Subscription Owners can access all subscription resources and users, so they automatically inherit the Owner role for labs in their subscriptions.
39+
40+
- Lab **Contributors** can do everything that lab Owners can, such as create and configure labs and policies, except they can't assign or manage users and roles. Azure subscription Contributors can create labs, but they aren't Owners of those labs unless they inherit or are granted the lab Owner role.
4141

4242
- **DevTest Labs Users** can view all lab resources and policies and can create and modify their own VMs and environments, within policy restrictions such as number of VMs per user.
4343

articles/devtest-labs/devtest-lab-upload-vhd-using-storage-explorer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Upload a VHD file to a lab by using Storage Explorer
2+
title: Upload a VHD file to lab storage by using Storage Explorer
33
description: Walk through the steps to upload a virtual hard disk (VHD) file to a DevTest Labs lab storage account by using Azure Storage Explorer.
44
ms.topic: how-to
55
ms.author: rosemalcolm
66
author: RoseHJM
7-
ms.date: 03/19/2025
7+
ms.date: 03/20/2025
88
ms.custom: UpdateFrequency2
99

10-
#customer intent: As a lab user, I want to learn how to upload a VHD to a lab storage account so I can use the VHD to create a custom image and VMs.
10+
#customer intent: As a lab user, I want to learn how to upload a VHD to a lab storage account so I can use the VHD to create a custom image and lab VMs.
1111
---
1212

13-
# Upload a VHD file to a lab by using Storage Explorer
13+
# Upload a VHD file to lab storage by using Storage Explorer
1414

1515
[!INCLUDE [devtest-lab-upload-vhd-selector](../../includes/devtest-lab-upload-vhd-selector.md)]
1616

articles/devtest-labs/use-command-line-start-stop-virtual-machines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use Azure PowerShell or Azure CLI command lines and scripts to star
44
ms.topic: how-to
55
ms.author: rosemalcolm
66
author: RoseHJM
7-
ms.date: 03/19/2025
7+
ms.date: 03/20/2025
88
ms.custom: devx-track-azurepowershell, devx-track-azurecli, UpdateFrequency2
99
ms.devlang: azurecli
1010

@@ -27,12 +27,12 @@ This article shows how you can use PowerShell or Azure CLI commands to script or
2727
# [Azure PowerShell](#tab/PowerShell)
2828

2929
- Admin access to a [lab VM](devtest-lab-add-vm.md) in DevTest Labs.
30-
- Access to Azure PowerShell. You can [use the Azure Cloud Shell PowerShell environment](/azure/cloud-shell/quickstart), or [install Azure PowerShell](/powershell/azure/install-azure-powershell) to use locally. If necessary, run `Update-Module -Name Az` to update your local installation.
30+
- Access to Azure PowerShell. You can [use the Azure Cloud Shell PowerShell environment](/azure/cloud-shell/quickstart), or [install Azure PowerShell](/powershell/azure/install-azure-powershell) to use a physical or virtual machine. If necessary, run `Update-Module -Name Az` to update your installation.
3131

3232
# [Azure CLI](#tab/CLI)
3333

3434
- Admin access to a [lab VM](devtest-lab-add-vm.md) in DevTest Labs.
35-
- Access to Azure CLI. You can [use the Azure Cloud Shell Bash environment](/azure/cloud-shell/quickstart), or [install Azure CLI](/cli/azure/install-azure-cli) to use locally in a Bash or Windows environment.
35+
- Access to Azure CLI. You can [use the Azure Cloud Shell Bash environment](/azure/cloud-shell/quickstart), or [install Azure CLI](/cli/azure/install-azure-cli) to use a physical or virtual machine with a Bash or Windows environment.
3636

3737
---
3838

0 commit comments

Comments
 (0)