Hi
I am trying to upload a VHD to Azure but it fail with the following message.
The pipeline was not run because a pipeline is already running
I am not aware of any other pipeline running
How can I get around this?
PS C:\> Add-AzureVhd -LocalFilePath C:\BarracudaWebAppFirewall-vm4.0.2-fw7.8.2.004-20131230.vhd -Destination http://geor
gewaf2.blob.core.windows.net/vhd/waf7.8.004
Found existing page blob. Resuming upload...
MD5 hash is being calculated for the file C:\BarracudaWebAppFirewall-vm4.0.2-fw7.8.2.004-20131230.vhd.
Add-AzureVhd : The pipeline was not run because a pipeline is already running. Pipelines cannot be run concurrently.
At line:1 char:1
+ Add-AzureVhd -LocalFilePath C:\BarracudaWebAppFirewall-vm4.0.2-fw7.8.2.004-20131 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Add-AzureVhd], PSInvalidOperationException
+ FullyQualifiedErrorId : InvalidOperation,Microsoft.WindowsAzure.Commands.ServiceManagement.StorageServices.AddAz
ureVhdCommand
PS C:\>