I am a bit confused as to if I should be removing messages explicity after my Azure Function has processed the message.
I have an Azure Function that is triggerd when a new message is put on to Azure Storeage Queue. When my code has finished processing the message, do I need to explicity remove it from the queue?
Or is the fact that, the code has run without any errors, mean that the message will be removed from the queue automatically?