Hey Lakshmi, it sounds like you’re waiting on approval for Azure Pipelines Microsoft-hosted agents and haven’t seen your request granted yet. Here are a few things to check and try:
- Did you request free hosted parallelism for a new organization?
- Microsoft changed the process for granting free hosted agents. You must fill out the Azure DevOps parallelism request form.
- It typically takes 4–5 business days to review and approve. Once approved, you’ll see the free parallel job show up under Organization Settings > Parallel jobs.
- Are you seeing an error like “No hosted parallelism has been purchased or granted”?
- That message means your free parallelism request is still pending (or was never submitted). After submitting the form, keep an eye on the Parallel jobs page in your org settings.
- If more than a week goes by with no update, email azpipelines-freetier@microsoft.com and reference your request.
- If your pipeline is simply unable to select a hosted pool:
- Make sure your project contributors (or your account) have permission to use the Azure Pipelines pool. The org owner can grant you access via Organization settings > Pipelines > Agent pools > Azure Pipelines > Security.
- In a YAML pipeline you specify the pool like this:
or in classic pipelines you choose Azure Pipelines and pick the image.pool: vmImage: 'ubuntu-latest'
If none of the above aligns with what you’re seeing, could you share a bit more detail?
- What exact error message appears when you try to queue a build?
- Is this a new Azure DevOps organization or an existing one?
- When and how did you submit your hosted-agent request?
- Can you confirm you’ve checked Organization settings > Parallel jobs for its status?
Reference links:
- Request free tier (parallelism) for new orgs
- Change in Azure Pipelines grant for private projects
- Parallel jobs page in Azure DevOps: Organization settings > Pipelines > Parallel jobs
- Agent pool security
- Microsoft-hosted agent FAQ
Note: This content was drafted with the help of an AI system.