How to apply for unlimited CI/CD for open source projects

Miron van der Kolk 0 Reputation points
2026-03-31T07:54:52.9566667+00:00

I'm maintaining a scientific open source project for a research collaboration. We used to have azure pipelines set up for our windows ci/cd via a partner university, but they left the collaboration and deleted their azure organisation.

I have created a new organization for our project and based on this blog post and the sign up button User's image

claiming "Parallel jobs with unlimited minutes per month" I expected this to work, but I don't know how to actually apply for this?

Every time I run the pipeline, I get the following error:

##[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

I did fill out the form, but it didn't have a field to specify I'm running an open source project or something. Anyone have a similar experience?

Azure DevOps

1 answer

Sort by: Most helpful
  1. AI answer

    2026-03-31T07:55:08.6666667+00:00

    For new Azure DevOps organizations, the free parallel jobs for Azure Pipelines (including the open‑source “unlimited minutes” offer on Microsoft‑hosted agents) are no longer enabled automatically. The error message and the link in it describe the current process.

    To get hosted parallelism for the new organization:

    1. Go to the URL shown in the error message: https://aka.ms/azpipelines-parallelism-request.
    2. Submit the request for a free grant of parallel jobs for the organization.
    3. Wait for the request to be processed; it can take several business days before the grant is applied.

    Until the request is approved, Microsoft‑hosted pipelines will fail with the No hosted parallelism has been purchased or granted error.

    Once the grant is applied, the organization will have free Microsoft‑hosted parallel jobs according to the open‑source/private project rules. If the free grant is not sufficient, additional parallel jobs can be purchased as described in the Azure Pipelines pricing documentation.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.