Skip to content

Components

flowchart LR
    B1[fa:fa-database SAP<br>B1]
    SL[fa:fa-phone SAP<br>Service<br>Layer]
    ADF((fa:fa-chevron-circle-right <br>Azure Data<br>Factory))
    DSL((fa:fa-star-of-life Dataset))
    RS1(fa:fa-chart-pie Report)
    SQL[fa:fa-database Azure SQL Server]

    B1-->SL-->|JSON|ADF-->SQL-->|refresh|DSL-->RS1

    style ADF fill:#007fff  
    style SQL fill:#007fff  
    style DSL fill:#FFD700,color:#fff
    style RS1 fill:#FFD700,color:#fff