Open AdamEr8 opened 1 year ago
We currently use exit() which should terminate gracefully. We want a failed run to return a failure, so we can use Azure Function Alerts to know something failed.
exit()
We currently use
exit()
which should terminate gracefully. We want a failed run to return a failure, so we can use Azure Function Alerts to know something failed.