top of page


Azure Application Gateway vs Azure Load Balancer
A Deep Dive into Layer 7 vs Layer 4 Traffic Management 📌 Introduction When designing scalable and highly available cloud architectures in Microsoft Azure, one of the most critical decisions engineers face is: 👉 Should I use Azure Load Balancer or Azure Application Gateway? While both services distribute traffic, they operate at different layers of the OSI model and are built for completely different use cases. Understanding this distinction is essential for building secure,

Mohd Faizullah
2 days ago3 min read
Â
Â
Â


Implementing an Azure Load Balancer
A Complete Hands-On Guide for High Availability and Scalability 📌 Introduction In today’s cloud-native world, ensuring high availability and seamless scalability is non-negotiable. One of the core services that enables this reliability in Microsoft Azure is the Azure Load Balancer. In this hands-on lab, we implemented a Standard Azure Load Balancer and configured its essential components, including backend pools, health probes, and load balancing rules, to efficiently distri

Mohd Faizullah
2 days ago2 min read
Â
Â
Â


Configure Azure Virtual Network Peering (Step-by-Step Guide)
📘 Overview In this hands-on lab, we explore how to configure Azure Virtual Network (VNet) Peering, a key feature that allows seamless communication between Azure virtual networks. We’ll walk through: Understanding the scenario Configuring VNet peering Creating virtual machines using Azure PowerShell (Aditional step) Testing the peering connection 🧠Scenario You are working as an Administrator, and if you have task to connect two Azure virtual networks. The goal is to enable

Mohd Faizullah
3 days ago2 min read
Â
Â
Â


HCX Data‑Plane Diagnostics — The Practical Guide to Faster Troubleshooting
When HCX migrations or network extensions misbehave, most engineers instinctively start checking firewall rules, routing, or DNS. That’s necessary—but it’s not always the fastest approach. HCX includes a powerful built-in feature called Data‑Plane Diagnostics that helps you validate site‑to‑site data‑plane connectivity and quickly pinpoint why a Service Mesh tunnel is down, degraded, or behaving inconsistently. This blog explains what Data‑Plane Diagnostics is , how to run

Mohd Faizullah
Mar 102 min read
Â
Â
Â


Uninstalling VMware HCX: A Comprehensive Step-by-Step Guide
Uninstalling VMware HCX 4.11 in a Private Cloud Environment

Mohd Faizullah
Dec 20, 20253 min read
Â
Â
Â


VMware HCX Manager: How to Backup a Step-by-Step Guide
VMware HCX Manager: How to Backup a Step-by-Step Guide

Mohd Faizullah
Dec 20, 20252 min read
Â
Â
Â


Create GitHub Repository through Terraform – Step-by-Step Guide
Managing infrastructure and development workflows manually often leads to inconsistency and inefficiency. This is where Terraform , a...

Mohd Faizullah
Sep 20, 20252 min read
Â
Â
Â


Mastering Terraform for Cloud Automation
In this blog, we’ll cover the following: Quick Introduction to Terraform Setting up an AWS IAM User Writing Terraform Code Deploying AWS Resources Destroying Infrastructure with Terraform Best Practices for Using Terraform Quick Introduction to Terraform Terraform is an open-source IaC tool that allows you to define and provision infrastructure in a declarative way using configuration files. Some key highlights include: Automates infrastructure provisioning. Provides repeat

Mohd Faizullah
Sep 15, 20253 min read
Â
Â
Â


Introduction and Understanding Terraform: The Power of IaC in Modern Cloud Architecture
In today’s cloud-driven world, manual infrastructure management is no longer sustainable. Whether you're deploying across AWS, Azure, or...

Mohd Faizullah
Sep 10, 20252 min read
Â
Â
Â


Discover Emerging Technology Trends for 2025/26
Every year, technology evolves at a breakneck pace. And 2025 is no exception! If you want to stay ahead, you need to know what’s coming...

Mohd Faizullah
Sep 4, 20253 min read
Â
Â
Â


Automating AWS Infrastructure with Terraform
What’s Covered in This Blog Post? Step 1: Install Visual Studio Code Step 2: Install AWS CLI Step 3: Install Terraform Step 4: Install VS Code Extensions Step 5: Set Up AWS IAM Step 6: Configure Terraform to Create AWS VPC and Subnet Step 7: Verify VPC and Subnet in AWS Console Step 8: Destroy Resources Please Note: I've pasted the screenshots from my lab for your reference. Step 1: Install Visual Studio Code First, download and install Visual Studio Code for your o

Mohd Faizullah
Aug 2, 20253 min read
Â
Â
Â


