Source: devblogs.microsoft.com

Review Apps in Azure Pipelines

Category: Kubernetes, yaml

Git is an incredibly effective way to collaborate on application development. Developers collaborate in feature branches and Pull Requests(PRs). Developers submit PRs for review, and once the review is complete the code change is merged into the main branch.

Related Articles