Skip to content

cheempz/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 

Repository files navigation

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 &amp; 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
Loading

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors