Skip to content

Commit

Permalink
added explict functions version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yorek committed Sep 25, 2020
1 parent dd84002 commit 7e5811a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/azure-functions/create-processing-function.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ echo ". name: $PROC_FUNCTION_APP_NAME"
az functionapp create -g $RESOURCE_GROUP -n $PROC_FUNCTION_APP_NAME \
--plan $PLAN_NAME \
--storage-account $AZURE_STORAGE_ACCOUNT \
--functions-version 2 \
-o tsv >> log.txt

echo 'generating build path'
Expand Down

0 comments on commit 7e5811a

Please sign in to comment.