How to integrate backend apps from Azure Spring Cloud with some Angular frontend? Is AKS one solution?
Asked
Active
Viewed 180 times
1 Answers
0
Unless you are already running an AKS cluster, there are more time and cost-efficient ways to deploy an Angular front-end on Azure.
You can deploy static sites which are hosted from a storage account. There is a tool called ng-deploy which streamlines the process.
If you prefer a container based approach, you can create a container that runs nginx to serve your built Angular application and deploy it to Azure using Container Instances or App Services

bpdohall
- 1,046
- 6
- 9