I get the below error when i try to reprovision my VM in windows azure.
PS C:\> Import-AzureVM -Path $ExportPath | New-AzureVM -ServiceName $myVM -VNetName $myVNetVERBOSE: 11:06:21 AM - Begin Operation: Get Deployment
VERBOSE: 11:06:26 AM - Begin Operation: New-AzureVM - Create Deployment with VM techkroachad
New-AzureVM : "An exception occurred when calling the ServiceManagement API. HTTP Status Code: 409. Service Management
Error Code: ConflictError. Message: A disk with name techkroachad-techkroachad-0-201305091703250209 is currently in
use by virtual machine techkroachad running within hosted service techkroachad, deployment techkroachad.. Operation
Tracking ID: 1fe4f54c1ebc455bad8988642c3c0996."
At line:1 char:36
+ Import-AzureVM -Path $ExportPath | New-AzureVM -ServiceName $myVM -VNetName $myV ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [New-AzureVM], ServiceManagementClientException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Management.ServiceManagement.IaaS.PersistentVMs.NewAzureVMCommand