What is Terraform? Terraform is a tool developed by HashiCorp for provisioning cloud infrastructure in a declarative method. Terraform use the concept of Infrastructure as a Code (IaC) for provisioning. IaC diverts from the traditional cloud provisioning, in IaC we create code contains all the necessary components and integrations thatRead More →

Every week, I publish my reading notes. Those are the articles, blog posts, podcasts, tech videos, and books that catch my interest and that I found interesting.  Blogs Announcing the preview of Azure Shared Disks for clustered applications SQL Server runs best on Azure. Here’s why. K8s Vertical Pod AutoscalingRead More →

Every week, I publish my reading notes. Those are the articles, blog posts, podcasts, tech videos, and books that catch my interest and that I found interesting.  Blogs Azure Sentinel tables explained Automating Backup Onboarding using Azure Policy MASTERING AZURE WITH CLOUD SHELL Provisioning Azure Resources with Ansible How toRead More →

Every week, I publish my reading notes. Those are the articles, blog posts, podcasts, tech videos, and books that catch my interest and that I found interesting.  Blogs Linked ARM Templates for a Multi Resource Azure Solution Linux Lift and Shift Hands-on Lab – Microsoft Cloud Workshop Azure Sentinel: automatingRead More →

No matter who you are a developer or and IT Professional, we need to have tools to optimize the day-to-day works with VS Code. When you install VS Code for the first time you feel like its just another text editor, but the true power of VS Code comes withRead More →

This months Sri Lanka IT Pro forum, I’ll be speaking about use of IaC (Infrastructure as a Code) to deploy applications and cloud resources. For this session I’ll demonstrate how we can use Azure ARM Templates to deploy complex infrastructure without much effort. It helps us to save the timeRead More →

Azure Kubernetes service help developers & administrators to deploy and manged the containerized application  without container orchestration expertise.This eliminates the burden of ongoing operations and maintenance by provisioning, upgrading, and scaling resources on demand, without taking your applications offline. What is Terrraform? Infrastructure deployment through GUI may be cumbersome task, whenRead More →