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

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



Solution 1:[1]

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://docs.microsoft.com/en-us/azure/devops/pipelines/licensing/concurrent-jobs?view=azure-devops&tabs=ms-hosted

Solution 2:[2]

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

Solution 3:[3]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Juan Pablo Guerra
Solution 2 Omid Karami
Solution 3 Jaydeep Suryawanshi