Skip to content

Commit

Permalink
Update Azure README.md, What is N-tier achitecture (#10201)
Browse files Browse the repository at this point in the history
  • Loading branch information
peacendlovu committed Feb 2, 2024
1 parent 4ed03e7 commit 4b3d7d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions topics/azure/README.md
Expand Up @@ -152,6 +152,8 @@ An Azure region is a set of datacenters deployed within an interval-defined and

<details>
<summary>What is the N-tier architecture?</summary><br><b>

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
</b></details>

### Storage
Expand Down

0 comments on commit 4b3d7d0

Please sign in to comment.