Skip to content

Latest commit

 

History

History
 
 

samples

Azure Functions .NET Worker Samples

This folder contains a set of samples that demonstrate various scenarios.

Samples

Sample Description
Configuration Demonstrates how to configure the worker using Program.cs and WorkerOptions
Custom Middleware Demonstrates how to create and use custom middleware
Entity Framework Demonstrates how to work with entity framework
Extensions Examples of how to work with various extensions
Function App Examples of using the HTTP Trigger; default project for debugging the worker SDK
.NET 7 Worker Demonstrates how to setup a .NET 7 Function App
.NET Framework Worker Demonstrates how to setup a .NET Framework Function App