azure-functions-dotnet-worker/samples
Jacob Viau 8f3c55473b
Re-add SDK refactor with referenced assembly scanning fixed. (#2347)
* Revert "Reverting changes introduced in #1946 (#2313)" (#2346)

This reverts commit c34a868068.

* Directly use ReferencePath for scanning reference assemblies

* update release_notes.md

* Update log message

* Add e2e test to verify SDK assembly scanning

* Include nuget.org for test

* Pass https source first

* Add package with no restore

* Refactor Sdk e2e build steps

* Remove --no-restore
2024-04-03 15:30:17 -07:00
..
AspNetIntegration Updating Microsoft.Azure.Functions.Worker.Sdk package to latest stable(1.17.0) in samples. (#2285) 2024-02-16 10:26:11 -08:00
Configuration Updating Microsoft.Azure.Functions.Worker.Sdk package to latest stable(1.17.0) in samples. (#2285) 2024-02-16 10:26:11 -08:00
CustomMiddleware Updating NuGet referenced Worker packages 2024-01-29 16:48:50 -08:00
EntityFramework Updating Microsoft.Azure.Functions.Worker.Sdk package to latest stable(1.17.0) in samples. (#2285) 2024-02-16 10:26:11 -08:00
Extensions Updating Service Bus sample with auto-completion property (#2300) 2024-02-22 15:51:18 -08:00
FunctionApp Re-add SDK refactor with referenced assembly scanning fixed. (#2347) 2024-04-03 15:30:17 -07:00
Net7Worker Updating Microsoft.Azure.Functions.Worker.Sdk package to latest stable(1.17.0) in samples. (#2285) 2024-02-16 10:26:11 -08:00
NetFxWorker Updating Microsoft.Azure.Functions.Worker.Sdk package to latest stable(1.17.0) in samples. (#2285) 2024-02-16 10:26:11 -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