Hi, I’m trying to set up a staging environment in Vercel using Azure Devops repositories.
I have set up a deploy pipeline using the Azure Devops extensions as in the documentation which is working fine, to either deploy to production environment, or just a random preview deploy.
But I want to set up a fixed staging environment. In the docs this can be done by connecting the domain to a branch in the repo. But for Devops, I cant connect.
Any solutions to this?
Cheers!
1 Like
Hi, @msigvartsen!
But for Devops, I cant connect.
I was confused by this part of your question. Can you clarify?
We have some instructions in our guide on how you can set up a fixed staging environment. Does that help?
Cross-posting some relevant documentation for anyone that may come across this.
Hi @pawlean !
Sorry, to clarify - when creating a new domain for staging, I cannot select a git branch when im using Azure Devops. It seems like I can only connect to either GitHub, Bitbucket or GitLab.
Ah, I see what you mean now. Thanks for the clarification!
Could you try using Vercel’s “Manual Promote” feature? This allows you to create staged deployments that don’t automatically assign domains.
Giving you more control over when domains are assigned to deployments, enabling manual promotion of production deployments to serve traffic.
More details: