Hi @Lesron Scott ,
You can definitely increase your Azure DevOps parallel jobs allocation, but the exact “process” depends on whether you need Microsoft-hosted parallel jobs, self-hosted concurrent jobs, or (optionally) other agent types.
When your pipeline runs, each actively running job consumes one parallel job (i.e., a slot on an agent). If you don’t have enough, additional jobs get queued until slots are available.
Prerequisites before buying more:
To purchase/adjust parallel jobs, you need:
- Billing set up for your Azure DevOps organization
- Proper permissions (you must be a member of the Project Collection Administrators security group)
How to request/buy more parallel jobs to reach 6?
- If you’re missing free hosted parallelism (common for new orgs)
If you’re seeing an error like “No hosted parallelism has been purchased or granted”, the free tier for new orgs may require a request via the form/process mentioned in the docs/blog. Turnaround is typically a few business days.
- If you need to purchase additional parallel jobs
If your goal is 6 parallel jobs total, you’ll need to purchase more Microsoft-hosted parallel jobs for the organization (or appropriate type for your agent setup). The docs walk through purchasing in the “Configure and pay for parallel jobs” guidance.
Tip: If you already purchased extra but still can’t run as many jobs in parallel as expected, it’s because a purchased parallel job count doesn’t stack into “more than you bought.” To run two jobs in parallel, you generally need two parallel job slots available.
If your jobs are still queued
Even after increasing parallel jobs, jobs may remain queued if there are other bottlenecks (agent availability, limits, queue conditions, demands not matching agent capabilities, approval steps, etc.). The troubleshooting guide includes a section specifically for parallel job limits / no available agents / hit your free limits.
References:
- Azure Pipelines licensing & parallel jobs issues / solutions
- Configure and pay for parallel jobs (main doc)
- How parallel jobs are consumed in DevOps Services
- Troubleshoot pipeline failure to start (queue/parallel job limits section)
- Configure and pay for parallel jobs (Microsoft-hosted / change quantity section)
- Microsoft-hosted vs GitHub-hosted PAYG clarification
Hope this helps!
If the resolution was helpful, kindly take a moment to click on and click on Yes for was this answer helpful. And, if you have any further query do let us know.