Quick Notes93 words
Desired state configuration for environments — quick notes
Desired state configuration — quick notes
| Technology | Layer | Status |
|---|---|---|
| ARM templates | Azure resources | Current (JSON) |
| Bicep | Azure resources | Current — transpiles to ARM |
| Automation State Configuration | In-guest | Retires 30 Sep 2027 |
| Machine Configuration | In-guest | Current successor (+ Arc for hybrid) |
- Bicep → ARM JSON → same deployment engine.
- ARM/Bicep configure resources, not the inside of the OS.
Trap: treating Automation State Configuration and Machine Configuration as equal current options.