Skip to content

Commit 3a417d5

Browse files
committedNov 29, 2021
add screenshot
1 parent f125db0 commit 3a417d5

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed
 

‎articles/devtest-labs/create-lab-windows-vm-template.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ This quickstart uses the [Creates a lab with a claimed VM](https://azure.microso
4040

4141
- For more information about creating and deploying ARM templates, see:
4242

43-
- [Create your first Azure Resource Manager template](../azure-resource-manager/templates/quickstart-create-templates-use-the-portal.md)
44-
- [Best practices for creating Azure Resource Manager templates](../azure-resource-manager/templates/best-practices.md)
45-
- [Deploy resources with Resource Manager templates and Azure PowerShell](../azure-resource-manager/templates/deploy-powershell.md)
43+
- [Create your first Azure Resource Manager template](../azure-resource-manager/templates/quickstart-create-templates-use-the-portal.md).
44+
- [Best practices for creating Azure Resource Manager templates](../azure-resource-manager/templates/best-practices.md).
45+
- [Deploy resources with Resource Manager templates and Azure PowerShell](../azure-resource-manager/templates/deploy-powershell.md).
4646

4747
## Deploy the template
4848

@@ -56,10 +56,12 @@ This quickstart uses the [Creates a lab with a claimed VM](https://azure.microso
5656

5757
1. On the **Custom deployment** screen, make sure **Quickstart template** is selected, and select the dropdown arrow next to **Quickstart template (disclaimer)**.
5858

59-
1. Type *devtest labs* in the filter box, and then select the **dtl-create-lab-windows-vm-claimed** template.
59+
1. Type *devtest* in the filter box, and then select the **dtl-create-lab-windows-vm-claimed** template from the popup list.
6060

6161
1. Select **Select template**. You can also select **Edit template** to make your own modifications to the template.
6262

63+
:::image type="content" source="./media/create-lab-windows-vm-template/custom-deployment.png" alt-text="Screenshot of selecting the template on the Custom deployment page.":::
64+
6365
1. On the **Creates a lab in Azure DevTest Labs with a claimed VM** screen, fill out the following items:
6466

6567
- **Resource group**: Select an existing resource group from the dropdown list, or create a new resource group so it's easy to clean up later.

‎articles/devtest-labs/devtest-lab-configure-use-public-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Azure DevTest Labs has a [public repository of Azure Resource Manager (ARM) temp
1111

1212
The environment repository provides pre-authored ARM templates with minimum input parameters. The templates create frequently used environments such as Azure Web Apps, Service Fabric cluster, and development SharePoint farms. Lab users can create environments with these templates for a smooth getting started experience with platform-as-a-service (PaaS) resources.
1313

14-
As a lab owner, you can enable and configure access to the public environment repository for your labs. You don't have to connect to the GitHub environment repository separately to get the templates. You can enable repository and template access from the portal, during or after lab creation.
14+
As a lab owner, you can enable and configure access to the public environment repository for your lab users. You don't have to connect to the GitHub environment repository separately to get the templates. You can enable repository and template access from the portal, during or after lab creation.
1515

1616
## Configure public environments
1717

18-
To enable the public environment repository for your lab users, make sure to select **On** in the **Public environments** field when you create a lab. The setting is **On** by default.
18+
To enable the public environment repository for your lab, make sure to select **On** in the **Public environments** field when you create the lab. The setting is **On** by default.
1919

2020
![Screenshot that shows enabling public environments for a new lab.](media/devtest-lab-configure-use-public-environments/enable-public-environment-new-lab.png)
2121

Loading

0 commit comments

Comments
 (0)