We've prototyped a multi-stage YAML pipeline in Azure DevOps. One thing that we need is the ability to manually deploy to one of several environments directly.
In other words, we may want to deploy to Dev environment or to Test environment.
I can think of ways to do it that seem like kludges but would prefer something more proper.
What is the preferred way to set this up?