How to Collect SDDC Manager Logs for Troubleshooting and Diagnostics
Situation: This blog post provides a detailed, step-by-step guide on how to collect SDDC Manager logs, which can be essential for troubleshooting issues or conducting diagnostics within a VMware Cloud Foundation (VCF) environment. Procedure: SSH to SDDC Manager, switch to "root". Run the following command to begin collecting the SDDC Manager logs. # /opt/vmware/sddc-support/sos --sddc-manager-logs --zip Note: If you need to collect logs for a specific domain or the NSX Manag

Mohd Faizullah
Apr 12, 20251 min read
Â
Â
Â


Automate ISO File Deletion from VMware vCenter Datastores Using PowerShell
In a VMware vCenter environment, managing ISO files across multiple datastores can be a cumbersome task. If you have numerous ISO files that need to be deleted, doing it manually is time-consuming and prone to errors. Thankfully, PowerShell, combined with VMware PowerCLI, can automate this process efficiently. Prerequisites: Before running the script, ensure you have "VMware PowerCLI" installed, if not then below is the command line to install it. # Install-Module -Name VMwar

Mohd Faizullah
Feb 11, 20252 min read
Â
Â
Â


Automate "ISO" File Retrieval from VMware vCenter Datastores Using PowerShell
If you've ever needed to manage a multitude of ISO files across multiple datastores in a VMware vCenter environment, you know how time-consuming and error-prone it can be to manually search for these files. That's where PowerShell comes in handy! By leveraging PowerShell scripts, you can automate the process of retrieving information about all ISO files from datastores, saving you time and reducing the risk of human error. Why PowerShell? PowerShell is a powerful scripting la

Mohd Faizullah
Feb 11, 20252 min read
Â
Â
Â


VCF SDDC Manager: Depot Connection Issues Check
Sometimes VMware's depot is just down or facing depot connection issue. First off, verify the "VMware Customer Connect Depot" connection status from SDDC UI. Administration > Online Depot Start off with a simple ping to verify SDDC network connection with Depot. SSH into your SDDC Manager as vcf and su to root. # ping depot.broadcom.com Can you can ping from the SDDC Manager? If you can, most likely you aren't having a connection issue. SSH into your SDDC Manager as vcf and s

Mohd Faizullah
Feb 2, 20251 min read
Â
Â
Â


How to: Bundle Cleanup from SDDC Manager
Sometime you are required to remove the old upgrade and installed bundles to free up space on your SDDC Manager. In this blog post, we will see the instructions for removing old upgrade and installed bundles. Supported Environment: VMware Cloud Foundation 3.x VMware Cloud Foundation 4.x Procedure: UI login to SDDC Manager. Go to Lifecycle Management > Bundle Management > Download History. Take a note of Bundle ID that needs to be deleted/cleanedup. Create a snapshot of the SD

Mohd Faizullah
Feb 2, 20251 min read
Â
Â
Â


While VCF Upgrade, Plan Patching/Upgrading Screen Does Not Populate Customize Option in SDDC Manager 5.2.1
Issue: While performing VCF upgrade from 4.5.2 to 5.2.1, we observed when selecting the "Customize Upgrade" before the vCenter upgrade, it doesn't load and populate for customization options. Cause & Task: This occurs if there is any stale 6.x vCenter bundle reference existing in the LCM database. Check if there was any old & stale 6.x or 7.x vCenter bundle available in downloaded history in SDDC Manager. Resolution: Take a snapshot of the SDDC Manager VM. SSH into the SDDC m

Mohd Faizullah
Jan 26, 20252 min read
Â
Â
Â


PowerShell Scripts to Manage ESXi Host Configuration Settings "UserVars.ESXiShellTimeOut"
In environments with many ESXi hosts, managing hosts with scripts is faster and less error prone than managing the hosts from the vSphere Client. VMware PowerCLI is a Windows PowerShell interface to the vSphere API, and includes PowerShell cmdlets for administering vSphere components. ESXCLI includes a set of commands for managing ESXi hosts and virtual machines. Situation: While ESXi host hypervisor & firmware upgrade, there was a requirement for all ESXi host's advance sett

Mohd Faizullah
Jan 26, 20252 min read
Â
Â
Â


HCX Upgrade v4.9 To v4.10: A Step-by-Step Technical Guide
This blog post will provide a detailed, step-by-step guide to upgrading HCX components seamlessly. Upgrading VMware HCX (Hybrid Cloud Extension) is a vital process to ensure that your environment remains secure, feature-rich, and compatible with the latest VMware products. Why Upgrade HCX? Upgrading HCX ensures that your infrastructure benefits from: Enhanced Security: Patches and updates address vulnerabilities and strengthen your environment. New Features: Access the late

Mohd Faizullah
Jan 26, 20253 min read
Â
Â
Â


Gateway Cutover: From Source Site to Target Site Using HCX
Gateway cutover is a critical activity that marks the final phase of the migration process. It is performed only after all virtual...

Mohd Faizullah
Jan 22, 20252 min read
Â
Â
Â
bottom of page