Azure / Azure/azure-functions-host

We need an API or ??? to give the portal the info for what bundle versions are the latest and which are deprecated.

Open
#10,226 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
2k
Forks
483
Avg merge
2d 10h
Merged PRs (30d)
36

Description

We want to make customers aware when their Function App is NOT using the latest bundle version. We want to display a message regarding this, I assume that would be in the Notifications panel?

Fabio confirmed that the admin/host/statusAPI returns the bundle ID and version - ${resourceId}/host/default/properties/status?api-version=${this._getApiVersion()}

We need an API or ??? to give the portal the info for what bundle versions are the latest and which are deprecated.

The portal could then surface either a "deprecated bundle" message or a "not on current bundle" message.

Contributor guide

Open the contributing guide

Research direction

Start with the admin/host/status API at ${resourceId}/host/default/properties/status?api-version=${this._getApiVersion()}, which already returns the bundle ID and version. Define how the host will expose latest and deprecated bundle versions so the portal can show the corresponding notification; done means the portal can distinguish both cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
api, backend, cloud
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.