You want to create a new minor version of an application ruleset to add a new feature to your application. The new feature will be made available to users in a phased rollout.
How do you update the application to add the new ruleset version?
You want to create a new minor version of an application ruleset to add a new feature to your application. The new feature will be made available to users in a phased rollout.
How do you update the application to add the new ruleset version?
To update an application and add a new feature that will be rolled out in phases, it is best to create a new application version and lock and roll the existing ruleset. This approach ensures that the existing version remains stable while the new version can be tested and rolled out gradually. Lock and roll essentially involves taking a snapshot of the current rules, locking them to prevent further changes, and rolling out the new version with the added features. Creating a new application version helps in managing different versions and their respective features more effectively.
B , it will create new application version which can be distributed in phase
From the guide: "In lock and roll, what occurs after you use the wizard to create a new, empty ruleset? An SA copies the required rules into the empty ruleset to create the new application version." So, the answer is B.
Lock and Roll is for patch version so can rule out A & B of the two remaining I'm inclined to select D, can anyone else confirm?
You can use lock and roll for minor versions aswell, the answer is B.