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.
- 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
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