From 557414b87ae94fd3a8b4288094ea39ee51cba380 Mon Sep 17 00:00:00 2001 From: Natalia Venditto Date: Mon, 13 Jan 2025 14:33:22 +0100 Subject: [PATCH 1/2] docs: update azure.yaml --- azure.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure.yaml b/azure.yaml index 74251301..9e88ef60 100644 --- a/azure.yaml +++ b/azure.yaml @@ -29,6 +29,7 @@ services: host: containerapp docker: context: ../.. + remoteBuild: true indexer: project: ./packages/indexer @@ -36,6 +37,7 @@ services: host: containerapp docker: context: ../.. + remoteBuild: true hooks: postup: From 466b3c9823b78c6391b86b7e3d6492e1ccd8b6ea Mon Sep 17 00:00:00 2001 From: Natalia Venditto Date: Fri, 7 Feb 2025 11:19:04 +0100 Subject: [PATCH 2/2] ci: add requiredVersions azd --- azure.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure.yaml b/azure.yaml index 9e88ef60..6d3bf943 100644 --- a/azure.yaml +++ b/azure.yaml @@ -3,6 +3,8 @@ name: azure-search-openai-javascript metadata: template: azure-search-openai-javascript@1.0.0 +requiredVersions: + azd: ">= 1.10.0" services: webapp: