IT fi eld for quite some time and got accustomed to various web technologies. ▸ Currently he mainly develops .net web apps for the Azure cloud. ▸ He is into devops culture.
the management of infrastructure (networks, virtual machines, load balancers, and connection topology) in a descriptive model, using the same versioning as DevOps team uses for source code. Like the principle that the same source code generates the same binary, an IaC model generates the same environment every time it is applied. IaC is a key DevOps practice and is used in conjunction with continuous delivery.” (Microsoft)
▸ Write con fi gurations ▸ Use “data” instead of “resource” ▸ e.g. we may need reference to an existing Service Bus ▸ The “Service Bus” maybe be part of other IaC..
easily; already mainstream concept ▸ Terraform - a sample of what we expect from IaC (code/test/deploy infrastructure) ▸ Microsoft world - we can use non-Microsoft tools for a better job