Skip to content

Azure Functions Runtime 2.0.12408

Compare
Choose a tag to compare
@brettsam brettsam released this 10 Apr 13:24

Release Notes

  • Cold start improvements.
  • [Application Insights] HTTP Trigger now logs RequestTelemetry with richer request details
    • Properties resultCode, url, client_City, client_StateOrProvince, client_CountryOrRegion are now populated.

    • Method and path are logged to customDimensions.HttpMethod and customDimensions.HttpPath, respecively.

    • Auto-tracking of these properties is enabled by default. To disable and return to previous behavior, you can set the disable this by setting applicationInsights.httpAutoCollectionOptions.enableHttpTriggerExtendedInfoCollection to false in host.json. For example:

      {
        "version": "2.0",
        "logging": {
          "applicationInsights": {
            "httpAutoCollectionOptions": {
              "enableHttpTriggerExtendedInfoCollection" : false
            }
          }
        }
      }
      

Visual Studio Availability

This release has been made available to Visual Studio users. When running a V2 Function App project locally, you can verify if you are running this version by checking for the following in the console output:

Azure Functions Core Tools (2.6.666 Commit hash: 2ea98ed)
Function Runtime Version: 2.0.12408.0

Appveyor build

https://ci.appveyor.com/project/appsvc/azure-webjobs-sdk-script-y8o14/builds/23728189/job/04jqeye65364eq4g/artifacts