Forum Discussion
Mrmgraham
Jun 10, 2021Copper Contributor
Angular App on App Service
We have an angular app deployed to an Azure App Service, currently still in development so the hosting of the app service is still in consideration. Lots of blogs suggest deploying an Angular app to ...
subhankars
Jul 10, 2021Copper Contributor
You won’t miss out any features.
Azure Storage Account’s Static Web is a very good option and way cheaper. If you add CDN on top of that your job is done. Your site becomes globally distributed. Check more abut or here >> https://subhankarsarkar.com/one-dollar-deployment-of-single-page-application-in-azure/
With new Azure Static Web, CDN comes freely. Also you can have a serverless backend api in Azure Functions.
Check out this article for an Angular Deployment with Azure Static App >> https://link.medium.com/sLfHL9RPLhb
I hope this helps.
Azure Storage Account’s Static Web is a very good option and way cheaper. If you add CDN on top of that your job is done. Your site becomes globally distributed. Check more abut or here >> https://subhankarsarkar.com/one-dollar-deployment-of-single-page-application-in-azure/
With new Azure Static Web, CDN comes freely. Also you can have a serverless backend api in Azure Functions.
Check out this article for an Angular Deployment with Azure Static App >> https://link.medium.com/sLfHL9RPLhb
I hope this helps.