We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7633b3 + aaa1f1c commit 21cedc7Copy full SHA for 21cedc7
articles/azure-functions/functions-event-hub-cosmos-db.md
@@ -214,7 +214,7 @@ az functionapp create \
214
--storage-account $STORAGE_ACCOUNT \
215
--consumption-plan-location $LOCATION \
216
--runtime java \
217
- --functions-version 2
+ --functions-version 3
218
```
219
220
# [Cmd](#tab/cmd)
@@ -230,7 +230,7 @@ az functionapp create ^
230
--storage-account %STORAGE_ACCOUNT% ^
231
--consumption-plan-location %LOCATION% ^
232
--runtime java ^
233
234
235
236
---
0 commit comments