From 601746f91108f7599da1c2383a1623047d2cc393 Mon Sep 17 00:00:00 2001 From: Robert Steele Date: Tue, 30 Mar 2021 16:30:30 -0700 Subject: [PATCH] Remove V2 beta note (#2204) --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 05a75ae85..3a069cc4d 100644 --- a/README.md +++ b/README.md @@ -185,9 +185,6 @@ sudo apt-get install azure-functions-core-tools-2 **NOTE**: npm can be used on all platforms. On unix platforms, you may need to specify `--unsafe-perm` if you are running npm with sudo. That's due to npm behavior of post install script. - -**NOTE**: If you're running the v2 on Windows, Linux, or Mac, make sure to [enable the `beta` runtime](https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions#target-the-version-20-runtime) in function app settings, otherwise you may not see the same results as running locally. - ## Getting Started on Kubernetes Using the Core Tools, you can easily configure a Kubernetes cluster and run Azure Functions on it.