Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

##[error]No hosted parallelism has been purchased or granted

If I run my Azure DevOps pipeline I am getting the below-mentioned error. If anyone knows about this issue please help me.

[error]No hosted parallelism has been purchased or granted. To request a free parallelism grant, please fill out the following form https://aka.ms/azpipelines-parallelism-request

enter image description here

like image 220
Harish Azure Avatar asked Jun 18 '21 11:06

Harish Azure


3 Answers

Microsoft has temporarily disabled the free grant of parallel jobs for public projects and for certain private projects in new organizations. However, you can request this grant by submitting a request. Existing organizations and projects are not affected. Please note that it takes us 2-3 business days to respond to your free tier requests.

https://learn.microsoft.com/en-us/azure/devops/pipelines/licensing/concurrent-jobs?view=azure-devops&tabs=ms-hosted

like image 91
Juan Pablo Guerra Avatar answered Oct 27 '22 19:10

Juan Pablo Guerra


Microsoft has changed the policy to allow the free tier of a hosted agent pools for public and private projects of newly created DevOps organizations by citing the reason that many are abusing this feature by sending a huge amount of traffic on these hosted agents pools. Due to this reason, many are getting the following error during the build pipeline.

Try this solution:

https://www.compilemode.com/2021/04/no-hosted-parallelism-has-been-purchased-or-granted-azure-devops.html

like image 34
Omid Karami Avatar answered Oct 27 '22 20:10

Omid Karami


To get free tier access you can submit request on below Microsoft portal. Generally, it takes 2-3 business days.

https://aka.ms/azpipelines-parallelism-request

like image 45
Jaydeep Suryawanshi Avatar answered Oct 27 '22 18:10

Jaydeep Suryawanshi