I am developing logic app in azure portal with azure function app.Logic app gives randomly code query parameter invalid error for function . When ever error occurred i have
Hi this workaround worked for me
Hope it helps
I ran into this with a generic web hook function. The workaround I found was:
If that still doesn't work, you might want to try renewing the keys or adding a new one.
Goto yourfunction->manage->functionkey->default -click on the copy link under actions
Just appending code
https://{functionappName}.azurewebsites.net/api/{functionName}?code={defaultfunctionkey}