8f3c55473b
* Revert "Reverting changes introduced in #1946 (#2313)" (#2346)
This reverts commit
|
||
---|---|---|
.. | ||
AspNetIntegration | ||
Configuration | ||
CustomMiddleware | ||
EntityFramework | ||
Extensions | ||
FunctionApp | ||
Net7Worker | ||
NetFxWorker | ||
README.md |
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 |