Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to publish Angular Universal to azure website?

Please someone correct me if this is wrong.

  1. create backend, dotnet core api
  2. create angular universal enabled site using backend api
  3. publish #1 as separate instance (dotnet core app service)
  4. publish #2 as another separate instance. (node.js app service)

I am trying to get the site to be SEO friendly. Or maybe even just plain dot net core mvc project with Razor pages.

like image 304
wil Avatar asked Dec 01 '25 06:12

wil


1 Answers

The scenario you described would work and since you are charged by the app service plan and not the app service you can host both apps in the same plan and not incur extra charges. However you can also add Angular to the front end of a .NET core application and deploy to a single app in Azure as well. Please see this article for reference

like image 103
Joel Guerra Avatar answered Dec 04 '25 05:12

Joel Guerra



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!