From a058ee901aa2e147a1084d388d8a3588f3e7f0c5 Mon Sep 17 00:00:00 2001 From: Mathew Charles Date: Tue, 15 Aug 2017 14:49:36 -0700 Subject: [PATCH] Created Function Filters (markdown) --- Function-Filters.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Function-Filters.md diff --git a/Function-Filters.md b/Function-Filters.md new file mode 100644 index 0000000..c6a036d --- /dev/null +++ b/Function-Filters.md @@ -0,0 +1,5 @@ +## Overview + +Function Filters are a way for you to customize the WebJobs execution pipeline with your own logic. Filters are very similar in spirit to [ASP.NET Filters](https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/filters). They can be implemented as declarative attributes that can be applied to your job functions/classes. + + \ No newline at end of file