https://github.com/emoacht/azurefunctiontest
Test Azure function.
https://github.com/emoacht/azurefunctiontest
azure azure-functions dependency-injection httpclientfactory
Last synced: 11 months ago
JSON representation
Test Azure function.
- Host: GitHub
- URL: https://github.com/emoacht/azurefunctiontest
- Owner: emoacht
- Created: 2023-02-22T22:22:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T21:08:47.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T16:23:31.909Z (about 1 year ago)
- Topics: azure, azure-functions, dependency-injection, httpclientfactory
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure Function Test
Test dependency injection of IHttpClientFactory to Azure function.
This is based on the instruction of [Use dependency injection in .NET Azure Functions](https://learn.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection).
See a question in SO: [FileNotFoundException when starting Azure Function project which uses dependency injection of IHttpClientFactory locally](https://stackoverflow.com/questions/75539433/filenotfoundexception-when-starting-azure-function-project-which-uses-dependency/)