2021-03-16 03:20:46 +03:00
|
|
|
# Azure Functions .NET Worker Samples
|
|
|
|
|
|
|
|
This folder contains a set of samples that demonstrate various scenarios.
|
|
|
|
|
|
|
|
## Samples
|
|
|
|
|
2022-10-03 20:26:27 +03:00
|
|
|
| Sample | Description |
|
|
|
|
| ------ | ------------ |
|
|
|
|
|[Configuration](./Configuration)| Demonstrates how to configure the worker using Program.cs and WorkerOptions |
|
|
|
|
|[Custom Middleware](./CustomMiddleware)| Demonstrates how to create and use custom middleware |
|
2022-11-17 21:12:14 +03:00
|
|
|
|[Entity Framework](./EntityFramework)| Demonstrates how to work with entity framework |
|
2022-10-03 20:26:27 +03:00
|
|
|
|[Extensions](./Extensions)| Examples of how to work with various extensions |
|
|
|
|
|[Function App](./FunctionApp)| Examples of using the HTTP Trigger; default project for debugging the worker SDK |
|
|
|
|
|[.NET 7 Worker](./Net7Worker)| Demonstrates how to setup a .NET 7 Function App |
|
|
|
|
|[.NET Framework Worker](./NetFxWorker)| Demonstrates how to setup a .NET Framework Function App |
|