flowchart TB
subgraph ASE["Layer 0 · App Service Environment <i>(optional, isolated infra)</i>"]
style ASE fill: #102a43
subgraph PLAN["Layer 1 · App Service Plan <i>(infra abstraction)</i><br/>OS · Region · VM size & count · Pricing tier"]
style PLAN fill:#1b3958
subgraph APP["Layer 2 · App Service (Web App)<br/>code · settings · runtime · deployment slots"]
style APP fill:#29527a
I1["`Instance 1 WEBSITE_INSTANCE_ID: a1`"]
I2["`Instance 2<br/>WEBSITE_INSTANCE_ID: b2`"]
I3["`Instance 3<br/>WEBSITE_INSTANCE_ID: c3`"]
end
end
end
classDef instStyle fill:#486581
class I1 instStyle
class I2 instStyle
class I3 instStyle
cheempz/test
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|