Please enable JavaScript.
Coggle requires JavaScript to display documents.
2 choose - Coggle Diagram
2 choose
native Azure solution
- built into the Azure portal
- tricky as your infrastructure grows
- added into an Azure Resource Manager template
- PowerShell and Bash
- aren't suitable if your script needs more than one and a half hours to apply your configuration
- no reboot
- Azure Desired State Configuration extensions
- easy to read, update, and store
- used with Azure Automation State Configuration
- Azure portal, Azure PowerShell, or
Azure Resource Manager templates
- PowerShell
- restart
- Azure Automation State Configuration
- familiar with the Azure portal
-manages all of the virtual machines
- requires DSC configurations
- PowerShell
- Azure Resource Manager templates
- create Resource Manager templates easily
- JSON
- Azure CLI, the Azure portal, PowerShell, and Terraform.
third-party solution
- runs on the master machine, and Chef clients run as agents
- difficult because it uses a Ruby-based
- Linux windows
- download the version that
corresponds with your operating system
- easy to manage
- Azure, Amazon Web Services, and Google Cloud Platform
- you can't provision some types of services or resources.
Custom scripts extension
- downloads and runs scripts on Azure virtual machines
- post-deployment configuration, software installation
-
Chef
- can handle 10,000 nodes (machines) at a time
- workflow, whether on-premises or in the cloud
- runs as a service.
Terraform
- open-source infrastructure-as-code software tool
- easy-to-read script templates that define what type of resources to create, regardless of the cloud service provider.
-
-