From d57838d056b7d9fe257e4b696475aefbfd2532dd Mon Sep 17 00:00:00 2001 From: Tom Archer Date: Wed, 15 Feb 2023 13:15:52 -0800 Subject: [PATCH] Updated README.MD --- quickstart/101-devtest-labs/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quickstart/101-devtest-labs/readme.md b/quickstart/101-devtest-labs/readme.md index 305f17da..bedbeba6 100644 --- a/quickstart/101-devtest-labs/readme.md +++ b/quickstart/101-devtest-labs/readme.md @@ -14,6 +14,8 @@ This template deploys a Windows virtual machine within an Azure DevTest Lab. | Name | Description | Default | |-|-|-| +| `resource_group_name_prefix` | Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. | rg | +| `resource_group_location` | Location of the resource group. | eastus | | `lab_name` | The name of the new lab instance to be created. | | | `vm_name` | The name of the VM to be created. | | | `vm_size` | The size of the VM to be created. | Standard_D4_v3 |