One click deploy of multiple artifacts in Azure Devops

0 votes
I have a solution with about 20 projects, each it's own service and we are moving to Azure. Currently we are using Octopus to deploy our solution and we could continue using that in Azure but if possible would like to drop it.

We don't run Continious Deployment.

What I am looking for is a way to deploy all our 20 or so projects without having to deploy them individualy. In other words I'm looking for a "button" that allows me to deploy all services to a certain environment.

I can't seem to find that does it exist?
Mar 16, 2022 in DevOps & Agile by Edureka
• 13,670 points
888 views

1 answer to this question.

0 votes
I assume you're using Azure App Service because you didn't specify where you're deploying your apps (since you said "moving to Azure"). Yes, you can use a single pipeline to deploy numerous projects.

Set up your build pipeline first, and then set up a release pipeline with several stages. This is the now "old" way of doing things. One app/project can be used for each stage of your release pipeline.

Microsoft suggests using the new multi-stage pipeline, which allows you to declare both your build and release parameters in the same YAML template.

Here's a link to a guide I found that provides a simple example of deploying several projects to Azure App Service from a single solution in Azure DevOps (this is the legacy way).
https://www.johansmarius.com/2019/10/deploying-multiple-projects-from-one 18.html
answered Mar 24, 2022 by gaurav
• 23,260 points

Related Questions In DevOps & Agile

0 votes
0 answers

What is Artifacts in Azure DevOps?

Could someone tell me what are Artifacts ...READ MORE

Feb 16, 2023 in DevOps & Agile by Edureka
• 12,690 points
408 views
0 votes
1 answer
0 votes
1 answer

What does continuous engineering in DevOps consist of?

Continuous development is a software development process ...READ MORE

answered Dec 13, 2021 in DevOps & Agile by Neha
• 9,060 points
8,705 views
0 votes
1 answer

Azure DevOps Wiki: How can I link the subpages in the parent page?

Unfortunately, Azure Devops does not have the ...READ MORE

answered Mar 8, 2022 in DevOps & Agile by gaurav
• 23,260 points
438 views
0 votes
1 answer

Azure DevOps Wiki: How can I link the subpages in the parent page?

Unfortunately, Azure Devops does not have the ...READ MORE

answered Mar 8, 2022 in DevOps & Agile by gaurav
• 23,260 points
3,225 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Is it possible to have a link to raw content of file in Azure DevOps

https://dev.azure.com/{{organization}}/{{project}}/_apis/sourceProviders/{{providerName}}/filecontents ?repository={{repository}} &path={{path}} &commitOrBranch={{commitOrBranch}} ...READ MORE

answered Mar 24, 2022 in DevOps & Agile by gaurav
• 23,260 points
2,720 views
0 votes
1 answer

How can I preview PowerPoint files in Azure DevOps (VSTS)?

For work item attachments, there are no ...READ MORE

answered Mar 8, 2022 in DevOps & Agile by gaurav
• 23,260 points
942 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP