Skip to content

Commit 1f77461

Browse files
committed
Update upgrade CLI instructions
1 parent e4111f4 commit 1f77461

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/azure-functions/functions-versions.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,8 @@ To migrate an app from 3.x to 4.x:
7575

7676
```bash
7777
az functionapp config appsettings set --settings FUNCTIONS_EXTENSION_VERSION=~4 -n <APP_NAME> -g <RESOURCE_GROUP_NAME>
78-
```
79-
80-
- For Windows function apps, the runtime requires .NET 6.0 to be enabled with the following Azure CLI command:
81-
82-
```bash
78+
79+
# For Windows function apps only, also enable .NET 6.0 that is needed by the runtime
8380
az functionapp config set --net-framework-version v6.0 -n <APP_NAME> -g <RESOURCE_GROUP_NAME>
8481
```
8582

0 commit comments

Comments
 (0)