Skip to content

The host.json of python timer trigger project does not contain version of extension bundle #4594

@d-s-dc

Description

@d-s-dc

Steps followed

  • Select Create New Project from the command palette.
  • Follow steps and create timer trigger function in python

While debugging the function the following error shows up

The value of version property in extensionBundle section of host.json file is invalid or missing. See https://aka.ms/functions-hostjson for more information

The host.json file looks like this

{
  "version": "2.0",
  "logging": {
    "applicationInsights": {
      "samplingSettings": {
        "isEnabled": true,
        "excludedTypes": "Request"
      }
    }
  },
  "extensionBundle": {
    "id": "Microsoft.Azure.Functions.ExtensionBundle"
  }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions