Azure Functions
An Azure service that provides an event-driven serverless compute platform.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm currently executing an HTTP POST request to communicate with an Azure Function.
Given a table of test results, the query should return the results of all the users with a given email address. It's currently an array of emails.
This is my query in the Azure Functions portal
What am I doing wrong? How can I format the HTTP params properly?
Thanks