Tags: Azure

Using the Azure WebJob API

Azure App Service Benjamin Perkins

I wrote an article here that discusses how to troubleshoot a WebJob, during the creation of that post I found decided to figure out this technique as well (calling the WebJob API). Originally, I was using the Azure SDK to trigger the WebJob from Visual Studio Server Explorer, as shown in Figure 1. Figure 1, […]

Read More →

Auto Heal your Azure Web App

Azure App Service Benjamin Perkins

If your Web App is not behaving like you expect, you might consider implementing Auto Healing. Auto Healing for a Web App lets you take an action when certain events occurr, for example: When request count breaches a certain limit When requests are running slower that expected When an unexpected http status code is received […]

Read More →