Archive for January, 2016

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 →

Using HTTP/2 with ARR and IIS 10

IIS Benjamin Perkins

I was asked a question about if the Application Request Router supports the HTTP 2 protocol on IIS 10 (not sure what it will be called). I was pretty confident that it did, but nothing beats a test to confirm it. So that is what I did. I used this article here that contains some […]

Read More →