Base solution for your next web application
Open Closed

ASP.NET Core & Angular 2.x #2246


User avatar
0
thomas created

Hi there,

Deploying the server to a Azure Web App is working fine - can use the Swagger UI and so on :) But how to deploy the Client App to the same Azure Web App?

Directly via the Deploy menu from Visual Studio will end up in a HTTP Error 502.5 - Process Failure

Thank you Kind regards, Thomas


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You cannot deploy it from Visual Studio directly. First you need to create a build, see <a class="postlink" href="https://github.com/angular/angular-cli#creating-a-build">https://github.com/angular/angular-cli#creating-a-build</a>

    Then you need to upload those files to your web app.