Please enable JavaScript.
Coggle requires JavaScript to display documents.
Protection of Azure VM with Azure Automation State Configuration - Coggle…
Protection of Azure VM with Azure Automation State Configuration
Azure Automation State Configuration
Importance
Azure Automation DSC terms
PowerShell DSC
Operational modes
Push mode
Pull mode
What is Azure Automation State Configuration
Local Configuration Manager
Push and pull architectures in DSC
DSC requirements
Achieve a desired state using PowerShell DSC
Analysis of DSC code block
DscConfiguration
Resource
Node
Configuration
Configure data block in DSC script
DSC Resource
Protected credentials in DSC script
Service provided by Push mode
Service provided by Pull mode
Introduction