Skip to content

Commit 56c818a

Browse files
authored
Update Azure Function instance and toll version to 4.x
1 parent f00c618 commit 56c818a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/spring-apps/tutorial-managed-identities-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Both Azure Functions and App Services have built in support for Azure Active Dir
2525
* [Sign up for an Azure subscription](https://azure.microsoft.com/free/)
2626
* [Install the Azure CLI version 2.45.0 or higher](/cli/azure/install-azure-cli)
2727
* [Install Maven 3.0 or higher](https://maven.apache.org/download.cgi)
28-
* [Install the Azure Functions Core Tools version 3.0.2009 or higher](../azure-functions/functions-run-local.md#install-the-azure-functions-core-tools)
28+
* [Install the Azure Functions Core Tools version 4.x](../azure-functions/functions-run-local.md#install-the-azure-functions-core-tools)
2929

3030
## Create a resource group
3131

@@ -60,7 +60,7 @@ az functionapp create \
6060
--os-type windows \
6161
--runtime node \
6262
--storage-account <your-storageaccount-name> \
63-
--functions-version 3
63+
--functions-version 4
6464
```
6565

6666
Make a note of the returned `hostNames` value, which is in the format *https://\<your-functionapp-name>.azurewebsites.net*. You use this value in a following step.

0 commit comments

Comments
 (0)