Add Tags to Azure Resources with Terraform

In Terraform Infrastructure as Code, Azure tags are a way to add metadata to the resources in Azure. Terraform configuration is an excellent opportunity for us to create tags and assign them to our resources. This blog post will discuss how we can do this using Terraform Configuration language with Terraform CLI commands.

Read more

Create Azure Log Analytics Workspace With Terraform

Azure Log Analytics Workspace is a solution for advanced log management. It provides insights into the logs collected. Azure Log Analytics Workspace is relevant to any organization with the scale of data processing or enterprise-level security requirements. It has features that help in monitoring, analyzing and detecting threats in various ways.

Read more