I need to get my clients IP address in an Azure function. How would I do that without using system.web
There are many similar questions but all answers are using system.web ex: here
It seems a bit overkill to me to bring in all of system.web for such a simple task. Does anybody know a better way?
Thank you