Skip to content

Commit 21cedc7

Browse files
authored
Merge pull request #199620 from v-yuyul/patch-3
Update function version
2 parents b7633b3 + aaa1f1c commit 21cedc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-event-hub-cosmos-db.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ az functionapp create \
214214
--storage-account $STORAGE_ACCOUNT \
215215
--consumption-plan-location $LOCATION \
216216
--runtime java \
217-
--functions-version 2
217+
--functions-version 3
218218
```
219219

220220
# [Cmd](#tab/cmd)
@@ -230,7 +230,7 @@ az functionapp create ^
230230
--storage-account %STORAGE_ACCOUNT% ^
231231
--consumption-plan-location %LOCATION% ^
232232
--runtime java ^
233-
--functions-version 2
233+
--functions-version 3
234234
```
235235

236236
---

0 commit comments

Comments
 (0)