Forum Discussion
Infra as Code vs VMSS
- Aug 12, 2024
Hi experi18,
absolutely correct, your VMs within the scale set are built automatically etc.
Nevertheless, in my view it is always sensible to create the infrastructure (resource group, VNet, subnet etc.) including the scale set via IaC.
The advantages are also for small environments: Sustainability, reproducibility, scalability and standardisation.
Please also remember that you need a data centre licence for Windows machines 😉
Regards, Matthias
Why do create even the VMSS via IAC?
Hi experi18,
absolutely correct, your VMs within the scale set are built automatically etc.
Nevertheless, in my view it is always sensible to create the infrastructure (resource group, VNet, subnet etc.) including the scale set via IaC.
The advantages are also for small environments: Sustainability, reproducibility, scalability and standardisation.
Please also remember that you need a data centre licence for Windows machines 😉
Regards, Matthias
- experi18Aug 12, 2024Brass Contributor
Matthias-Braun thanks a lot for the support on this!