I try to run Azure functions basic Http trigger template and have an error that extensions.json file does not generated. Updating packages do not solve the problem.
Asked
Active
Viewed 141 times
0

Alexey Manoilo
- 103
- 1
- 5
1 Answers
0
I had repro’d and added steps below:
Created function app .NET 5 (isolated)
with basic “Http trigger”
.
Rebuild and run the function app and checked in a root folder Extension.json
file has been generated.
Try to install the below package
For .NET 5 (isolated) - Microsoft.Azure.Functions.Worker.Extensions
Package
For .NET Core 3.0 - Microsoft.Azure.WebJobs.Extensions
package.
steps to know the exact issue

Delliganesh Sevanesan
- 4,146
- 1
- 5
- 15