diff --git a/.funcignore b/.funcignore index b9b6a70..7e2c849 100644 --- a/.funcignore +++ b/.funcignore @@ -4,6 +4,4 @@ local.settings.json test getting_started.md -node_modules/@types/ -node_modules/azure-functions-core-tools/ -node_modules/typescript/ \ No newline at end of file +node_modules diff --git a/azure.yaml b/azure.yaml index 7fd6f25..fc60ddd 100644 --- a/azure.yaml +++ b/azure.yaml @@ -6,5 +6,6 @@ metadata: services: api: project: . - language: js + language: ts host: function + remoteBuild: true