azure-functions-dotnet-worker/samples
Lilian Kasem e1148b2099
Cleanup extension samples and reset release notes (#1814)
2023-08-16 15:40:14 -07:00
..
AspNetIntegration Implementation of the FromBody binding converter for the ASP.NET Core Integration 2023-08-10 09:14:57 -07:00
Configuration Updating samples and tests targets and dependencies (#1203) 2022-12-16 14:12:46 -08:00
CustomMiddleware Updating samples and tests targets and dependencies (#1203) 2022-12-16 14:12:46 -08:00
EntityFramework Updating samples and tests targets and dependencies (#1203) 2022-12-16 14:12:46 -08:00
Extensions Cleanup extension samples and reset release notes (#1814) 2023-08-16 15:40:14 -07:00
FunctionApp Cleanup extension samples and reset release notes (#1814) 2023-08-16 15:40:14 -07:00
Net7Worker [Docs] Adding code snippet tags (#1132) 2022-10-19 15:02:23 -07:00
NetFxWorker Update cancellation sample to show valid use case (#1115) 2022-10-17 13:02:43 -07: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