It seems that when you delete an Azure VM the DNS name assigned to the VM instance gets converted to an Azure "Cloud Service". I assume this is done to prevent the loss of the DNS name from the account. However, I don't see an easy way to re-deploy a new
VM instance using this DNS name via either the "Cloud Services" section or the "Virtual Machines" section of the preview portal.
When attempting to create a new VM using the same VHD I run into an error that the DNS name is "in use", and thus cannot create a new VM in this scenario. I assume this is a result of the DNS name being tied to the existing Cloud Service under our account.
When using the Cloud Services section I see no way to initiate the creation of a new VM instance. The only options appear to be service-related (i.e upload a "Production Deployment", etc.).
What is the proper way to re-assign this DNS name to a new VM in this scenario?