Skip to content

Commit 7f08c82

Browse files
committed
quick cx
1 parent b816327 commit 7f08c82

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,17 @@ This quickstart walks you through creating a lab in Azure DevTest Labs by using
2525
- **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.
2626
- **Lab name**: Enter a name for the lab.
2727
- **Location**: Change the location if you want to use a different Azure region for the lab.
28-
- **Artifacts storage account access**: If you have a user-assigned managed identity, you can select whether the lab uses a 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**.
28+
- **Artifacts storage account access**: If you have a user-assigned managed identity, you can select whether the lab uses a managed identity or a shared key to access the lab storage account.
29+
30+
To use a user-assigned managed identity, select it from the dropdown list. Otherwise, keep the option set to **Storage account Shared Key**.
31+
2932
- **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).
3033

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.":::
34+
:::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.":::
3235

3336
1. Optionally, select **Next** or select the other tabs at the top of the page to customize the following settings:
3437

35-
- [Auto-shutdown](#auto-shutdown-tab)
38+
- [Autoshutdown](#auto-shutdown-tab)
3639
- [Networking](#networking-tab)
3740
- [Tags](#tags-tab)
3841

@@ -45,16 +48,16 @@ This quickstart walks you through creating a lab in Azure DevTest Labs by using
4548
4649
### Auto-shutdown tab
4750

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

5053
1. On the **Create DevTest Lab** page, select the **Auto-shutdown** tab.
5154
1. Fill out the following information:
5255
- **Enabled**: Select **On** to enable auto shutdown.
5356
- **Scheduled shutdown** and **Time zone**: Specify the daily time and time zone to shut down all lab VMs.
54-
- **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.
55-
- **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).
57+
- **Send notification before auto-shutdown**: Select **Yes** or **No** for the option to post or send a notification 30 minutes before the autoshutdown time.
58+
- **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).
5659

57-
:::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.":::
60+
:::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.":::
5861

5962
### Networking tab
6063

@@ -66,7 +69,7 @@ To configure networking:
6669
1. For **Virtual Network**, select a different virtual network from the dropdown list. For **Subnet**, if necessary, select a subnet from the dropdown list.
6770
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).
6871

69-
:::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.":::
72+
:::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.":::
7073

7174
### Tags tab
7275

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

80-
:::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.":::
83+
:::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.":::
8184

8285
## Verify lab creation
8386

articles/devtest-labs/devtest-lab-guidance-get-started.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Labs are the starting point in DevTest Labs. After you create a lab, you can:
2626
- Add lab users.
2727
- Create preconfigured VMs that any lab users can claim.
2828
- Define images, formulas, and templates for lab users to quickly create their own VMs and environments.
29-
- Use [configuration and policies](devtest-lab-set-lab-policy.md) to manage the lab and control costs.
29+
- [Use configuration and policies](devtest-lab-set-lab-policy.md) to manage the lab and control costs.
3030
- [Integrate with Azure DevOps](devtest-lab-dev-ops.md) to support DevOps scenarios.
3131
- Link to public and private Git repositories for access to artifacts and Azure Resource Manager (ARM) templates.
3232

@@ -36,7 +36,7 @@ The following diagram shows how lab owners can configure policies and provide re
3636

3737
To create a lab in Azure DevTest Labs, you can use any of the following methods:
3838

39-
[Azure portal](devtest-lab-create-lab.md) | [Bicep template](create-lab-windows-vm-bicep.md) | [ARM template](create-lab-windows-vm-template.md) | [Terraform](create-lab-windows-vm-terraform.md) | [PowerShell with Azure REST API](create-lab-rest.md)
39+
[Azure portal](devtest-lab-create-lab.md) | [Bicep template](create-lab-windows-vm-bicep.md) | [ARM template](create-lab-windows-vm-template.md) | [Terraform](quickstarts/create-lab-windows-vm-terraform.md) | [PowerShell with Azure REST API](quickstarts/create-lab-rest.md)
4040

4141
You can also automate lab creation, including custom settings, with a reusable ARM template. For more information, see [ARM templates in Azure DevTest Labs](devtest-lab-use-arm-and-powershell-for-lab-resources.md).
4242

@@ -55,9 +55,9 @@ Lab users can view all lab resources, such as VMs, policies, and virtual network
5555
To monitor and control costs, lab administrators and owners can:
5656

5757
- [Limit the number of VMs each user can create or claim](devtest-lab-set-lab-policy.md#set-virtual-machines-per-user).
58-
- [Allow only certain VM sizes](devtest-lab-set-lab-policy.md#set-allowed-virtual-machine-sizes) in the lab.
59-
- [Configure auto-shutdown](devtest-lab-set-lab-policy.md#set-auto-shutdown) and auto-start policies to stop and restart all VMs at particular times of day. VM auto-shutdown doesn't apply to platform-as-a-service (PaaS) resources in environments.
60-
- [Use Azure Cost Management](devtest-lab-configure-cost-management.md) to track environment costs.
58+
- [Allow only certain virtual machine (VM) sizes](devtest-lab-set-lab-policy.md#set-allowed-virtual-machine-sizes) in the lab.
59+
- [Configure autoshutdown](devtest-lab-set-lab-policy.md#set-autoshutdown) and autostart policies to stop and restart all VMs at particular times of day. VM autoshutdown doesn't apply to platform-as-a-service (PaaS) resources in environments.
60+
- [Use Microsoft Cost Management](devtest-lab-configure-cost-management.md) to track environment costs.
6161

6262
## Development and test VMs
6363

@@ -90,7 +90,7 @@ Lab users can add *artifacts* to configure their lab VMs. Artifacts can be:
9090
- Actions to run on the VM, like cloning a repo.
9191
- Applications to test.
9292

93-
Many artifacts are available out of the box. You can also create *custom artifacts* if you need more customization. You store custom artifacts in a private Git repository you connect to your lab, so all lab users can add the artifacts to their VMs. For more information, see [Create custom artifacts for DevTest Labs](devtest-lab-artifact-author.md) and [Add an artifact repository to a lab](add-artifact-repository.md).
93+
Many artifacts are available out of the box. You can also create *custom artifacts* if you need more customizations. You store custom artifacts in a private Git repository you connect to your lab, so all lab users can add the artifacts to their VMs. For more information, see [Create custom artifacts for DevTest Labs](devtest-lab-artifact-author.md) and [Add an artifact repository to a lab](add-artifact-repository.md).
9494

9595
You can add an Active Directory domain-join artifact to join VMs to an Active Directory domain at creation. This artifact applies only to domains.
9696

@@ -146,13 +146,12 @@ For a successful proof of concept:
146146

147147
Lab owners can manage costs by deleting labs and VMs when they're no longer needed.
148148

149-
- Set [expiration dates](devtest-lab-use-resource-manager-template.md#set-vm-expiration-date) on VMs.
149+
- [Set expiration dates](devtest-lab-use-resource-manager-template.md#set-vm-expiration-date) on VMs.
150150
- [Delete labs](devtest-lab-delete-lab-vm.md#delete-a-lab) and all related resources.
151151
- [Delete all lab VMs by running a single PowerShell script](devtest-lab-delete-lab-vm.md#automate-the-process-of-deleting-all-the-vms-in-a-lab).
152152

153153
## Related content
154154

155-
156155
- [DevTest Labs overview](devtest-lab-overview.md)
157156
- [DevTest Labs concepts](devtest-lab-concepts.md)
158157

0 commit comments

Comments
 (0)