Azure / Azure/azure-functions-host
Using an incorrect storage key in a blob trigger function puts the entire function app in bad state.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
Repro steps:
1. Create a v3 function app
2. Create a blob trigger function
3. Use a new connections string which has the correct format, but has an expired key.
Result:
The function runtime is unable to start and throws the following error.
Expected:
The function app should keep running normally, The function using the bad connections string should be in error statae
Contributor guide
Research direction
No source file, test, or entry point is named. Reproduce the v3 Azure Functions app with a blob trigger and an expired storage key, then inspect the runtime startup error and compare the host-wide failure with the expected per-function error state. Done means the app remains running while only the function using the invalid connection is in error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- backend, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100