Documentation menu

Runbooks examples

Use Octopus docs with AI

Azure

Octopus Deploy can help you automate the provisioning of infrastructure in Azure using runbooks.

Octopus is great for helping you perform repeatable and controlled deployments of your applications into Azure, but you can also use it to manage your infrastructure in Azure. Runbooks can be used to help automate this without having to create new deployment releases.

Typical routines could be:

  • Creating a new Resource group.
  • Spinning up a new Virtual Machine.
  • Managing firewall rules.
  • Tearing down a Resource group.

Out-of-the-box, Octopus provides built-in steps to help manage your infrastructure in Azure:

Learn more