Architecture Repository
Write-ups, projects, and the notes I take chasing certifications.
A working archive of how things are designed and why. Posts are one-off write-ups. Series dig into a larger topic across multiple posts.
13 entries
-
Configure Load Balancers
Backend Pool and Load Balancing Rules A backend pool is a group of virtual machines that receive traffic from the load balancer — it represents the servers han…
-
Load Balancers
Load Balancing Overview A load balancer distributes incoming traffic across multiple servers to prevent any single server from being overwhelmed. It ensures re…
-
Azure Resource Manager Overview
Azure Resource Manager Overview Azure operations are classified into two main types: control plane and data plane. The control plane helps you manage resources…