Azure Automation - knowlesy/AZ400 GitHub Wiki
Runbooks serve as repositories for your custom scripts and workflows.
- Schedules: It allows you to define a one-off or recurring schedule.
- Modules: Contains Azure PowerShell modules.
- Modules gallery: It allows you to identify and import PowerShell modules into your Azure automation account.
- Python packages. Allows you to import a Python package by uploading: .whl or tar.gz packages.
- Credentials: It allows you to create username and password credentials.
- Connections: It allows you to specify Azure, Azure classic certificate, or Azure Service principal connections.
- Certificates: It allows you to upload certificates in .cer or pfx format.
- Variables: It allows you to define encrypted or unencrypted variables of types—for example, String, Boolean, DateTime, Integer, or no specific type.