Looking for step-by-step guide or best practices on how to migrate from Octopus deploy to Azure pipeline. Similar to the documentation Microsoft has on Travis migration to Azure pipelines.
Asked
Active
Viewed 1,326 times
1 Answers
1
Regarding this issue,as far as I know, there is no clear document to introduce the migration from Octopus to azure pipeline. The existing documents are all about two technologies work together as part of a pipeline:Octopus Integration with Azure DevOps. The reason why the two need to work together is because they have their own advantages, you can refer to this case about this.
If you decide to deprecate Octopus and only use azure devops,then I think you can first understand how to use pipeline to deploy through the official documentation. Here are some document you can refer to :

Hugh Lin
- 17,829
- 2
- 21
- 25
-
Thanks for reaching out and for the documentation links. Yes the initial plan is to deprecate Octopus, our first step is to create a pipeline design in Azure and understand what steps can be directly translated and what steps need more work. You links will help!!! – user3440473 Apr 22 '20 at 09:54