5

I am considering using Vercel for my front-end architecture but at the moment my codebase is hosted in Azure Repos.

Is there a way to integrate Azure Repos with Vercel?

Jonathan Dsouza
  • 568
  • 1
  • 5
  • 17

1 Answers1

3

This is the closest I have come to a viable solution to deploy Azure Repos on Vercel but it involves using Azure CI/CD pipelines.

https://vercel.com/guides/using-vercel-cli-for-custom-workflows

There is a significant drawback, with this approach you will not be able to toggle between deployments with a click of a button.

Jonathan Dsouza
  • 568
  • 1
  • 5
  • 17