Skip to content

Commit 11a1dea

Browse files
authored
Merge pull request #296009 from MicrosoftDocs/main
Publish to live, Sunday 4:00PM PDT, 3/9
2 parents ce4cf7a + 1a4d49b commit 11a1dea

File tree

6 files changed

+56
-45
lines changed

6 files changed

+56
-45
lines changed

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

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ description: Learn how to quickly create a lab in Azure DevTest Labs by using th
44
ms.topic: quickstart
55
ms.author: rosemalcolm
66
author: RoseHJM
7-
ms.date: 09/30/2023
7+
ms.date: 03/09/2025
88
ms.custom: mode-ui, UpdateFrequency2
9+
10+
#customer intent: As a lab administrator, I want to learn how to quickly set up Azure DevTest Labs by using the Azure portal, so I can create labs for development, testing, or training.
911
---
1012

1113
# Quickstart: Create a lab in the Azure portal
@@ -14,7 +16,7 @@ This quickstart walks you through creating a lab in Azure DevTest Labs by using
1416

1517
## Prerequisite
1618

17-
- At least [Contributor](../role-based-access-control/built-in-roles.md#contributor) access to an Azure subscription. If you don't have an Azure account, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
19+
- At least [Contributor](/azure/role-based-access-control/built-in-roles#contributor) access to an Azure subscription. If you don't have an Azure account, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
1820

1921
## Create a lab
2022

@@ -23,49 +25,50 @@ This quickstart walks you through creating a lab in Azure DevTest Labs by using
2325
1. On the **Basic Settings** tab, provide the following information:
2426
- **Subscription**: Change the subscription if you want to use a different subscription for the lab.
2527
- **Resource group**: Select an existing resource group from the dropdown list, or select **Create new** to create a new resource group so it's easy to delete later.
26-
- **Lab Name**: Enter a name for the lab.
27-
- **Location**: If you're creating a new resource group, select an Azure region for the resource group and lab.
28-
- **Artifacts storage account access**: You can configure whether the lab uses a User-assigned Managed Identity or a Shared Key to access the lab storage account. To use a User-assigned Managed Identity, select the appropriate managed identity from the list, otherwise select the Storage Account Shared Key option from the list.
29-
- **Public environments**: Leave **On** for access to the [DevTest Labs public environment repository](https://github.com/Azure/azure-devtestlab/tree/master/Environments). Set to **Off** to disable access. For more information, see [Enable public environments when you create a lab](devtest-lab-create-environment-from-arm.md#set-public-environment-access-for-new-lab).
28+
- **Lab name**: Enter a name for the lab.
29+
- **Location**: Change the location if you want to use a different Azure region for the lab.
30+
- **Artifacts storage account access**: You can select whether the lab uses a user-assigned managed identity or a shared key to access the lab storage account. To use a user-assigned managed identity, select it from the dropdown list. Otherwise, keep the option set to **Storage account Shared Key**.
31+
- **Public environments**: Leave **On** for access to the [DevTest Labs public environment repository](https://github.com/Azure/azure-devtestlab/tree/master/Environments), or set to **Off** to disable access. For more information, see [Enable public environments when you create a lab](devtest-lab-create-environment-from-arm.md#set-public-environment-access-for-new-lab).
32+
33+
:::image type="content" source="./media/devtest-lab-create-lab/portal-create-basic-settings-managed-identity.png" alt-text="Screenshot of the Basic Settings tab in the DevTest Labs creation form.":::
3034

31-
:::image type="content" source="./media/devtest-lab-create-lab/portal-create-basic-settings-managed-identity.png" alt-text="Screenshot of the Basic Settings tab in the Create DevTest Labs form.":::
35+
1. Optionally, select **Next** or select the other tabs at the top of the page to customize the following settings:
3236

33-
1. Optionally, select each tab at the top of the page, and customize those settings
34-
- [**Auto-shutdown**](#auto-shutdown-tab)
35-
- [**Networking**](#networking-tab)
36-
- [**Tags**](#tags-tab)
37+
- [Autoshutdown](#auto-shutdown-tab)
38+
- [Networking](#networking-tab)
39+
- [Tags](#tags-tab)
3740

3841
You can also apply or change most of these settings after lab creation.
39-
1. After you complete all settings, select **Review + create** at the bottom of the page.
40-
1. If the settings are valid, **Succeeded** appears at the top of the **Review + create** page. Review the settings, and then select **Create**.
42+
1. After you complete all settings, select **Review + create** at the top or bottom of the page.
43+
1. Once **Succeeded** appears at the top of the **Review + create** page, review the settings and then select **Create**.
4144

4245
> [!TIP]
43-
> Select **Download a template for automation** at the bottom of the page to view and download the lab configuration as an Azure Resource Manager (ARM) template. You can use the ARM template to create more labs.
46+
> Select **Download a template for automation** at the bottom of the page to view and download the lab configuration as an Azure Resource Manager (ARM) template. You can use the ARM template to create more labs. For more information, see [Create VMs by using ARM templates](devtest-lab-use-resource-manager-template.md).
4447
4548
### Auto-shutdown tab
4649

47-
Auto-shutdown helps save lab costs by shutting down all lab VMs at a certain time of day. To configure auto-shutdown:
50+
Autoshutdown helps save lab costs by shutting down all lab VMs at a certain time of day. To configure autoshutdown:
4851

4952
1. On the **Create DevTest Lab** page, select the **Auto-shutdown** tab.
5053
1. Fill out the following information:
5154
- **Enabled**: Select **On** to enable auto shutdown.
5255
- **Scheduled shutdown** and **Time zone**: Specify the daily time and time zone to shut down all lab VMs.
53-
- **Send notification before auto-shutdown**: Select **Yes** or **No** for the option to post or send a notification 30 minutes before the auto-shutdown time.
54-
- **Webhook URL** and **Email address**: If you choose to send notifications, enter a webhook URL endpoint or semicolon-separated list of email addresses where you want the notification to post or be sent. For more information, see [Configure auto shutdown for labs and VMs](devtest-lab-auto-shutdown.md).
56+
- **Send notification before auto-shutdown**: Select **Yes** or **No** for the option to post or send a notification 30 minutes before the autoshutdown time.
57+
- **Webhook URL** and **Email address**: If you choose to send notifications, enter a webhook URL endpoint or semicolon-separated list of email addresses where you want the notification to post or be sent. For more information, see [Configure autoshutdown for labs and VMs](devtest-lab-auto-shutdown.md).
5558

56-
:::image type="content" source="./media/devtest-lab-create-lab/portal-create-auto-shutdown.png" alt-text="Screenshot of the Auto-shutdown tab in the Create DevTest Labs form.":::
59+
:::image type="content" source="./media/devtest-lab-create-lab/portal-create-auto-shutdown.png" alt-text="Screenshot of the Auto-shutdown tab in the DevTest Labs creation form.":::
5760

5861
### Networking tab
5962

60-
Azure DevTest Labs creates a new default virtual network for each lab. If you have another virtual network, you can choose to use it for the new lab instead of the default. For more information, see [Add a virtual network in Azure DevTest Labs](devtest-lab-configure-vnet.md).
63+
Azure DevTest Labs creates a new default virtual network for each lab. You can choose to use another virtual network for the new lab instead of the default. For more information, see [Add a virtual network in Azure DevTest Labs](devtest-lab-configure-vnet.md).
6164

6265
To configure networking:
6366

6467
1. On the **Create DevTest Lab** page, select the **Networking** tab.
6568
1. For **Virtual Network**, select a different virtual network from the dropdown list. For **Subnet**, if necessary, select a subnet from the dropdown list.
6669
1. For **Isolate lab resources**, select **Yes** to completely isolate lab resources to the selected network. For more information, see [Network isolation in DevTest Labs](network-isolation.md).
6770

68-
:::image type="content" source="./media/devtest-lab-create-lab/portal-create-networking.png" alt-text="Screenshot of the Networking tab in the Create DevTest Labs form.":::
71+
:::image type="content" source="./media/devtest-lab-create-lab/portal-create-networking.png" alt-text="Screenshot of the Networking tab in the DevTest Labs creation form.":::
6972

7073
### Tags tab
7174

@@ -76,7 +79,7 @@ To add tags:
7679
1. On the **Create DevTest Lab** page, select the **Tags** tab.
7780
1. Under **Name** and **Value**, select or enter one or more case-sensitive name-value pairs to help identify resources.
7881

79-
:::image type="content" source="./media/devtest-lab-create-lab/portal-create-tags.png" alt-text="Screenshot of the Tags tab in the Create DevTest Labs form.":::
82+
:::image type="content" source="./media/devtest-lab-create-lab/portal-create-tags.png" alt-text="Screenshot of the Tags tab in the DevTest Labs creation form.":::
8083

8184
## Verify lab creation
8285

@@ -108,7 +111,7 @@ If you created a resource group for the lab, you can now delete the resource gro
108111
1. At the top of the page, select **Delete resource group**.
109112
1. On the **Are you sure you want to delete "\<resource group name>"** page, enter the resource group name, and then select **Delete**.
110113

111-
## Next steps
114+
## Related content
112115

113116
To learn how to add VMs to your lab, go on to the next article:
114117

0 commit comments

Comments
 (0)