From baa92c04f40395b709af3297109a76316f534015 Mon Sep 17 00:00:00 2001 From: Hailey Victory <71663450+haileyhuber8@users.noreply.github.com> Date: Wed, 25 Mar 2026 14:58:03 -0700 Subject: [PATCH] Add metadata section to azure.yaml --- azure.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure.yaml b/azure.yaml index e7778c9..0054871 100644 --- a/azure.yaml +++ b/azure.yaml @@ -1,6 +1,8 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json name: ai-chat-app-hack-vision +metadata: + telemetry: image-search-aisearch services: aca: project: ./app/backend @@ -31,4 +33,4 @@ hooks: shell: sh run: ./scripts/setup_search_service.sh interactive: true - continueOnError: false \ No newline at end of file + continueOnError: false