How to integrate Azure Spring Cloud with Angular frontend

215 Views Asked by At

How to integrate backend apps from Azure Spring Cloud with some Angular frontend? Is AKS one solution?

1

There are 1 best solutions below

0
On

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