Skip to content

Commit 4b3d7d0

Browse files
authored
Update Azure README.md, What is N-tier achitecture (bregman-arie#10201)
1 parent 4ed03e7 commit 4b3d7d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

topics/azure/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ An Azure region is a set of datacenters deployed within an interval-defined and
152152

153153
<details>
154154
<summary>What is the N-tier architecture?</summary><br><b>
155+
156+
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
155157
</b></details>
156158

157159
### Storage

0 commit comments

Comments
 (0)