When deploying to an Azure functions app using the devops task AzureFunctionApp@1, there is an option to supply a runtimeStack. When I choose JavaScript it automatically inserts the runtimeStack as shown below
- task: AzureFunctionApp@1
runtimeStack: 'DOCKER|microsoft/azure-functions-node8:2.0'
My linux functions app is running node 12/runtime 3.0 and the deployment is zip. This is inserted as node8 and runtime 2.0. Is this correct? It doesn't match the version I am using but the Azure editor highlights it as an error if I change it to anything else.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…