How do you trigger an Azure function via HTTP without providing a variable?
Microsoft's documentation example [1] got an example where you have to provide a variable (name) in the URL. How can I remove all code associated with the variable such that it just uses an HTTP connection?
The reason for this is that I want to run my function using Azure Data Factory, but my function does not need an input