Your company currently has a set of applications deployed to Azure. All of the changes are managed via Azure DevOps. The requirements of each application, when it comes to feature releases, are given below
|
Application Name
|
Requirement
|
|
testapp1
|
This is a mission critical application. You have to ensure that a small group of users first opt for testing changes to the application, before the actual change is released.
|
|
testapp2
|
Here you need to minimize the deployment of changes to the application. You should be able to roll back also as quickly as possible.
|
Which of the following is the release strategy you would opt for testapp2?
Answer options:
A.Blue/Green deployment
B.Canary deployment
C.Rolling deployment
D.Primary deployment