Discover which Azure DevOps projects meet the criteria for granting free parallel jobs in Azure Pipelines. Learn about the factors that determine eligibility, such as the number of users, repository type, and project visibility.
Table of Contents
Question
You have an Azure DevOps subscription that contains the projects shown in the following table.
Name | Number of users | Repository | Visibility |
---|---|---|---|
Project1 | 100 | Project1 public repository | Public |
Project2 | 5 | Project1 public repository | Public |
Project3 | 2 | Private GitHub repository | Private |
Project4 | 1000 | Public GitHub repository | Public |
Project5 | 150 | Public GitHub repository | Private |
You build apps for the projects by using Azure Pipelines.
Which two projects meet the criteria for granting free parallel jobs? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. Project1
B. Project3
C. Project4
D. Project2
E. Project5
Answer
B. Project3
D. Project2
Explanation
Azure Pipelines offers free parallel jobs for projects that meet certain criteria. The eligibility for free parallel jobs depends on the following factors:
- Number of users: The project must have 5 or fewer distinct users.
- Repository type: The project must use Azure Repos Git, Subversion, or TFVC repositories, or GitHub repositories (public or private).
- Visibility: The project can be either public or private.
Analyzing the given projects:
- Project1 has 100 users, which exceeds the limit of 5 users for free parallel jobs.
- Project2 has 5 users and uses the Project1 public repository, meeting the criteria for free parallel jobs.
- Project3 has 2 users and uses a private GitHub repository, qualifying for free parallel jobs.
- Project4 has 1000 users, surpassing the 5-user limit for free parallel jobs.
- Project5 has 150 users, which is more than the allowed limit of 5 users for free parallel jobs.
Therefore, Project3 and Project2 are the only projects that meet all the necessary criteria for granting free parallel jobs in Azure Pipelines.
Microsoft AZ-400 certification exam assessment practice question and answer (Q&A) dump including multiple choice questions (MCQ) and objective type questions, with detail explanation and reference available free, helpful to pass the Microsoft AZ-400 exam and earn Microsoft AZ-400 certification.