Skip to content

Commit db177ae

Browse files
Update DOTNET to 8.0.
1 parent 7beea60 commit db177ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/azure-devops/deploy-azure-functions/includes/3-set-up-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Your solution requires several Azure resources for deployment, which you create
200200
--name $webName \
201201
--resource-group $rgName \
202202
--plan $planName \
203-
--runtime "DOTNETCORE|6.0"
203+
--runtime "DOTNETCORE|8.0"
204204
```
205205
206206
1. Azure Functions requires a storage account for deployment. Run the following `az storage account create` command to create it:

0 commit comments

Comments
 (0)