Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.54 KB

F003-P002-P710-Extend Release Pipeline for Test and Prod.md

File metadata and controls

29 lines (23 loc) · 1.54 KB
code effort bonus required type
OY608YZQ
25
false
true
Product Backlog Item

Extend Release pipeline with new environments

Description

The outage made people aware that is better to roll out gradually before moving to production. The rollout to different environments should be embedded in the pipeline and be triggered every time a change is committed.

Achievement

In this achievement, you will set up a Test and Production Stage in the Continuous Deployment Release Pipeline. The pipeline uses the Service Principals that are created as VSTS EndPoints.

Acceptance criteria

  • Release Pipeline creates Azure Resources for Dev, Test and Production
  • Release Pipeline contains three environments
  • Each environment targets it own Azure resource group
  • VSTS Endpoint is configured and used in the Release Pipeline

Links