Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Atlas Actions
Atlas Actions

Atlas Actions

Ariga

| (1) | Free
Atlas Action for Azure DevOps Pipeline
Get it free

Atlas Actions Extension for Azure DevOps

Twitter Discord

This extension provides the AtlasAction task to run atlas-action on Azure DevOps.

How to use

After installing the extension, you can add one (or more) of the tasks to your pipeline.

add-task

Here is an example pipeline that pushes the schema to Atlas Registry

trigger:
- master

pool:
  vmImage: ubuntu-latest

steps:
- script: curl -sSf https://atlasgo.sh | sh
  displayName: Install Atlas
- script: atlas login --token $(ATLAS_TOKEN)
  displayName: Atlas Login
- task: AtlasAction@1
  inputs:
    action: 'schema push'
    config: 'file://atlas.hcl'
    env: 'azure'
    schema_name: 'azure-devops'

Features

  • Support for running Atlas-Actions on Azure DevOps (only Linux runner).
  • Reporting lint results back to Pull Request on GitHub.
  • Currently, only GitHub is supported as SCM.

Support

Need help? File issues on the Atlas Issue Tracker or join our Discord server.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft