-
Notifications
You must be signed in to change notification settings - Fork 441
Functions 3.x go live work items
Jeff Hollan edited this page Feb 2, 2020
·
6 revisions
You can read how to quickly get started with 3.x functions in this blog post.
You can see how to move existing apps to 3.x and modify local tools to target 3.x in our documentation.
Below are a few work items we are tracking before the January GA date. You can begin using 3.x in production today.
PowerShell functions in 3.x are rolling out the week of Dec 9Durable Functions written in JavaScript will not work until the next Durable Functions release- ~~Visual Studio will create apps in ~2 by default. They should create in ~3 by default when we GA in January~~
- ~~The Azure Portal will create apps in ~2 by default. They should create in ~3 near when we GA in January.~~
- The Azure CLI will create apps in ~2. They should create in ~3 with a version flag near when we GA in January.
There is no version toggle for apps deployed to Linux in the Azure portal. You will need to manually modify theFUNCTIONS_EXTENSION_VERSION
to~3
to move to 3.x.Azure Functions deployed to Azure Functions premium plan in Linux may need to also update theLinuxFxVersion
to leverage 3.x functions.
- Configuration Settings
- function.json
- host.json
- host.json (v2)
- Http Functions
- Function Runtime Versioning
- Official Functions developers guide
- Host Health Monitor
- Managing Connections
- Renaming a Function
- Retrieving information about the currently running function
- Site Extension Resolution
- Linux Consumption Regions
- Using LinuxFxVersion for Linux Function apps
- Out-of-proc Cancellation Tokens
- Assembly Resolution in Azure Functions
- ILogger
- Precompiled functions
- Official Functions C# developer reference
- Contributor Onboarding
- Development Process
- Deploying the Functions runtime as a private site extension
- Authoring & Testing Language Extensions
- Bindings in out-of-proc
- Language Extensibility
- Worker Capabilities
- Investigating and reporting issues with timer triggered functions not firing
- Sharing Your Function App name privately
- Azure Functions CLI release notes [moved here]
- Function App Zipped Deployment [deprecated]