101-devtest-labs - generate the vm name with random value (#272)

* 101-devtest-labs - update the vm name
This commit is contained in:
Neil Ye
2023-11-15 13:27:30 +08:00
committed by GitHub
parent d136bbb5a1
commit 6e5cdfc2a6
3 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,6 @@ This template deploys a Windows virtual machine within an Azure DevTest Lab.
| `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 |
| `user_name` | The username for the local account that will be created on the new VM. | |
| `password` | The password for the local account that will be created on the new VM. | |