Created
October 24, 2022 16:39
-
-
Save bbachi/4528e512d18a089954ac3d24ac8ccfd7 to your computer and use it in GitHub Desktop.
Blob Trigger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "bindings": [ | |
| { | |
| "type": "eventGridTrigger", | |
| "name": "eventGridEvent", | |
| "direction": "in", | |
| "path": "sample-csv" | |
| } | |
| ], | |
| "scriptFile": "../dist/trg-csv-reader/index.js" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment