Explore runbook gallery
Azure Automation runbooks are provided to help eliminate the time it takes to build custom solutions.
The runbooks have already been built by Microsoft and the Microsoft community.
You can use them with or without modification.
Also, you can import runbooks from the runbook gallery at Azure Automation Github in the runbooks repository Azure Automation - Runbooks.
Note
The AzureRM PowerShell module has been officially deprecated as of February 29, 2024. Users are advised to migrate from AzureRM to the Az PowerShell module to ensure continued support and updates. For more general details on the new Az PowerShell module, go to Introducing the new Azure PowerShell Az module.
Choosing items from the runbook gallery
In the Azure portal, you can import directly from the runbook gallery using the following high-level steps:
- Open your Automation account, and then select Process Automation > Runbooks.
- In the runbooks pane, select Browse gallery.
- From the runbook gallery, locate the runbook item you want, select it, and select Import.
When browsing through the runbooks in the repository, you can review the code or visualize the code.
You can also check information such as the source project and a detailed description, ratings, and questions and answers.
For more information, see Azure Automation.
Note
Python runbooks are also available from the Azure Automation Github in the runbooks repository. To find them, filter by language and select Python.
Note
You can't use PowerShell to import directly from the runbook gallery.