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.
26 posts
-
Introduction to csabakeller.com
The demo is the site itself Most portfolios tell you what someone can build. This one runs on it. csabakeller.com is a self-hosted Django site. A public landin…
-
Deploying Virtual Machines
This post walks through creating a virtual machine in Azure four different ways - PowerShell, the Azure CLI, an ARM template and the Azure portal - so you can …
-
Virtual Machines Overview
What Is a Virtual Machine? A virtual machine is Azure's core Infrastructure as a Service (IaaS) compute offering — it gives you the raw resources to run applic…
-
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…