Azure Functions.- Http Trigger read query and post data
How to read query string in a get call and how to read body content on a post call for Http Triger Azure Functions Each escenary Read Query [Function("ReadQuery")] public async Task<HttpRespo...