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 →

A few months back I started a new journey with a new employer. In my organization, they do e-commerce hosting for various customers all over the world. So when the customer needs to host our e-commerce product as a hosting team it’s our responsibility to create the relevant Azure cloudRead 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 Virtual Machine Scale Sets (VMSS) VMSS let customers to create and manage identical, load balanced VM to distribute the application traffic among them. VMSS has the capability of automatic scale up based on the demand and scale down when the demand decreases. This will allow customers to keep theRead More →

Introduction to Azure Monitor for AKS Monitoring is a crucial for any application or infrastructure deployment, whether its on-premises or cloud solution.Applications, Infrastructure  malfunctioning can be happens in any moment. So its better to have a monitoring solution to monitor and get relevant steps before such kind of failures. AzureRead More →

Azure Blueprints allows an engineer or an architect to sketch a project’s design parameters. From this we can define a repeatable set of Azure resource that implements and adheres to an organization’s standards, patterns, and requirements. Azure Blueprints will help us to deploy our environment in a rapid way. AzureRead More →

Yesterday Microsoft announced the preview of the VM serial console access. By introducing this user can troubleshoot the VM if the boot process has been failed. Serial Console for Virtual Machines is available in all global regions starting today.You can access it by going to the Azure portal and visiting theRead More →

Azure Policies first announced in Ignite 2017 and its in private preview until 20th November 2017, now its in public preview and we can try it for experiment purpose. What is Azure Policy? Azure policy enable Azure administrators to manage policies easily across all of the subscriptions in single place.Read More →

What is Terraform ? Terraform is a tool developed by HashiCope for building, changing, and versioning infrastructure safely and efficiently. By using Terraform we can manage existing and well-known service as well as custom in-house developed solutions. Terraform support verity of cloud platforms like Azure, AWS, GCP etc. Find fullRead More →

Recently I had to migrate Hyper-V ASR solution integrate with SCVMM. So following are some consideration we have t do before migrate it. The migration not affect to VM replication process so we don’t have to worry about it. Step 1 First we have to inform the ASR PG team toRead More →