Building a Terraform module for Azure SQL DB is like packaging your infrastructure magic into a reusable box. It’s the kind of thing that makes your IT life smoother. This approach tidies up your setup, making it easy to manage and reuse across different projects.…
Category: terraform
Don’t use runbooks as Elastic Agent is much better for this. You can find out how with different automation and manual techniques with my posts here. Yes, you still need to do some work to maintain indexes in Azure SQL Database. This post will walk…
This is part of a series of new job blog posts. You can find them all here. Week 5 goal: set up Ola index maintenance for all Azure SQL Databases. This week is about learning Flyway. I’m using Flyway because my company requires this for…
This is part of a series of new job blog posts. You can find them all here. The main goal for week 4: set up auditing for all Azure SQL Databases. This week is again about learning more Terraform. I’m using Terraform because my company…
This is part of a series of new job blog posts. You can find them all here. UPDATED: I needed to change out resources that will be deprecated, such as azurerm_mssql_database, azurerm_mssql_firewall_rule, and azurerm_mssql_server. Code snippets in this post and GitHub are updated accordingly. The…