Azure DevOps · Arazzo Workflow
Azure DevOps Provision and Inspect a Git Repository
Version 1.0.0
Create a Git repository, confirm it, and list its branches.
Provider
Workflows
provision-and-inspect-repository
Create a repository, confirm it, and list its branches.
Creates a Git repository in a project, retrieves it to confirm creation, and lists its branch refs.
1
createRepository
repositories_create
Create the Git repository in the target project. The response carries the new repository ID used by later steps.
2
confirmRepository
repositories_get
Fetch the repository by ID to confirm it exists and capture its default branch and web URL.
3
listBranches
refs_list
List the repository refs filtered to heads/ so the initial branches are visible after provisioning.