From 4b3d7d04603716cb2395e9b5d7de53d420feefaf Mon Sep 17 00:00:00 2001 From: Ndlovu Riot <53468145+peacendlovu@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:24:43 +0200 Subject: [PATCH] Update Azure README.md, What is N-tier achitecture (#10201) --- topics/azure/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/azure/README.md b/topics/azure/README.md index 27215cce8..e2715873a 100644 --- a/topics/azure/README.md +++ b/topics/azure/README.md @@ -152,6 +152,8 @@ An Azure region is a set of datacenters deployed within an interval-defined and
What is the N-tier architecture?
+ +N-tier architecture divides an application into logical layers and physical tiers. Each layer has a specific responsibility. Tiers are physically separated, running on separate machines. An N-tier application can have a closed layer architecture or an open layer architecture. N-tier architectures are typically implemented as infrastructure-as-service (IaaS) applications, with each tier running on a separate set of VMs
### Storage