Learn how to create Azure Automation Accounts


LearnAzureDevOps-O5

Learn how to create Azure Automation Accounts

How to Create Automation Accounts in Azure

An Automation Account in Azure is a container that holds all your automation resources, such as runbooks, schedules, variables, credentials, and configurations. Creating an automation account is the first step to automating tasks in Azure, such as managing virtual machines, applying patches, or using Azure Automation to manage resources.

You can create an Automation Account using the Azure Portal, Azure CLI, or Azure PowerShell.

Below are the steps for each method.

1. Create an Automation Account Using the Azure Portal

Here are the steps:

  1. Log in to the Azure Portal:

Go to Azure Portal.

  1. Navigate to Automation Accounts:

In the left sidebar, search for "Automation" in the search bar, or go to All ServicesManagement + GovernanceAutomation Accounts.

  1. Click on "Create":

Click the + Create button to start the process of creating a new Automation Account.

  1. Fill in the Required Details:

    • Subscription: Choose the Azure subscription where you want to create the automation account.

    • Resource Group: Choose an existing resource group or create a new one.

    • Name: Provide a unique name for your automation account (e.g., MyAutomationAccount).

    • Region: Choose the region where the automation account will be located (e.g., East US).

  2. Create Azure Run As account:

Select Yes to create a Run As account (this is used for authenticating the automation account to Azure resources).

  1. Review + Create:

After filling in the details, review your selections. If everything looks good, click Create to create the automation account.

  1. Wait for Deployment:

Azure will deploy the automation account. Once completed, the Automation Account will appear in your resource list.

2. Create an Automation Account Using Azure CLI

You can create an automation account using the Azure CLI, which is a cross-platform tool that allows you to manage Azure resources via the command line.

Prerequisites:

Azure CLI must be installed on your machine. You can install it by following the instructions here.

Make sure you're logged in using the following command:

Follow the steps below:

  1. Create a Resource Group (if you don’t already have one):

  1. Create the Automation Account:

  • Replace MyAutomationAccount with the name you want to use for your automation account.

  • Replace MyResourceGroup with your desired resource group.

  • Choose the location (e.g., eastus).

  1. Verify the Automation Account:

After creating the automation account, you can verify it with the following command:

3. Create an Automation Account Using PowerShell

You can also create an Automation Account using Azure PowerShell. Before starting, ensure you have the Az PowerShell module installed. You can install it by running the following command in PowerShell:

Here are the steps:

  1. Log in to Azure:

  1. Create a Resource Group (if not already created):

  1. Create the Automation Account:

  1. Verify the Automation Account:

After creating the automation account, you can check the account details using the following command:

4. Create an Automation Account Using ARM Templates

You can also automate the creation of an Automation Account by using an Azure Resource Manager (ARM) template. This is especially useful for replicating automation accounts across multiple environments.

Example ARM Template:

Deploy ARM Template:

You can deploy this ARM template using the Azure CLI:

5. Managing Automation Accounts

Once you've created an automation account, you can manage it through the Azure Portal, CLI, or PowerShell.

Some key management tasks include:

  1. Adding Runbooks: Automate tasks using scripts (e.g., PowerShell, Python).

  2. Creating Schedules: Schedule your runbooks to run at specific intervals.

  3. Setting Up Update Management: Automate patch management for your VMs.

  4. Configuring Credentials: Store and securely manage credentials for accessing resources.

  5. Enabling Hybrid Runbook Worker: For automation on on-premises or hybrid environments.

Summary

Creating an Azure Automation Account is a straightforward process, and it can be done via the Azure Portal, Azure CLI, PowerShell, or ARM templates. Once the account is created, you can use it to manage your cloud and hybrid resources, automate various tasks, and improve operational efficiency.

Related Articles


Rajnish, MCT

Leave a Reply

Your email address will not be published. Required fields are marked *


SUBSCRIBE

My newsletter for exclusive content and offers. Type email and hit Enter.

No spam ever. Unsubscribe anytime.
Read the Privacy Policy.