Infrastructure as Code (IaC)

Prancer Io 21 Reputation points
2020-08-17T01:47:43.133+00:00

Why IaC is Becoming the New Standard?

Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jenny Yan-MSFT 9,356 Reputation points
    2020-08-17T08:49:14.11+00:00

    Hi,
    Infrastructure as Code (IaC) uses a high-level descriptive coding language to automate the provisioning of IT infrastructure. This automation eliminates the need for developers to manually provision and manage servers and some other complex settings.

    With the demanding needs on cloud platforms, IAC becomes more popular with its certain benefits to make the management more easier for the IT support.
    Reference links:
    https://learn.microsoft.com/en-us/azure/devops/learn/what-is-infrastructure-as-code
    https://www.infoworld.com/article/3344382/what-is-infrastructure-as-code-a-big-step-up-from-server-scripting.html
    Note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.

    -----Please "Accept as answer" if the reply is helpful-----

    Best regards,
    Jenny

    1 person found this answer helpful.

  2. Pesala Sampath 26 Reputation points
    2021-08-18T07:08:18.327+00:00

    Hi,

    I would say, IaC is so rappidly trending becase of "need for speed" in IT resource deployment, management and decommissioning.
    When we deploye IT resources like VMs, Containers, vNets and so on, we have the option to deploye through GUI or CLI given by the Virtualization platform. For ex: we can use Azure Cloud portal or Azure CLI which are native to Azure. You can do the same with managing and decommissioning. IaC goes one step further by enabling a common languange for multiple vendors. For ex: Terraform, Ansible. They will also allow you to keep your code in a structured and secure manner to reuse and share.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.