Automating Azure Resource Cleanup with Azure Automation Notebooks

The aim of this post is to present an approach to cleaning up orphaned resources in Azure to prevent unnecessary costs and improve the maintainability of the cloud environment. Azure Automation lets you streamline and orchestrate repetitive tasks across your Azure environment. Whether you're cleaning up orphaned resources, rotating secrets, or enforcing compliance, Automation gives …

Continue reading Automating Azure Resource Cleanup with Azure Automation Notebooks

Dynamic Terraform Module for Azure Diagnostic Settings

Enabling diagnostic settings is a fundamental requirement for deploying services on Azure. Each type of resource has a different set of log and metric categories. It could get quickly complicated and clunky if you don't use a dynamic way to fetch those log and metric categories. However, before we open the floodgates, we also need …

Continue reading Dynamic Terraform Module for Azure Diagnostic Settings