Skip to content

gsag/hello-azure-automation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Azure Automation

An example on how use Azure Automation Runbook to execute operations against Azure SQL Databases.
The Terraform file creates an instance of Azure SQL Server, Database and Database Objects as well an Azure Automation Account with a RunBook that is triggered hourly to execute a Stored Procedure via PowerShell.

Implementation

Dependencies

Running the project

$ cd env/
$ az login
$ terraform init
$ terraform apply -var resource_group_name="myrg"

About

Azure Automation example

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 69.1%
  • TSQL 30.9%