Manage databases in Azure SQL Database by using Azure Automation
Applies to:
Azure SQL Database
Azure SQL Managed Instance
This guide will introduce you to the Azure Automation service, and how it can be used to simplify the management of databases in Azure SQL Database.
About 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, efficiency, and time to value for your organization. For information on getting started, see Azure Automation intro
Azure Automation provides a workflow execution engine with high reliability and high availability, and that scales to meet your needs as your organization grows. In Azure Automation, processes can be kicked off manually, by third-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 Azure Automation can help manage your databases
With Azure Automation, you can manage databases in Azure SQL Database by using PowerShell cmdlets that are available in the Azure PowerShell tools. Azure Automation has these Azure SQL Database PowerShell cmdlets available out of the box, so that you can perform all of your SQL Database 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 across third-party systems.
Azure Automation also has the ability to communicate with SQL servers directly, by issuing SQL commands using PowerShell.
The runbook and module galleries for Azure Automation offer a variety of runbooks from Microsoft and the community that you can import into Azure Automation. To use one, download a runbook from the gallery, or you can directly import runbooks from the gallery, or from your Automation account in the Azure portal.
Note
The Automation runbook may run from a range of IP addresses at any datacenter in an Azure region. To learn more, see Automation region DNS records.
Next steps
Now that you've learned the basics of Azure Automation and how it can be used to manage Azure SQL Database, follow these links to learn more about Azure Automation.
Feedback
Submit and view feedback for