Update Azure README.md, What is N-tier achitecture (#10201)

This commit is contained in:
Ndlovu Riot 2024-02-02 15:24:43 +02:00 committed by GitHub
parent 4ed03e7125
commit 4b3d7d0460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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