Skip to content

Commit 96ca12d

Browse files
Merge pull request #278994 from EMaher/enewman/update-3
separate create and manage articles for lab accounts.
2 parents 0a483e0 + 646168a commit 96ca12d

16 files changed

+63
-45
lines changed

articles/lab-services/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@
264264
items:
265265
- name: Create and manage labs
266266
href: how-to-manage-classroom-labs.md
267-
- name: Create and manage lab accounts
267+
- name: Create lab accounts
268+
href: how-to-create-lab-accounts.md
269+
- name: Manage lab accounts
268270
href: how-to-manage-lab-accounts.md
269271
- name: Configure auto-shutdown of VMs for a lab account
270272
href: how-to-configure-lab-accounts.md
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Create lab accounts in Azure Lab Services | Microsoft Docs
3+
description: Learn how to create a lab account in an Azure subscription.
4+
ms.topic: how-to
5+
ms.date: 06/25/2024
6+
---
7+
8+
# Create a lab account
9+
10+
[!INCLUDE [preview note](./includes/lab-services-labaccount-focused-article.md)]
11+
12+
In Azure Lab Services, a lab account is a container for labs. An administrator creates a lab account with Azure Lab Services and provides access to lab owners who can create labs in the account. This article describes how to create a lab account, view all lab accounts, and delete a lab account.
13+
14+
The following steps illustrate how to use the Azure portal to create a lab account with Azure Lab Services.
15+
16+
1. Sign in to the [Azure portal](https://portal.azure.com).
17+
1. Select **All services** on the left menu. Select the **DevOps** category. Select the **Lab accounts** tile.
18+
19+
:::image type="content" source="./media/how-to-create-lab-accounts/select-lab-accounts.png" alt-text="Screenshot of All services page in the Azure portal. The Dev Ops category and DevTest Labs items are highlighted.":::
20+
21+
1. On the **Lab Accounts** page, select **Create** on the toolbar or **Create lab account** on the page.
22+
23+
:::image type="content" source="./media/how-to-create-lab-accounts/create-lab-account-button.png" alt-text="Screenshot of lab account resources in the Azure portal. The Create button and Create lab account buttons are highlighted.":::
24+
25+
1. On the **Basics** tab of the **Create a lab account** page, do the following actions:
26+
1. Select the **Azure subscription** in which you want to create the lab account.
27+
1. For **Resource group**, select **Create new**, and enter a name for the resource group.
28+
1. For **Lab account name**, enter a name.
29+
1. For **Location**, select a location/region in which you want the lab account to be created.
30+
31+
:::image type="content" source="./media/how-to-create-lab-accounts/create-lab-account-basics.png" alt-text="Screenshot of the Basics tab in Create lab account wizard.":::
32+
1. Select **Next: Tags**.
33+
1. On the Tags tab, add any tags you want to associate with the lab account. Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups. For more information, see [Use tags to organize your Azure resources](../azure-resource-manager/management/tag-resources.md).
34+
35+
:::image type="content" source="./media/how-to-create-lab-accounts/create-lab-account-tags.png" alt-text="Screenshot that shows the Tags tab of the Create lab account wizard.":::
36+
1. Select **Next: Review + create**.
37+
1. Wait for validation to pass. Review the summary information on the **Review + create** page, and select **Create**.
38+
39+
:::image type="content" source="./media/how-to-create-lab-accounts/create-lab-account-review-create.png" alt-text="Screenshot that shows the Review and create tab of the Create lab account wizard.":::
40+
1. Wait until the deployment is complete, expand **Next steps**, and select **Go to resource**.
41+
42+
You can also select the **bell icon** on the toolbar (**Notifications**), confirm that the deployment succeeded, and then select **Go to resource**.
43+
44+
:::image type="content" source="./media/how-to-create-lab-accounts/go-to-lab-account.png" alt-text="Screenshot that shows the deploy resource page for the lab account. The Go to resource button is highlighted.":::
45+
1. Notice the **Overview** page for the lab account.
46+
47+
:::image type="content" source="./media/how-to-create-lab-accounts/lab-account-overview.png" alt-text="Screenshot that shows overview page of a lab account.":::
48+
49+
## Next steps
50+
51+
- As an admin, [configure automatic shutdown settings for a lab account](how-to-configure-lab-accounts.md).
52+
- As an admin, use the [Az.LabServices PowerShell module](https://aka.ms/azlabs/samples/PowerShellModule) to manage lab accounts.
53+
- As an educator, [configure automatic shutdown settings for a lab](how-to-enable-shutdown-disconnect.md).

articles/lab-services/how-to-manage-lab-accounts.md

Lines changed: 3 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,16 @@
11
---
22
title: Manage lab accounts in Azure Lab Services | Microsoft Docs
3-
description: Learn how to create a lab account, view all lab accounts, or delete a lab account in an Azure subscription.
3+
description: Learn how to view all lab accounts or delete a lab account in an Azure subscription.
44
ms.topic: how-to
5-
ms.date: 02/02/2022
5+
ms.date: 06/25/2024
66
---
77

8-
# Create and manage lab accounts
8+
# Manage lab accounts
99

1010
[!INCLUDE [preview note](./includes/lab-services-labaccount-focused-article.md)]
1111

1212
In Azure Lab Services, a lab account is a container for labs. An administrator creates a lab account with Azure Lab Services and provides access to lab owners who can create labs in the account. This article describes how to create a lab account, view all lab accounts, and delete a lab account.
1313

14-
## Create a lab account
15-
16-
The following steps illustrate how to use the Azure portal to create a lab account with Azure Lab Services.
17-
18-
1. Sign in to the [Azure portal](https://portal.azure.com).
19-
1. Select **All services** on the left menu. Select the **DevOps** category. Select the **Lab accounts** tile.
20-
21-
:::image type="content" source="./media/how-to-manage-lab-accounts/select-lab-accounts.png" alt-text="Screenshot of All services page in the Azure portal. The Dev Ops category and DevTest Labs items are highlighted.":::
22-
23-
1. On the **Lab Accounts** page, select **Create** on the toolbar or **Create lab account** on the page.
24-
25-
:::image type="content" source="./media/how-to-manage-lab-accounts/create-lab-account-button.png" alt-text="Screenshot of lab account resources in the Azure portal. The Create button and Create lab account buttons are highlighted.":::
26-
27-
1. On the **Basics** tab of the **Create a lab account** page, do the following actions:
28-
1. Select the **Azure subscription** in which you want to create the lab account.
29-
1. For **Resource group**, select **Create new**, and enter a name for the resource group.
30-
1. For **Lab account name**, enter a name.
31-
1. For **Location**, select a location/region in which you want the lab account to be created.
32-
33-
:::image type="content" source="./media/how-to-manage-lab-accounts/create-lab-account-basics.png" alt-text="Screenshot of the Basics tab in Create lab account wizard.":::
34-
1. Select **Next: Tags**.
35-
1. On the Tags tab, add any tags you want to associate with the lab account. Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups. For more information, see [Use tags to organize your Azure resources](../azure-resource-manager/management/tag-resources.md).
36-
37-
:::image type="content" source="./media/how-to-manage-lab-accounts/create-lab-account-tags.png" alt-text="Screenshot that shows the Tags tab of the Create lab account wizard.":::
38-
1. Select **Next: Review + create**.
39-
1. Wait for validation to pass. Review the summary information on the **Review + create** page, and select **Create**.
40-
41-
:::image type="content" source="./media/how-to-manage-lab-accounts/create-lab-account-review-create.png" alt-text="Screenshot that shows the Review and create tab of the Create lab account wizard":::
42-
1. Wait until the deployment is complete, expand **Next steps**, and select **Go to resource**.
43-
44-
You can also select the **bell icon** on the toolbar (**Notifications**), confirm that the deployment succeeded, and then select **Go to resource**.
45-
46-
:::image type="content" source="./media/how-to-manage-lab-accounts/go-to-lab-account.png" alt-text="Screenshot that shows the deploy resource page for the lab account. The Go to resource button is highlighted.":::
47-
1. Notice the **Overview** page for the lab account.
48-
49-
:::image type="content" source="./media/how-to-manage-lab-accounts/lab-account-overview.png" alt-text="Screenshot that shows overview page of a lab account.":::
50-
5114
## View lab accounts
5215

5316
1. Sign in to the [Azure portal](https://portal.azure.com).

articles/lab-services/how-to-migrate-lab-acounts-to-lab-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ If you're moving from lab accounts, the following table provides guidance on how
127127
|[Virtual network peering](./how-to-connect-peer-virtual-network.md#configure-at-the-time-of-lab-account-creation)|Lab plans can reuse the same virtual network as lab accounts. </br> - [Setup advanced networking](./how-to-connect-vnet-injection.md) when you create the lab plan.|
128128
|[Role assignments](./concept-lab-services-role-based-access-control.md) </br> - Lab account owner\contributor. </br> - Lab creator\owner\contributor.|Lab plans include new specialized roles. </br>1. [Review roles](./concept-lab-services-role-based-access-control.md). </br>2. [Assign permissions](./tutorial-setup-lab-plan.md#add-a-user-to-the-lab-creator-role).|
129129
|Enabled Marketplace images. </br> - Lab accounts only support Gen1 images from the Marketplace.|Lab plans include settings to enable [Azure Marketplace images](./specify-marketplace-images.md). </br> - Lab plans support Gen1 and Gen2 Marketplace images, so the list of images will be different than what you would see if using lab accounts.|
130-
|[Location](./how-to-manage-lab-accounts.md#create-a-lab-account) </br> - Labs are automatically created within the same geolocation as the lab account. </br> - You can't specify the exact region where a lab is created. |Lab plans enable specific control over which regions labs are created. </br> - [Configure regions for labs](./create-and-configure-labs-admin.md).|
130+
|[Location](./how-to-create-lab-accounts.md#create-a-lab-account) </br> - Labs are automatically created within the same geolocation as the lab account. </br> - You can't specify the exact region where a lab is created. |Lab plans enable specific control over which regions labs are created. </br> - [Configure regions for labs](./create-and-configure-labs-admin.md).|
131131
|[Attached Azure Compute Gallery (Shared Image Gallery)](./how-to-attach-detach-shared-image-gallery-1.md)|Lab plans can be attached to the same gallery used by lab accounts. </br>1. [Attach an Azure Compute Gallery](./how-to-attach-detach-shared-image-gallery.md). </br>2. Ensure that you [enable images for the lab plan](./how-to-attach-detach-shared-image-gallery.md#enable-and-disable-images).|
132132
|Teams integration|Configure lab plans with [Teams integration](./lab-services-within-teams-overview.md) by [adding the app to Teams groups](./how-to-get-started-create-lab-within-teams.md).|
133133
|[Firewall settings](./how-to-configure-firewall-settings-1.md) </br> - Create inbound and outbound rules for the lab's public IP address and the port range 49152 - 65535.|[Firewall settings](./how-to-configure-firewall-settings.md) </br> - Create inbound and outbound rules for the lab's public IP address and the port ranges 4980-4989, 5000-6999, and 7000-8999.|

articles/lab-services/manage-labs-1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article shows you how a lab account owner or administrator can view all the
1515

1616
1. On the **Lab Account** page, select **All labs** on the left menu.
1717

18-
![Labs in the account](./media/how-to-manage-lab-accounts/labs-in-account.png)
18+
![Labs in the account](./media/manage-labs-1/labs-in-account.png)
1919
1. You see a **list of labs** in the account with the following information:
2020
1. Name of the lab.
2121
2. The date on which the lab was created.
@@ -30,10 +30,10 @@ Follow instructions in the previous section to see a list of the labs in the lab
3030

3131
1. Select **... (ellipsis)**, and select **Delete**.
3232

33-
![Delete a lab - button](./media/how-to-manage-lab-accounts/delete-lab-button.png)
33+
![Delete a lab - button](./media/manage-labs-1/delete-lab-button.png)
3434
2. Select **Yes** on the warning message.
3535

36-
![Confirm lab deletion](./media/how-to-manage-lab-accounts/confirm-lab-delete.png)
36+
![Confirm lab deletion](./media/manage-labs-1//confirm-lab-delete.png)
3737

3838
## Next steps
3939

0 commit comments

Comments
 (0)