Azure / Azure/azure-functions-host
Jobs API returns 500 if no extensions have been installed
Open
bug
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
Create a new V2 function app through the portal and go to add a C# queue triggered function. When you do so, the portal will call `GET /admin/host/extensions/jobs` and recieve a 500. The underlying error is:
`DirectoryNotFoundException: Could not find a part of the path D:\home\data\Functions\extensions`
Contributor guide
Assessment
This issue has not been assessed yet.