Skip to content

sanjaykumar19-repo/azure-functions-v1-dependency-injection

Repository files navigation

azure-functions-v1-dependency-injection

How to add dependency-injection in you FunctionApp:

  1. Add Startup class in your function app (shown in below image) You can modify the services based on your requirement.

using AzureFunctionsV1.DependencyInjection.Infra;

Image of Startup

  1. Add below line in your FunctionApp class file.

Image of FunctionApp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages