-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathazure.yaml
More file actions
44 lines (43 loc) · 1.33 KB
/
azure.yaml
File metadata and controls
44 lines (43 loc) · 1.33 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
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
name: home-banking-assistant-python
metadata:
template: home-banking-assistant-python@1.0.0-alpha
services:
backend:
project: ./app/backend
language: python
host: containerapp
docker:
remoteBuild: true
account:
project: ./app/business-api/python/account
language: python
host: containerapp
docker:
remoteBuild: true
payment:
project: ./app/business-api/python/payment
language: python
host: containerapp
docker:
remoteBuild: true
transaction:
project: ./app/business-api/python/transaction
language: python
host: containerapp
docker:
remoteBuild: true
# Uncomment/comment below lines to use the chatkit based frontend.Go to app/backend/Dockerfile and make sure to select the appropriate CMD line as well.
web:
project: app/frontend/banking-web
language: js
host: containerapp
docker:
remoteBuild: true
# Uncomment/comment below lines to use the simple-chat frontend.Go to app/backend/Dockerfile and make sure to select the appropriate CMD line as well.
# web:
# project: app/frontend/simple-chat
# language: js
# host: containerapp
# docker:
# remoteBuild: true