You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're writing a function that is using a trigger type that has no built-in retry such as a HTTP or Event Hubs there is no way to handle errors that occur when executing output bindings. This can result in the loss of data. The same is not true in C#, because types such as IAsyncCollector can be used and flushed while in user code e.g.
If you're writing a function that is using a trigger type that has no built-in retry such as a HTTP or Event Hubs there is no way to handle errors that occur when executing output bindings. This can result in the loss of data. The same is not true in C#, because types such as IAsyncCollector can be used and flushed while in user code e.g.
A good JavaScript experience might look something like this:
The text was updated successfully, but these errors were encountered: