Basic Azure Function returns 404 as soon as it is published / works fine locally
Oleg Boyarsky
16
Reputation points
Let me preface by saying that I'm totally new to Azure Functions.
I followed the basic example and created a simple function that works absolutely fine locally.
I then proceeded to publish it via VS2019. It published fine, and I see everything about it in Azure Portal.... unfortunately, it always returns 404 (not found) whenever I try to access it. The function is there as I can "see it" via "functions" tab and I see it being there... its just i can't figure out how to access it and resolve the 404.
Please help,
Thanks,
Oleg
Sign in to answer