Am learning how to use Azure functions and so new to it. I have a httptrigger Azure function written in NodeJs. I am thinking of a logic on how to parse data from httptrigger function URL and use it in my code. Would like some suggestions on this?
In simple words,
- I would like to know how to pass a string parameter to the functions URL.
- Then parse the string from the URL and use it in my code logic.