Azure / Azure/azure-functions-host
Sync triggers should return a warning/error if no functions are found after deployment
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 36
Description
A user has a .NET isolated function app, and the `host.json` file includes an entry for an extension bundle. After a deployment is performed, the host fails to enumerate and discover the app's functions, and no error or warning is shown to the user. If sync triggers fail to enumerate any functions after deployment, an error message or warning should be returned.
In this case, to fix the issue, the user must remove the extension bundle entry from the `host.json`. However, currently, no error or warning is shown to the user.
Contributor guide
Research direction
Start by tracing the deployment sync-triggers path for the .NET isolated function app and the host.json extension-bundle scenario described in the issue. Verify the behavior when no functions are enumerated after deployment, and consider the work complete when that condition returns a user-visible warning or error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- backend, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100