We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8acc9b4 commit c5aa9deCopy full SHA for c5aa9de
1 file changed
instructions/0_Overview/README.md
@@ -35,13 +35,13 @@ Last updated: 2025-02-21
35
```mermaid
36
graph TD
37
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]
+ B --> C[Read KeyTable from BlobStg]
+ B --> D[Read InputFile from BlobStg]
40
C --> E[Process Data]
41
D --> E[Process Data]
42
E --> F[Generate Summary]
43
- F --> G[Save Summary to Output Container]
44
- G --> H[Summary Available for Download]
+ F --> G[Save Summary to Container]
+ G --> H[Summary Available for Dwnld]
45
46
subgraph Azure Resources
47
A
0 commit comments