Azure / Azure/azure-functions-host
Populate all the fields in the status endpoint
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
#### Check for a solution in the Azure portal
Sample output from status endpoint of FC application - https:///admin/host/status
```
{
"id": "db9851c42a24286354a628e488c2790f",
"state": "Running",
"version": "4.25.2.2",
"versionDetails": "4.25.2+f859521b6d7f8f532849700ae54b46cc4a7a7453",
"platformVersion": "",
"instanceId": "71ca196e-638284226452794451",
"computerName": "",
"processUptime": 1451562,
"functionAppContentEditingState": "NotAllowed"
}
```
`computerName` `platformVersion` need to be populated for FC apps
Contributor guide
Research direction
Start with the /admin/host/status endpoint and compare its response with the sample output and the Azure portal for a Flex Consumption application. Trace where computerName and platformVersion are sourced, then verify that both fields are populated for FC apps and that existing status fields remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- api, backend, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100