Skip to content

Commit 1f02bed

Browse files
committed
remove note
1 parent ed1d162 commit 1f02bed

5 files changed

+2
-12
lines changed

articles/azure-functions/scripts/functions-cli-create-function-app-connect-to-storage-account.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ms.custom: mvc
99

1010
This Azure Functions sample script creates a function app and connects the function to an Azure Storage account. The created app setting that contains the connection can be used with a [storage trigger or binding](../functions-bindings-storage-blob.md).
1111

12-
[!INCLUDE [upgrade runtime](../../../includes/functions-cli-version-note.md)]
13-
1412
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
1513

1614
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]

articles/azure-functions/scripts/functions-cli-create-function-app-github-continuous.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ms.custom: mvc
99

1010
This Azure Functions sample script creates a function app using the [consumption plan](../functions-scale.md#consumption-plan), along with its related resources. The script also configures your function code for continuous deployment from a GitHub repository.
1111

12-
[!INCLUDE [upgrade runtime](../../../includes/functions-cli-version-note.md)]
13-
1412
In this sample, you need:
1513

1614
* A GitHub repository with functions code, that you have administrative permissions for.

articles/azure-functions/scripts/functions-cli-create-function-app-vsts-continuous.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ms.custom: mvc
99

1010
This topic shows you how to use Azure Functions to create a [serverless](https://azure.microsoft.com/solutions/serverless/) function app using the [consumption plan](../functions-scale.md#consumption-plan). The function app, which is a container for your functions, is continuously deployed from an Azure DevOps repository.
1111

12-
[!INCLUDE [upgrade runtime](../../../includes/functions-cli-version-note.md)]
13-
1412
To complete this topic, you must have:
1513

1614
* An Azure DevOps repository that contains your function app project and to which you have administrative permissions.

articles/azure-functions/scripts/functions-cli-create-serverless-python.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ ms.date: 11/23/2019
88

99
# Create a serverless Python function app - Azure CLI
1010

11-
This Azure Functions sample script creates a function app, which is a container for your functions. The function app supports running Python functions on Python version 3.6.
11+
This Azure Functions sample script creates a function app, which is a container for your functions.
1212

1313
>[!NOTE]
14-
>Python version 3.7 is also supported by Azure Functions.
15-
16-
[!INCLUDE [upgrade runtime](../../../includes/functions-cli-version-note.md)]
14+
>The function app created runs on Python version 3.6. Python version 3.7 is also supported by Azure Functions.
1715
1816
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
1917

articles/azure-functions/scripts/functions-cli-create-serverless.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ms.custom: mvc
1212

1313
This Azure Functions sample script creates a function app, which is a container for your functions. The function app is created using the [consumption plan](../functions-scale.md#consumption-plan), which is ideal for event-driven serverless workloads.
1414

15-
[!INCLUDE [upgrade runtime](../../../includes/functions-cli-version-note.md)]
16-
1715
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
1816

1917
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]

0 commit comments

Comments
 (0)