Azure / Azure/azure-functions-host

Update default bundle in generated host.json once bundle V3 is finalized

Open
#7,782 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

_This is a tracking item for action to take once the V3 bundle exists in the main bundle ID._

If host config is not present, the host generates a default `host.json` file. This is used in a few places, notably the portal editing experience. Today this uses the V2 bundle:

https://github.com/Azure/azure-functions-host/blob/35913e7c2285cd5774a4647bbb84fe5caa8a5834/src/WebJobs.Script/ScriptConstants.cs#L183

Once the V3 bundle is finalized, we should update it to use V3: `"[3.*, 4.0.0)"`

Contributor guide

Open the contributing guide

Research direction

Check src/WebJobs.Script/ScriptConstants.cs at the referenced line and confirm that bundle V3 has been finalized in the main bundle ID. Once it is available, update the generated default host.json bundle range to "[3.*, 4.0.0)"; the issue is done when this default no longer uses V2.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend
Issue type
Feature
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.