Azure DevOps · Arazzo Workflow
Azure DevOps Create and Monitor a Release
Version 1.0.0
Create a release from a definition, poll it active, and fetch environments.
Provider
Workflows
create-and-monitor-release
Create a release, poll until active, and fetch its environments.
Creates a release from a definition and artifact, polls until it is active, and retrieves the release with environments expanded.
1
createRelease
releases_create
Create a release from the supplied definition, binding the named artifact to the requested build instance.
2
pollRelease
releases_get
Fetch the release by ID and check its status. While the release is still a draft, loop back and poll again; once active, continue to the environments step.
3
getReleaseWithEnvironments
releases_get
Fetch the release with its environments expanded to expose the deployment stages of the active release.