Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7e1fc3

Browse files
committedNov 4, 2021
Conversion
1 parent 927e32d commit c7e1fc3

File tree

3 files changed

+27
-14
lines changed

3 files changed

+27
-14
lines changed
 

‎articles/devtest-labs/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
href: devtest-lab-overview.md
77
- name: Quickstart
88
items:
9+
- name: Create a lab - Portal
10+
href: devtest-lab-create-lab.md
911
- name: Create a lab - Resource Manager template
1012
displayName: Resource Manager
1113
href: create-lab-windows-vm-template.md
@@ -73,8 +75,6 @@
7375
items:
7476
- name: Configure a lab
7577
items:
76-
- name: Create a lab
77-
href: devtest-lab-create-lab.md
7878
- name: Create a network isolated lab
7979
href: network-isolation.md
8080
- name: Create or modify labs using Resource Manager template

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

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Create a lab
3-
description: This article walks you through the process of creating a lab using the Azure portal and Azure DevTest Labs.
4-
ms.topic: how-to
5-
ms.date: 10/27/2021
2+
title: Quickstart - Create a lab using the portal
3+
description: In this quickstart, you create a lab using the Azure portal and Azure DevTest Labs.
4+
ms.topic: quickstart
5+
ms.date: 11/04/2021
66
---
77

8-
# Create a lab in Azure DevTest Labs
8+
# Quickstart: Create a lab in Azure DevTest Labs using the portal
99

10-
Azure DevTest Labs encompasses a group of resources, such as Azure virtual machines (VMs) and networks. This infrastructure lets you better manage those resources by specifying limits and quotas. This article walks you through the process of creating a lab using the Azure portal.
10+
Get started with Azure DevTest Labs by using the Azure portal to create a lab. Azure DevTest Labs encompasses a group of resources, such as Azure virtual machines (VMs) and networks. This infrastructure lets you better manage those resources by specifying limits and quotas. This quickstart walks you through the process of creating a lab using the Azure portal.
1111

1212
## Prerequisites
1313

14-
An Azure subscription. To learn about Azure purchase options, see [How to buy Azure](https://azure.microsoft.com/pricing/purchase-options/) or [Free one-month trial](https://azure.microsoft.com/pricing/free-trial/). You must be the owner of the subscription to create the lab.
14+
An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). You must be the owner of the subscription to create the lab.
1515

1616
## Sign in to the Azure portal
1717

@@ -100,11 +100,24 @@ The **Review + create** tab validates all of your configurations. If all setting
100100

101101
:::image type="content" source="./media/devtest-lab-create-lab/lab-home-page.png" alt-text="Screenshot of DevTest Labs overview page.":::
102102

103-
## Next steps
103+
## Clean up resources
104+
105+
Delete resources to avoid charges for running the lab on Azure. If you plan to go through the next article to add a VM to the lab, you can clean up the resources after you finish that article. Otherwise, follow these steps:
106+
107+
1. Return to the home page for the lab you created.
108+
109+
1. From the top menu, select **Delete**.
104110

105-
Once you've created your lab, here are some next steps to consider:
111+
:::image type="content" source="./media/devtest-lab-create-lab/portal-lab-delete.png" alt-text="Screenshot of lab delete button.":::
106112

107-
* [Add a VM to a lab](devtest-lab-add-vm.md)
108-
* [Secure access to a lab](devtest-lab-add-devtest-user.md)
109-
* [Set lab policies](devtest-lab-set-lab-policy.md)
113+
1. On the **Are you sure you want to delete it** page, enter the lab name in the text box and then select **Delete**.
114+
115+
1. During the deletion, you can select **Notifications** at the top of your screen to view progress. Deleting the lab takes a while. Continue to the next step once the lab is deleted.
116+
117+
1. If you created the lab in an existing resource group, then all of the lab resources have been removed. If you created a new resource group for this tutorial, it's now empty and can be deleted. It wouldn't have been possible to have deleted the resource group earlier while the lab was still in it.
118+
119+
## Next steps
120+
In this quickstart, you created a lab. To learn how to add a VM, advance to the next article:
110121

122+
> [!div class="nextstepaction"]
123+
> [Create and add virtual machines to a lab in Azure DevTest Labs](devtest-lab-add-vm.md)
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.