From a8754cef3ac842f0560fd66789bc8dff52eccee6 Mon Sep 17 00:00:00 2001 From: Anthony Chu Date: Thu, 12 Feb 2026 09:33:56 -0800 Subject: [PATCH] Configure remote build: add remoteBuild flag to azure.yaml template --- .common/templates/functions/azure.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.common/templates/functions/azure.yaml b/.common/templates/functions/azure.yaml index bf9740f..e1853a2 100644 --- a/.common/templates/functions/azure.yaml +++ b/.common/templates/functions/azure.yaml @@ -9,6 +9,7 @@ services: project: . language: ts host: function + remoteBuild: true hooks: postprovision: