-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathazure.yaml
More file actions
60 lines (56 loc) · 1.7 KB
/
azure.yaml
File metadata and controls
60 lines (56 loc) · 1.7 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
name: document-intel-and-aisearch-indexing
metadata:
template: azd-init@1.14.0
services:
aisearch-app:
project: src/AiSearchIndexingFunction
host: containerapp
language: dotnet
docker:
context: ../..
dockerfile: src/AiSearchIndexingFunction/Dockerfile
custom-field-app:
project: src/CustomFieldExtractionFunction
host: containerapp
language: dotnet
docker:
context: ../..
dockerfile: src/CustomFieldExtractionFunction/Dockerfile
intelligence-app:
project: src/DocumentIntelligenceFunction
host: containerapp
language: dotnet
docker:
context: ../..
dockerfile: src/DocumentIntelligenceFunction/Dockerfile
askquestions-app:
project: src/DocumentQuestionsFunction
host: containerapp
language: dotnet
docker:
context: ../..
dockerfile: src/DocumentQuestionsFunction/Dockerfile
queueing-app:
project: src/DocumentQueueingFunction
host: containerapp
language: dotnet
docker:
context: ../..
dockerfile: src/DocumentQueueingFunction/Dockerfile
mover-app:
project: src/ProcessedFileMover
host: containerapp
language: dotnet
docker:
context: ../..
dockerfile: src/ProcessedFileMover/Dockerfile
infra:
bicep: ./infra/main.bicep
hooks:
preup:
- shell: pwsh
run: ./scripts/preup.ps1
postdeploy:
- shell: pwsh
run: ./scripts/postdeploy.ps1