Azure function 2 :- Testing trigger Azure function type
You can easily test out non http Azure function (atleast in V2) easily by posting data to the following url, where ClaimValidationFunction is my function name.
Please note : - don't forget to spell plural case /functions and not function correctly.
http://localhost:7071/admin/functions/ClaimValidationFunction
Comments