I am using the Azure Functions SQL Extension.
I have an endpoint with the following parameters (documentation).
"parameters": "@Limit={Query.limit},@Status={Query.status}",
Does anyone know whether it's possible to assign default/null values to Query parameters? E.g. if i don't specify status in my HTTP query string i want it to be null.
Currently it fails with the message:
Error while accessing 'status': property doesn't exist