Azure Automation

Azure Automation is an advanced feature which helps us a lot in managing the cloud and integrating our services. Azure Automation helps us in saving time and money, eliminating repetitive tasks, and improving reliability as well as efficiency.

Understand what Runbook is

Example for a Runbook

Let's take an example. Suppose the Runbook is holding a set of instructions which are the operations to be performed. Let's make a set of work as follows.

All the above instructions can be added to a Runbook. You can just start the Runbook, specify the SQL Server name, database name, and sit back until the process gets completed automatically, with help of Azure Automation handled with Runbook.

Creating a Runbook for Azure Automation

Over here, we will be working with creating a Runbook for Azure Automation. This Runbook will be just as simple as creating basic work and we will be moving with critical difficult tasks to be done with the help of this Runbook on Azure Automation.

Requirement

  1. Azure account – Click here to get a temporary Azure account.
  2. Azure running as account
  3. Azure Virtual Machine

Follow the below steps now.

Step 1

Open your Azure portal account now or Click here.

Automation

Step 2

Search for Azure Runbook from the Azure marketplace and select the Runbook whose publisher is Microsoft.

Automation

Click on "Create" now.

Automation

Fill in the fields that show up on the next blade, as shown below.

Follow the next article of mine to work on adding activities for Runbook and testing the Runbook.