We recently wanted to set up CI for one of our Angular apps on Azure. After spending sometime going through a sea of suggestions on the same we concluded on the following steps! Hopefully this helps a fellow programmer save some time! Step1:- To deploy an Angular 2 app (in this case v4) to Azure […]
Category Archives: Kudu
Using the Azure Support Portal to diagnose a CPU Spike!
In one of our recent projects we had alerts set up for CPU and memory spikes. The CPU alert was set at 10% and 50%. While we got the 10% alert periodically when the app was in active usage , we also got a few 50% alerts once in a while which would get resolved […]
How we almost killed our Azure Deployment by diagnosing it!
We recently learnt a lot of new lessons in Azure Websites deployments and diagnostics and will plan to write a set of blogs to hopefully help some fellow programmers but this one lesson is most important to remember before you even start diagnosing! Recently while checking the health of one of our production deployments we […]