Connect Azure DevOps and DigitalOcean to unlock the power of automation
- No credit card required
- Free forever for core features
- 14-day trial for premium features and apps
How Zapier works
Zapier makes it easy to integrate Azure DevOps with DigitalOcean - no code necessary. See how you can get setup in minutes.
Choose a trigger
A trigger is the event that starts your Zap—like a "Completed Build" from Azure DevOps.
Add your action
An action happens after the trigger—such as "Add SSH Key" in DigitalOcean.
You’re connected!
Zapier seamlessly connects Azure DevOps and DigitalOcean, automating your workflow.
Supported triggers and actions
Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.
- Build DefinitionRequired
- Build Status
- ProjectRequired
Try ItTriggerInstant- ProjectRequired
- Repository
- Branch
Try ItTriggerInstant- ProjectRequired
- Area Path
- Work Item Type
Try ItTriggerInstant- ProjectRequired
- Build DefinitionRequired
ActionWrite
- ProjectRequired
- PathRequired
Try ItTriggerInstant- ProjectRequired
- Area Path
- Work Item Type
- Contains StringRequired
Try ItTriggerInstant- ProjectRequired
- Area Path
- Work Item Type
- Changed Field
Try ItTriggerInstant- ProjectRequired
- TypeRequired
- TitleRequired
- Area
- Iteration
- Assigned To
- Description
ActionWrite
Zapier is the automation platform of choice for 87% of Forbes Cloud 100 companies in 2023




93%
Customers who say using Zapier has made them better at their job
25m
Customers have created over 25 million Zaps on the platform
6 mins
The average user takes less than 6 minutes to set up a Zap
Frequently Asked Questions about Azure DevOps + DigitalOcean integrations
New to automation with Zapier? You're not alone. Here are some answers to common questions about how Zapier works with Azure DevOps and DigitalOcean
How can I set up Azure DevOps to trigger actions in DigitalOcean?
You can connect Azure DevOps and DigitalOcean by using webhooks or third-party tools. For instance, you can create a webhook in Azure DevOps that listens for specific events like code pushes or pull requests and then automatically trigger actions in DigitalOcean, such as creating a droplet, executing scripts on existing droplets, or adjusting scaling configurations.
What is the process to automate deployment from Azure DevOps to a DigitalOcean droplet?
To automate deployment from Azure DevOps to a DigitalOcean droplet, set up a pipeline in Azure DevOps where the release includes scripts or plugins that connect with your droplets. You may utilize SSH keys for secure authentication and run Docker containers or other applications directly on your droplets based on triggers defined in your CI/CD pipeline.
Can I use a build completion trigger in Azure DevOps for tasks in DigitalOcean?
Yes, build completion triggers can be configured in Azure DevOps. After a successful build, you might want to run specific tasks on DigitalOcean droplets. This is possible by using scripts that are executed when the build completes successfully, triggering actions like data synchronization or application deployment on your droplets.
Is it possible to manage Droplet power actions from an Azure DevOps pipeline?
Certainly! We can integrate custom scripts within an Azure DevOps pipeline that allows executing various power actions such as powering off, powering on, or rebooting DigitalOcean Droplets. This could be triggered at different stages of your pipeline depending on deployment requirements.
How do we handle access authentication between Azure DevOps and our DigitalOcean resources?
Secure access between Azure DevOps and DigitalOcean usually involves API tokens for authentication. In our integration setup, we'd store these tokens securely using secrets in the Azure Pipelines library. This ensures secure communication when our scripts interact with the DigitalOcean API for tasks like deployment or resource management.
Are there any specific plugins available for integrating Azure DevOps with DigitalOcean?
While there might not be direct plugins aimed solely at integrating both platforms currently available inside their marketplaces, community plugins or extensions exist that assist with SSH and API calls making it easier to manage deployments and automate processes between them.
What types of events in Azure DevOps can act as triggers for managing services in DigitalOcean?
Common events that are often used as triggers include code commits (push), pull requests created/merged, builds completed successfully/unsuccessfully, or manual triggers initiated via the interface. These can initiate workflows such as spinning up new servers, updating software packages on running servers or deploying new versions of applications onto existing infrastructure within DigitalOcean.