Azure / Azure/azure-powershell
Add-AzureRmVhd sporadically fails with error "The pipeline was not run because a pipeline is already running. Pipelines cannot be run concurrently"
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Cmdlet(s)
Add-AzureRmVhd
### Module Version
Compute module 1.2.3.4 - azure stack version
### Description
We are trying to upload the image to a storage blob. As a part of putting the image into the blob, we use Add-AzureRmVhd (https://github.com/Azure/AzureStack-Tools/blob/e73d52686d9db0f63b3560019d47cc65c77d147b/ComputeAdmin/AzureStack.ComputeAdmin.psm1#L183)
This cmdlet sporadically fails with "The pipeline was not run because a pipeline is already running. Pipelines cannot be run concurrently"
The issue is also discussed here.
https://social.msdn.microsoft.com/Forums/en-US/2e825e81-d00e-42ef-bec7-4a92a5565a33/can-run-addazurevhd?forum=windowsazuremanagement
I have checked the latest code with stack-dev branch code for this particular cmdlet. There are no changes addressing this issue
Contributor guide
Assessment
This issue has not been assessed yet.