In Azure functions, HTTP triggers lets you invoke a function with an HTTP request and default HTTP response code Azure HTTP triggered functions are - HTTP 204 No Content with empty body from version 2.x and higher
- HTTP 200 OK with an empty body from version 1.x
|