diff --git a/azure.yaml b/azure.yaml index d175bf8d..7aa41b27 100644 --- a/azure.yaml +++ b/azure.yaml @@ -11,6 +11,7 @@ services: docker: path: ../Dockerfile context: ../ + remoteBuild: true function: project: ./app/functions/EmbedFunctions host: function @@ -26,4 +27,4 @@ hooks: shell: sh run: ./scripts/prepdocs.sh interactive: true - continueOnError: false \ No newline at end of file + continueOnError: false