Skip to content

Commit c5aa9de

Browse files
authored
inf diagram
1 parent 8acc9b4 commit c5aa9de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

instructions/0_Overview/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Last updated: 2025-02-21
3535
```mermaid
3636
graph TD
3737
A[Upload File to Blob Storage] -->|Trigger| B[Azure Function]
38-
B --> C[Read Key Table from Blob Storage]
39-
B --> D[Read Input File from Blob Storage]
38+
B --> C[Read KeyTable from BlobStg]
39+
B --> D[Read InputFile from BlobStg]
4040
C --> E[Process Data]
4141
D --> E[Process Data]
4242
E --> F[Generate Summary]
43-
F --> G[Save Summary to Output Container]
44-
G --> H[Summary Available for Download]
43+
F --> G[Save Summary to Container]
44+
G --> H[Summary Available for Dwnld]
4545
4646
subgraph Azure Resources
4747
A

0 commit comments

Comments
 (0)