A guide to configuring and deploying Azure Functions with Kudu. Learn about the deployment engine built into Azure and how to set it up.

Show you how to migrate an existing .NET Windows Service reading messages from Service Bus to a Function running on Azure.

An introduction to Azure Functions and the rationale behind porting parts of elmah.io from Windows Services to Functions.

Utilize elmah.io to store actual Content-Security-Policy errors happening in your users browsers. We've developed a simple proxy to make it easy.

In this post, I'll explain the Content-Security-Policy header and how to set it up in ASP.NET, MVC, and Web API. Avoid code injection using CSP.

The Error Impact Increased Email notifies you when one or more errors happen more frequently than usual.

Improving the security in your ASP.NET MVC and Web API app is easy using custom headers and C# code. Learn about all headers to avoid exploits.

A friend of mine had to hire a developer to implement a web-based system in ASP.NET MVC. Here's a quick summary of what I came up with.

In this post, I will show you how to enrich an error using error filtering with custom data before sending it off to the configured ELMAH store.