I deployed an ASP.NET core 2.2 web application that works fine locally. On the portal, nothing is showing a problem. When I call it, https://xxxxxxxxx.azurewebsites.net/api/values I get "The resource you are looking for has been removed, had its name
changed, or is temporarily unavailable." (404)
What should I change for it to work?
Ofer Gal