The tax portal still uses risky all-at-once production replacements that are hard to roll back. Which deployment strategy improvement should be introduced?
Select an answer to reveal the explanation.
Short Explanation
All-at-once is jumping without a rope—blue/green lets the new tax portal warm up beside the old one, then flip (and flip back). Citywide shutdowns and hand-patched load balancers are not strategies.
Full Explanation
Blue/green deployment strategies improve release safety by maintaining parallel environments and enabling rapid traffic cutback on failure. All-at-once in-place overwrites, prolonged citywide outages, and manual live infrastructure edits increase risk for an existing high-visibility tax portal.