Skip to content

Commit baa0cc5

Browse files
authored
Update tutorial-end-to-end.md
In order to successfully create the resource, we need to add: --runtime-version 6 --functions-version 4
1 parent 0708da8 commit baa0cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/digital-twins/tutorial-end-to-end.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To publish the function app to Azure, you'll need to create a storage account, t
112112
1. Create an Azure function app by running the following command:
113113
114114
```azurecli-interactive
115-
az functionapp create --name <name-for-new-function-app> --storage-account <name-of-storage-account-from-previous-step> --consumption-plan-location <location> --runtime dotnet --resource-group <resource-group>
115+
az functionapp create --name <name-for-new-function-app> --storage-account <name-of-storage-account-from-previous-step> --functions-version 4 --consumption-plan-location <location> --runtime dotnet --runtime-version 6 --resource-group <resource-group>
116116
```
117117
118118
1. Next, you'll zip up the functions and publish them to your new Azure function app.
@@ -420,4 +420,4 @@ In this tutorial, you created an end-to-end scenario that shows Azure Digital Tw
420420
Next, start looking at the concept documentation to learn more about elements you worked with in the tutorial:
421421

422422
> [!div class="nextstepaction"]
423-
> [Custom models](concepts-models.md)
423+
> [Custom models](concepts-models.md)

0 commit comments

Comments
 (0)