Summary
This module described Azure Automation with Azure DevOps, using runbooks, webhooks, and PowerShell workflows. You learned how to create and manage automation for your environment.
Learning objectives summary
You learned how to:
- Implement automation with Azure DevOps: Create and configure Automation accounts to manage your automation resources.
- Create and manage runbooks: Understand different runbook types (PowerShell, PowerShell Workflow, Python, Graphical) and import runbooks from the gallery.
- Create webhooks: Configure webhooks to trigger runbooks via HTTP POST requests from external services.
- Integrate source control: Connect GitHub and Azure DevOps repositories for version control and collaboration.
- Create and run workflow runbooks: Use PowerShell workflows with checkpoints and parallel processing for resilient automation.
- Plan hybrid management: Implement Hybrid Runbook Workers to manage on-premises resources from Azure Automation.