Operations on Automation

 

The section describes how you can implement automation with the Microsoft Azure Automation API.

The Azure Automation service provides a highly reliable and scalable workflow execution engine to automate frequently repeated management tasks. The processes are automated through runbooks, which are Windows PowerShell Workflows run in the Azure Automation execution engine.

You can use this API to create, update, read, and delete automation resources, including runbooks and runbook jobs. In addition you can manage assets such as variables, schedules, Windows PowerShell modules, credentials, and certificates.

Azure Automation tasks

You can automate the following resources. Each resource contains specific tasks for that resource.

See Also

Automation