Azure / Azure/azure-functions-host

Add OGF for Azure Functions Apps that use the Dependency Injection Feature.

Open
#7,575 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 12h
Merged PRs (30d)
38

Description

#### What problem would the feature you're requesting solve? Please describe.
Customers may follow our guidance and use IFunctionsConfigurationBuilder to add configuration sources.
They may also not follow our guidance at all and overwrite or add configuration in another way.
If it's the latter then they could be broken by changes in the Functions Host unintentionally.

#### Describe the solution you'd like
1. Add an OGF for the recommended IFunctionsConfigurationBuilder approach.
2. Add additional OGF's to cover other ways of adding configuration Sources.

Ensure these apps start up and can connect to bindings\triggers and the Storage account as appropriate.

#### Describe alternatives you've considered
I can't see any alternatives at present.

Contributor guide

Open the contributing guide

Research direction

Start by locating existing OGF coverage for Azure Functions Apps and the recommended IFunctionsConfigurationBuilder approach. Exercise both the recommended and alternative configuration-source paths, then verify that apps start, connect to bindings and triggers, and reach the Storage account as appropriate.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
backend, testing
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.