Skip to main content

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
    image.png

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


image.png

  • Licenses - opensource.org

Software composition analysis


image.png image.png

Security Monitoring and Governance


  • Microsoft Defender

Azure Policy


  • Initiatives - set of policy definitions

Resource Locks


Prevent accidental deletion of resources

Azure Blueprint


image.png

Summary


image.png image.png