Skip to content

Azure Functions Runtime 2.0.12050-alpha

Pre-release
Pre-release

Choose a tag to compare

@paulbatum paulbatum released this 30 Aug 01:00
· 2398 commits to dev since this release
2db3b7e

In this release:

  • Update to WebJobs 3.0.0-beta8
  • Function Apps are now single language. If there are functions from different languages present then the behavior is as follows - if the FUNCTIONS_WORKER_RUNTIME setting is present, only run the functions of that language and ignore the others. If the setting is not present, throw an error and do not load any functions.
  • Host.json schema has changed significantly see http://aka.ms/functions-hostjson
  • To use storage based triggers and bindings, you'll need to use the Microsoft.Azure.WebJobs.Extensions.Storage NuGet package
  • The webjobs extensibility model changed. Extension updates have been released to NuGet so make sure to update your extensions.
  • The default key storage mechanism has changed. Keys are now stored in blob storage by default.

For additional information see the announcement.

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:

[8/13/2018 6:12:53 PM] Starting Host (HostId=xxx, InstanceId=xxx, Version=2.0.12050.0)