Share via

need parallel execution When executing an Azure Pipeline [error]No hosted parallelism has been purchased or granted. Filled the free parallelism grant, at https://aka.ms/azpipelines-

Muhd Azril 0 Reputation points
2025-09-15T07:07:59.93+00:00

Need parallel execution When executing an Azure Pipeline [error]No hosted parallelism has been purchased or granted. Filled the free parallelism grant, at https://aka.ms/azpipelines but the access has not been given

Azure DevOps

1 answer

Sort by: Most helpful
  1. Rakesh Mishra 9,695 Reputation points Microsoft External Staff Moderator
    2025-09-26T14:50:24.11+00:00

    Hi @Muhd Azril ,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    Please find the quote from Azure DevOps document below.

    The free grant of parallel jobs for public projects and for certain private projects in new organizations is temporarily disabled. However, you can request this grant by submitting a request. Existing organizations and projects aren't affected. It can take several business days to process your free tier requests. During certain time periods, processing times might be longer.

    To check if Free grant is provisioned or not. Please check below.

    • Browse to Organization settings > Pipelines > Parallel jobs.
      Location of parallel jobs in organization settings.
    • View the maximum number of parallel jobs that are available in your organization.
    • For project
      Number of parallel jobs Time limit
      Public project Up to 10 free Microsoft-hosted parallel jobs that can run for up to 360 minutes (6 hours) each time No overall time limit per month
      Private project One free job that can run for up to 60 minutes each time 1,800 minutes (30 hours) per month

    Reference: https://learn.microsoft.com/en-us/azure/devops/pipelines/licensing/concurrent-jobs?view=azure-devops&tabs=ms-hosted#check-the-parallel-jobs-setting-directly

    Workarounds

    1. Short-term unblock - use a self-hosted agent
    2. If you prefer Microsoft-hosted and need guaranteed parallelism now: buy parallel jobs

    Was this answer helpful?

    0 comments No comments

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.