Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 3.13 KB

automation-manage-storage.md

File metadata and controls

43 lines (32 loc) · 3.13 KB
title description services documentationcenter author manager editor ms.assetid ms.service ms.workload ms.tgt_pltfrm ms.devlang ms.topic ms.date ms.author
Manage Azure Storage using Azure Automation
Learn about how the Azure Automation service can be used to manage Azure Storage at scale.
storage, automation
jodoglevy
eamono
bac41c39-1d95-46aa-a481-ec17bbb21b40
storage
storage
na
na
article
05/23/2016
eamono

Managing Azure Storage using Azure Automation

This guide will introduce you to the Azure Automation service, and how it can be used to simplify management of your Azure Storage blobs, tables, and queues.

What is Azure Automation?

Azure Automation is an Azure service for simplifying cloud management through process automation. Using Azure Automation, long-running, manual, error-prone, and frequently repeated tasks can be automated to increase reliability and efficiency, and reduce time to value for your organization.

Azure Automation provides a highly-reliable and highly-available workflow execution engine that scales to meet your needs as your organization grows. In Azure Automation, processes can be kicked off manually, by 3rd-party systems, or at scheduled intervals so that tasks happen exactly when needed.

Lower operational overhead and free up IT / DevOps staff to focus on work that adds business value by moving your cloud management tasks to be run automatically by Azure Automation.

How can Azure Automation help manage Azure Storage?

Azure Storage can be managed in Azure Automation by using the PowerShell cmdlets that are available in Azure PowerShell. Azure Automation has these Storage PowerShell cmdlets available out of the box, so that you can perform all of your blob, table, and queue management tasks within the service. You can also pair these cmdlets in Azure Automation with the cmdlets for other Azure services, to automate complex tasks across Azure services and 3rd party systems.

The Azure Automation runbook gallery contains a variety of product team and community runbooks to get started automating management of Azure Storage, other Azure services, and 3rd party systems. Gallery runbooks include:

Next Steps

Now that you've learned the basics of Azure Automation and how it can be used to manage Azure Storage blobs, tables, and queues, follow these links to learn more about Azure Automation.

See the Azure Automation tutorial Creating or importing a runbook in Azure Automation.