Azure – Minimal Web Api Not Returning Desired Result
I have created a minimal ASP.NET Core Web API project in Visual Studio. And then deploying this to Azure Web App Service to be able to 'GET' results remotely. Locally, the /weatherforecast sample data runs fine as well as the…