We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd84002 commit 7e5811aCopy full SHA for 7e5811a
components/azure-functions/create-processing-function.sh
@@ -25,6 +25,7 @@ echo ". name: $PROC_FUNCTION_APP_NAME"
25
az functionapp create -g $RESOURCE_GROUP -n $PROC_FUNCTION_APP_NAME \
26
--plan $PLAN_NAME \
27
--storage-account $AZURE_STORAGE_ACCOUNT \
28
+ --functions-version 2 \
29
-o tsv >> log.txt
30
31
echo 'generating build path'
0 commit comments