forked from Azure-Samples/image-search-aisearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathazure.yaml
More file actions
36 lines (35 loc) · 863 Bytes
/
Copy pathazure.yaml
File metadata and controls
36 lines (35 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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
language: py
host: containerapp
docker:
remoteBuild: true
mcp:
project: ./app/backend
language: py
host: containerapp
docker:
path: ./Dockerfile.mcp
remoteBuild: true
hooks:
prepackage:
shell: pwsh
run: cd ./app/frontend;npm install;npm run build
interactive: true
continueOnError: false
postprovision:
windows:
shell: pwsh
run: ./scripts/setup_search_service.ps1
interactive: true
continueOnError: false
posix:
shell: sh
run: ./scripts/setup_search_service.sh
interactive: true
continueOnError: false