Azure / Azure/azure-functions-host
Create default host.json on function app creation from portal
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
Function host does not have a way to differentiate between a new function app and existing function app. We need to add a default config to host.json on when function app is created via portal. This cannot be done from function host since we run the risk of adding config to existing customers as well.
Contributor guide
Research direction
The issue does not name files, tests, or an entry point. Start by tracing function app creation in the portal and how host.json is provisioned, then identify the portal-side location where a default configuration can be added without affecting existing apps. Done means newly created portal apps receive the default host.json configuration while existing apps remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100