Skip to content

Commit 99622d1

Browse files
committed
Remove version from command
1 parent 3717cbd commit 99622d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To publish the function app to Azure, you'll need to create a storage account, t
111111
1. Create an Azure function app by running the following command:
112112
113113
```azurecli-interactive
114-
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-isolated --runtime-version 7 --resource-group <resource-group>
114+
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-isolated --resource-group <resource-group>
115115
```
116116
117117
1. Next, you'll zip up the functions and publish them to your new Azure function app.

0 commit comments

Comments
 (0)