How to deploy Angular 6 with .NET Core 2.0 Web API Application to Microsoft Azure?
I have created ASP.NET Core 2.0 Web API (Server-Side app) application and inside that created Angular 6.0 app (Client-Side app). Both apps are build and running successfully in a local environment (Database - MongoDB: mLab server).
Now, I want to deploy an angular app with .net core web API app to Azure environment in a single web app service (where client app and server app (web API) will serve).
However, I deployed an angular app (client-side) to the Azure environment but not with .net.