How to use the output of a Bicep deployment triggered from a Azure Pipeline for subsequent tasks, jobs and stages. — When composing pipelines in Azure DevOps that involve deploying to Azure using Bicep you will at some point want to use pipeline variables as input parameters and use the output of such a deployment, e.g. the name of a resource you just created in a subsequent pipeline task e.g. …