I would like to learn best practices in creating release template with MS Release Management.
What is the use of control flow tools red marked in the below screen?
I would like to learn best practices in creating release template with MS Release Management.
What is the use of control flow tools red marked in the below screen?
"Sequence" serves no purpose as far as I've seen.
"Parallel" is a container. You can put multiple servers (or multiple tags) into the Parallel container, and Release Management will execute the actions defined for those servers (or tags) in parallel.
Note: Servers defined in tags are automatically parallelized. There's no need to put a single tag into a parallel block.
"Manual intervention" allows you to halt a release at a certain point and notify a user or group of a manual step that has to be taken before the release can continue. Once the appropriate action is taken, they can use the normal approval tools to either "Accept" (they did the manual step, and it was successful) or "Reject" (they didn't do the manual step, or the manual step failed). If they choose "Reject", the release will fail. If they choose "Accept", the release will continue.