I have an EventGrid triggered Node.js Azure function app.
It can receive 100 simultaneous calls to run. If the process succeeds or fails, it writes to CosmosDB.
Ho