azure-functions-dotnet-worker/samples
Matthew Henderson 28829c4cd5 Bringing back .NET 7 sample temporarily 2024-11-13 21:08:25 -08:00
..
AspNetIntegration Fixing package downgrades after rebase 2024-11-13 15:43:41 -08:00
Configuration Fixing package downgrades after rebase 2024-11-13 15:43:41 -08:00
CustomMiddleware Address warnings in sample projects (#2849) 2024-11-11 14:27:07 -08:00
EntityFramework Update sample packages and projects (#2836) 2024-11-08 10:01:08 -08:00
Extensions Update sample extension packages (#2850) 2024-11-13 15:52:34 -08:00
FunctionApp Fixing package downgrades after rebase 2024-11-13 15:43:41 -08:00
Net7Worker Bringing back .NET 7 sample temporarily 2024-11-13 21:08:25 -08:00
Net9FunctionApp net9.0 sample cleanup (#2863) 2024-11-13 15:43:41 -08:00
NetFxWorker Update sample packages and projects (#2836) 2024-11-08 10:01:08 -08:00
Directory.Build.props Update sample packages and projects (#2836) 2024-11-08 10:01:08 -08:00
README.md Fix broken link in samples/readme.md (#1175) 2022-11-17 10:12:14 -08:00

README.md

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