Module 6 Manage IaC using Azure and DSC:
ARM templates
- used to build multiple resources using code.
- Written in JSON
Azure CLI
az --help
- bash or powershell
automation accounts
- schedule scripts like CRON jobs.
- can pull from source code
DSC - Desired State configuration
- helps fix configuration drift
- can be used for Linux or Windows
Module 7 - Implement security and validate code bases for compliance
- Status code analysis
Open source software
- Licenses - opensource.org
Software composition analysis
Security Monitoring and Governance
- Microsoft Defender
Azure Policy
- Initiatives - set of policy definitions
Resource Locks
Prevent accidental deletion of resources
Azure Blueprint
Summary