Terraform -- IAC-1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ https://www.youtube.com/watch?v=Ff0DoAmpv6w ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ You would usually have a Test step in between this which we are not using in our DevOps workflow. The code will be pushed to GitHub and the GitHub will trigger the build on Azure DevOps . Azure DevOps is going to build a Docker Image , Then we are going to push the docker image to the docker Hub . And then it is going to use Terraform to provision and deploy that image on Azure , and it is going to do in conjunction with Azure DevOps And this deployment is going to be completely automated . Only manual step for the day would be to put up to the GitHub. Today's agenda is highlighted below. Some Benefits of IaC - Infrastructure as a Code . All of them are free except the exception of Azure. Lets get coding our Infrastructure . Firstly...