First i need to know why we use environments under pipelines in Azure devops and Is there any Monthly/Yearly limitation in creating build or releases in Azure DevOps? Anyone Please HELP !
Asked
Active
Viewed 76 times
1

Cyril Cereaic Joseph
- 268
- 5
- 14
-
Did you read the documentation on that feature? – Daniel Mann Jul 16 '20 at 13:18
-
@DanielMann yeah i read that. it mentions about the build time limit. But i need to know that whether there exist any limit on the number of builds that can be made – Cyril Cereaic Joseph Jul 16 '20 at 16:25
1 Answers
1
Here is a doc about the advantages of using environments.
1.Deployment history
2.Traceability of commits and work items
3.Diagnose resource health
4.Permissions
whether there exist any limit on the number of builds that can be made
There is no limit. You can create hundreds or even thousands of pipelines for no charge. You can register any number of self-hosted agents for no charge.
But as you said, they have build time limit and parallel job limit.
You could refer this doc for more detailed information.

Kevin Lu-MSFT
- 20,786
- 3
- 19
- 28