You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/devtest-labs/devtest-lab-attach-detach-data-disk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to use the Azure portal to attach or detach a data disk f
4
4
ms.topic: how-to
5
5
ms.author: rosemalcolm
6
6
author: RoseHJM
7
-
ms.date: 03/19/2025
7
+
ms.date: 03/20/2025
8
8
ms.custom: UpdateFrequency2
9
9
10
10
#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.
Copy file name to clipboardExpand all lines: articles/devtest-labs/devtest-lab-concepts.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ description: Learn about some basic Azure DevTest Labs concepts related to labs,
4
4
ms.topic: conceptual
5
5
ms.author: rosemalcolm
6
6
author: RoseHJM
7
-
ms.date: 03/19/2025
7
+
ms.date: 03/20/2025
8
8
ms.custom: UpdateFrequency2
9
9
10
10
#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.
11
11
---
12
12
13
-
# DevTest Labs concepts
13
+
# Azure DevTest Labs concepts
14
14
15
15
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.
16
16
@@ -33,11 +33,11 @@ A DevTest Labs lab is the infrastructure that encompasses a group of resources s
33
33
34
34
- 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).
35
35
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
-
38
36
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).
39
37
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.
41
41
42
42
-**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.
Copy file name to clipboardExpand all lines: articles/devtest-labs/devtest-lab-upload-vhd-using-storage-explorer.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
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
3
3
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.
4
4
ms.topic: how-to
5
5
ms.author: rosemalcolm
6
6
author: RoseHJM
7
-
ms.date: 03/19/2025
7
+
ms.date: 03/20/2025
8
8
ms.custom: UpdateFrequency2
9
9
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.
11
11
---
12
12
13
-
# Upload a VHD file to a lab by using Storage Explorer
13
+
# Upload a VHD file to lab storage by using Storage Explorer
@@ -27,12 +27,12 @@ This article shows how you can use PowerShell or Azure CLI commands to script or
27
27
# [Azure PowerShell](#tab/PowerShell)
28
28
29
29
- 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.
31
31
32
32
# [Azure CLI](#tab/CLI)
33
33
34
34
- 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.
0 commit comments