-
Notifications
You must be signed in to change notification settings - Fork 0
/
azure.yaml
33 lines (32 loc) · 790 Bytes
/
azure.yaml
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
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
name: dotnet-frontend-to-multiple-api-backends
metadata:
template: dotnet-frontend-to-multiple-api-backends@2.0.0
services:
inventory:
project: src/Store.InventoryApi
dist: build
language: csharp
host: containerapp
module: app/inventory
docker:
path: ./Dockerfile
context: ../
products:
project: src/Store.ProductApi
dist: build
language: csharp
host: containerapp
module: app/products
docker:
path: ./Dockerfile
context: ../
store:
project: src/Store
dist: build
language: csharp
host: containerapp
module: app/store
docker:
path: ./Dockerfile
context: ../