PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, September 28, 2022

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

 September 28, 2022     azure, azure-resource-manager, continuous-deployment, octopus-deploy     No comments   

Issue

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.



Answered By - Rıfat Erdem Sahin
Answer Checked By - David Goodson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing