Search code examples
azurecontinuous-deploymentazure-resource-manageroctopus-deploy

How to include in our repository Infrastructure as Code using Visual Studio


We are trying to implement a continuous deployment pipeline and we would like to create our resources from Azure Resource Templates.

Questions

1.What kind of a project should we choose?

2.How should we integrate it with Octopus ?

3.How should we trigger the infrastructure setup process ?

enter image description here


Solution

  • I.Using this template is a progress in the right direction. enter image description here

    II.Octopus calls Azure API s so it is much better to provide a deployment package and in case needed deploy it using VS.

    enter image description here

    enter image description here

    III.Starting Continuous Deployment with Push makes the process easier as the locus of control is better.