Skip to main content

Posts

Showing posts from April, 2025

Deploying and Managing Scalable, Cloud-Based Infrastructure in Azure

This blog post is located over here; Managing Scalable Azure Infrastructure    Here are my notes while the above portfolio is being restored; I...accidentally deleted it while mass cleaning out my Drive and didn't realize for a week. Oops. If anyone has a contact at Google who would like to help, I'm on LinkedIn.  They're messy, but the gold shines through. In Summary (Load Balancing and maintenance); I created two azure load balancers for web app redundancy and speed; this eliminates single points of failure. Health probes let me know if something needs attention.   Distributes web traffic across multiple virtual machines, making it resilient + scalable, maintain performance, and eliminate single points of failure. A health probe makes sure everything is up and operational, and LB rules distribute HTTP traffic. Hands-on experience configuring 2 azure load balancers, a tool that, at it’s base basicness, has multiple components that ensure uptime, optimize web traffi...