We use a naming convention for our Desktop images. Because of this the first part of the image name is the same for multiple images. When validating images at the same time for each desktop image an VM is created, the VM's gets the same (full) name as the desktop images. The NIC's created for these VM's are named like “val-<first 6 characters of Desktop Image Name>-nic”.
The first VM that is created to validate the first image is without errors but during the creation of the NIC for the second VM an error occurs which says “Error: Network interface with same name (val-AVD-MC-nic) already exists (created by another task).”.
Is it possible to use another method for generating the name off the NIC for the validating VM in a way that conflicts will not occur?
Comments (3 comments)