Click here to Skip to main content
15,887,683 members
Articles / Hosted Services / Azure

Deploying ASP.NET Boilerplate Apps for Devs in a Hurry

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
26 Aug 2020CPOL7 min read 8.5K   5  
This is the story of my first site, where I threw the SPA (Single Page Application) into ASP.NET Core's wwwroot directory, and slung it up to Azure App Services as a single site, and called it a day.
If deploying a SPA in an ASP.NET Core site is in your future, this article is for you. I'll go over it in five steps: Creating a database, deploying a database, creating an app service, compiling and deploying the host, and compiling and deploying Angular.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
Lee is a Microsoft MVP and a prolific writer, speaker, and youtuber on .Net and open source topics. Lee is a Solution Samurai at InfernoRed ( http://infernoredtech.com). When not coding he enjoys running, mountain biking, smoking brisket, electronics, 3D printing, and woodworking. He is active on twitter where you can reach him @lprichar ( https://twitter.com/lprichar).

Comments and Discussions