AKS startup error: Token refresh failed with invalid client secret error
After an Azure AD application secret update, an Azure Kubernetes Service (AKS) clusters may not start. This is how it can be fixed.
After an Azure AD application secret update, an Azure Kubernetes Service (AKS) clusters may not start. This is how it can be fixed.
Microsoft Azure is a Cloud Computing platform that offers interesting services to host and manage web applications. What about Angular web application? How do we do this? There is very little to do for an Angular application that you would have generated with the ng CLI: Create a new file web.config in src folder with the following contents Edit angular.json file and add the lines to include the web.config file You can have a try, there is a Azure service…
I recently initiated a new Web Application with Angular for the front-end side (JavaScript) and ASP.NET Core for web application hosting and back-end side. Implementing the full CI/CD cycle was not easy, some digging and experimentation was necessary to make everything work. The goal of this article is to provide an easy (I hope!) procedure to see the different steps and tricks. The biggest advantage of this technical solution (in comparison to a pure Angular app) is that I can…