❔ Syntactical Difference In Azure Function Scripts
I have syntax for two files:
They both work, but it seems that there is significant difference in the syntax. What's up with this? ChatGPT says that the first one (the one that returns HttpResponseData) is Azure Functions v4, whereas the
async Task<IActionResult>
one is Azure Functions v3. Is this true?2 Replies