This post presents two example projects showing how to deploy a .NET Web API (backend) and an Angular application (frontend) to Azure Kubernetes Service (AKS) using Terraform for infrastructure provisioning and GitHub Actions for CI/CD. Both projects provide an end-to-end setup, including: The main difference between the projects lies in how Kubernetes resources are deployed.
Tag Archives: Angular
Angular Auth 404 (Not Found)
I have frontend app wrote in Angular on localhost:4200 and backend in C#, .NET Core on localhost:5001. I had problem with 404 errors and solution is below. It is resolving my two problems, one to gets data from my controllers and second to repair auth functionality. GET http://localhost:4200/_configuration/* 404 (Not Found)e.g.:GET http://localhost:4200/_configuration/crypto-web-app 404 (Not Found)Continue reading “Angular Auth 404 (Not Found)”