Latest Posts
Terraform – Simplified Azure Container Instances (ACI) Deployment
·1712 words·9 mins·
100
views
·
5
likes
Hi everyone! Today, in this blog post, we will explore how to deploy Azure Container Instances (ACI) using Terraform. As we have discussed several times on this blog, ACI is a vital Azure service for running Docker containers without the need to manage underlying virtual machines.
Terraform - Azure Compute Gallery Deployment and Image Management
·1865 words·9 mins·
100
views
·
5
likes
Hi everyone! Today, in this blog post, we will explore how to deploy and manage Azure Shared Image Galleries using Terraform. As you know, Shared Image Galleries in Azure provide a centralized way to store and manage custom images for your virtual machines, enabling consistent and efficient deployments across multiple regions.
Bicep - Creating Custom Azure Policy Initiatives
·1048 words·5 mins·
100
views
·
5
likes
Hi everyone! This week we’re talking again about “Policy as Code,” an approach that brings consistency and efficiency to policy management, similar to how “Infrastructure as Code” transformed infrastructure deployment.
Terraform – Simplified Azure Container Registry (ACR) Deployment
·1407 words·7 mins·
100
views
·
5
likes
Hi folks! Today, in this blog post, we’re going to explore how to implement Azure Container Registry (ACR) using Terraform. As we’ve discussed on several occasions in this blog, ACR is an essential Azure service for storing and managing Docker container images.
Bicep - Deploying Azure Application Insights
·818 words·4 mins·
100
views
·
5
likes
Keeping our cloud applications healthy and reliable requires constant monitoring. Azure Application Insights allows us to track performance, identify errors, and gain valuable insights into the behavior of our applications.