0

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. enter image description here

Alexey Manoilo
  • 103
  • 1
  • 5

1 Answers1

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.

enter image description here

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