How to validate request for Azure Functions

You might want to validate the HttpRequest using Azure Functions. However, we don’t have any implementation on the Azure Functions now. I…