diff --git a/deployment/bin/lib b/deployment/bin/lib index 5710dbce..2030120f 100755 --- a/deployment/bin/lib +++ b/deployment/bin/lib @@ -122,7 +122,7 @@ function deploy_funcs() { prepare_funcs pushd /opt/src/pcfuncs_deploy - func azure functionapp publish ${FUNCTION_APP_NAME} --python + func azure functionapp publish ${FUNCTION_APP_NAME} --python --no-build popd } diff --git a/deployment/terraform/resources/functions.tf b/deployment/terraform/resources/functions.tf index 5d42e241..778f4ff2 100644 --- a/deployment/terraform/resources/functions.tf +++ b/deployment/terraform/resources/functions.tf @@ -25,8 +25,6 @@ resource "azurerm_linux_function_app" "pcfuncs" { } app_settings = { - "ENABLE_ORYX_BUILD" = "true", - "SCM_DO_BUILD_DURING_DEPLOYMENT" = "true", "FUNCTIONS_WORKER_RUNTIME" = "python", "APP_INSIGHTS_IKEY" = azurerm_application_insights.pc_application_insights.instrumentation_key, "APPINSIGHTS_INSTRUMENTATIONKEY" = azurerm_application_insights.pc_application_insights.instrumentation_key,