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
Create a release from the supplied definition, binding the named artifact to the requested build instance.
2
pollRelease
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
Fetch the release with its environments expanded to expose the deployment stages of the active release.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.