FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Deploying a full, three-tier book review web app on Azure
How-ToWeb Development

Deploying a full, three-tier book review web app on Azure

via Dev.toDuru Juliet Chinenye3h ago

I designed and deployed one of my most hands-on cloud engineering projects: deploying a secure, scalable book review application using a full three-tier architecture on Microsoft Azure. But the real growth came from the challenge I hit along the way and how I solved it. The Problem I Encountered After deploying the backend (Node.js/Express) for the book review app in private subnets, the frontend couldn’t reach it. The internal load balancer was healthy, and the backend was running on port 3001, but every request from the frontend timed out. Everything looked correct: subnets, routes, health probes, VM status—yet the app simply wouldn’t connect. How I Solved It The issue turned out to be a Network Security Group (NSG) misconfiguration. The App Tier NSG wasn’t allowing inbound traffic from the Web Tier on port 3001, even though the internal load balancer was configured correctly. I fixed it by: •Updating the App Tier NSG •Allowing inbound traffic only from the Web Tier NSG •Opening port

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

How to get money from the government for your open source project
How-To

How to get money from the government for your open source project

Lobsters • 18m ago

Go channels aren’t always the right tool
How-To

Go channels aren’t always the right tool

Medium Programming • 35m ago

I Built a Tamagotchi With OpenClaw and Learned Something Embarrassing
How-To

I Built a Tamagotchi With OpenClaw and Learned Something Embarrassing

Medium Programming • 56m ago

Do We Still Need Low-Level Knowledge in Software Engineering?
How-To

Do We Still Need Low-Level Knowledge in Software Engineering?

Medium Programming • 1h ago

Laravel Validation Rules: How to Create and Use Them
How-To

Laravel Validation Rules: How to Create and Use Them

Medium Programming • 2h ago

Discover More Articles