Is there a best way to abandon a message in an Azure dotnet isolated function app? I'm currently throwing an exception to force the function to complete unsuccessfully as there is no way to access a MessageReciever like you do in an in-process azure function to manually complete or abandon a message.
Asked
Active
Viewed 275 times
3
-
1These operations are currently not supported refer this answer https://github.com/Azure/azure-functions-dotnet-worker/issues/293 – Mohit Ganorkar Aug 26 '22 at 10:01