Hi, does anyone know what is causing this error to happen.
New-AzureVM : ConflictError: The specified DNS name is already taken.
At C:\Users\cameron.gibson\Downloads\deploy-vm-joined (2).ps1:60 char:1
+ New-AzureVM -ServiceName $serviceName -AffinityGroup $affinityGroup - ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [New-AzureVM], CloudException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.PersistentVMs.NewAzureVMCommand
I don't know why the DNS is already taken when that is the Domain i am trying to join.