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