I am able to perform a web deploy to an Azure App Service successfully, but then the web application can't be found.
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 via e.g.,
https://xxxxxxxxx.azurewebsites.net/api/values
I get the error:
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. (404)