I have a web API set up with Azure functions. This has been working fine from my web server for about a week. Suddenly today the functions return 401 unauthorised when call remotely but when fine in the Azure Portal. AFAIK nothing has changed.
Any one know why I now get a 401?
I have tried restarting the function app but that doesn't fix it.