Skip to content

Commit 7e5811a

Browse files
committed
added explict functions version number
1 parent dd84002 commit 7e5811a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/azure-functions/create-processing-function.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ echo ". name: $PROC_FUNCTION_APP_NAME"
2525
az functionapp create -g $RESOURCE_GROUP -n $PROC_FUNCTION_APP_NAME \
2626
--plan $PLAN_NAME \
2727
--storage-account $AZURE_STORAGE_ACCOUNT \
28+
--functions-version 2 \
2829
-o tsv >> log.txt
2930

3031
echo 'generating build path'

0 commit comments

Comments
 (0)